X-Received: by 10.66.72.232 with SMTP id g8mr7056038pav.23.1357308794904; Fri, 04 Jan 2013 06:13:14 -0800 (PST) Received: by 10.49.81.72 with SMTP id y8mr8870905qex.42.1357308794495; Fri, 04 Jan 2013 06:13:14 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!f6no9603776pbd.1!news-out.google.com!s9ni79141pbb.0!nntp.google.com!b8no2719514pbd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 4 Jan 2013 06:13:14 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.37.61.178; posting-account=mbLrEAoAAACukM0a4SVvdt_SsMX8JJNd NNTP-Posting-Host: 195.37.61.178 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <295d5310-45d5-4882-b08b-a9ecb279fcac@googlegroups.com> Subject: Re: gnuplot running in your browser (compiled with emscripten) From: Christ H Injection-Date: Fri, 04 Jan 2013 14:13:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:1574 Quick heads-up: - I could fix the UTF8 issue. That was related to the virtual file system a= nd how a JS string is converted to an array (all files are arrays of bytes)= . - Unnecessary terminals are out, JS reduced to 1.7MB, gzip'd 460kB. - IE10 & iOS6 compatible now. On Tuesday, January 1, 2013 9:39:38 PM UTC+1, Christ H wrote: > Hi,=20 >=20 > just as an xmas project I tried to compile gnuplot with emscripten and it= worked amazingly well. Had to patch some little things, nothing dramatic. = Only issue: hidden surface removal is broken (crashes), which might be due = to int64 usage. Appreciate feedback. Feel free to have fun with this, no in= stall required, just a modern browser. >=20 >=20 >=20 > Cheers, >=20 > Christian >=20 >=20 >=20 > http://gnuplot.respawned.com