X-Received: by 10.224.198.196 with SMTP id ep4mr647711qab.3.1358336213796; Wed, 16 Jan 2013 03:36:53 -0800 (PST) X-Received: by 10.49.15.6 with SMTP id t6mr135508qec.20.1358336213769; Wed, 16 Jan 2013 03:36:53 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!p13no689055qai.0!news-out.google.com!k2ni11qap.0!nntp.google.com!p13no689051qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 16 Jan 2013 03:36:53 -0800 (PST) In-Reply-To: <3677c73c-15f1-4790-9191-bea603417170@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.231.249.86; posting-account=mbLrEAoAAACukM0a4SVvdt_SsMX8JJNd NNTP-Posting-Host: 92.231.249.86 References: <295d5310-45d5-4882-b08b-a9ecb279fcac@googlegroups.com> <3677c73c-15f1-4790-9191-bea603417170@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gnuplot running in your browser (compiled with emscripten) From: Christ H Injection-Date: Wed, 16 Jan 2013 11:36:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:1577 Unfortunately mousing has some serious scaling issues, and it prevents the = user from right-click, save-as... option. I'm thinking of reverting back to= tag. On Monday, January 14, 2013 1:29:36 PM UTC+1, Christ H wrote: > Mousing works now too. >=20 > Still working on hidden surface bug... >=20 >=20 >=20 > C >=20 >=20 >=20 > On Friday, January 4, 2013 3:13:14 PM UTC+1, Christ H wrote: >=20 > > Quick heads-up: >=20 > >=20 >=20 > > - I could fix the UTF8 issue. That was related to the virtual file syst= em and how a JS string is converted to an array (all files are arrays of by= tes). >=20 > >=20 >=20 > > - Unnecessary terminals are out, JS reduced to 1.7MB, gzip'd 460kB. >=20 > >=20 >=20 > > - IE10 & iOS6 compatible now. >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > > On Tuesday, January 1, 2013 9:39:38 PM UTC+1, Christ H wrote: >=20 > >=20 >=20 > > > Hi,=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > just as an xmas project I tried to compile gnuplot with emscripten an= d it worked amazingly well. Had to patch some little things, nothing dramat= ic. Only issue: hidden surface removal is broken (crashes), which might be = due to int64 usage. Appreciate feedback. Feel free to have fun with this, n= o install required, just a modern browser. >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > Cheers, >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > Christian >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > http://gnuplot.respawned.com