Extern classes for three.js (Javascript 3D, like ro.me)

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Extern classes for three.js (Javascript 3D, like ro.me)

singmajesty
Hi everyone!

I just wanted to share some externs I created for three.js:

https://github.com/jgranick/three.js-completion

It includes all of the core types (not the "extras" yet) as well as a  
working, spinning cube demo, running on Canvas.

--
haXe - an open source web programming language
http://haxe.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Extern classes for three.js (Javascript 3D, like ro.me)

singmajesty
Oh, and if you haven't written Javascript with haXe before...

The biggest win, in my opinion, is not going across multiple targets with  
the code, but being able to use code hints, code completion, compile-time  
error checking, and all that other strongly-typed goodness you get in haXe  
but not in regular Javascript.


On Mon, 06 Jun 2011 21:29:00 -0700, Joshua Granick  
<[hidden email]> wrote:

> Hi everyone!
>
> I just wanted to share some externs I created for three.js:
>
> https://github.com/jgranick/three.js-completion
>
> It includes all of the core types (not the "extras" yet) as well as a  
> working, spinning cube demo, running on Canvas.
>


--
Using Opera's revolutionary email client: http://www.opera.com/mail/

--
haXe - an open source web programming language
http://haxe.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Extern classes for three.js (Javascript 3D, like ro.me)

Tarwin Stroh-Spijer
Thanks heaps Josh- that's gonna save me a chunk of time!

On Monday, June 6, 2011, Joshua Granick <[hidden email]> wrote:

> Oh, and if you haven't written Javascript with haXe before...
>
> The biggest win, in my opinion, is not going across multiple targets with the code, but being able to use code hints, code completion, compile-time error checking, and all that other strongly-typed goodness you get in haXe but not in regular Javascript.
>
>
> On Mon, 06 Jun 2011 21:29:00 -0700, Joshua Granick <[hidden email]> wrote:
>
>
> Hi everyone!
>
> I just wanted to share some externs I created for three.js:
>
> https://github.com/jgranick/three.js-completion
>
> It includes all of the core types (not the "extras" yet) as well as a working, spinning cube demo, running on Canvas.
>
>
>
>
> --
> Using Opera's revolutionary email client: http://www.opera.com/mail/
>
> --
> haXe - an open source web programming language
> http://haxe.org
>

--


Tarwin Stroh-Spijer
_______________________

Touch My Pixel
http://www.touchmypixel.com/
phone: +61 3 8060 5321
_______________________

--
haXe - an open source web programming language
http://haxe.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Extern classes for three.js (Javascript 3D, like ro.me)

sledorze
That's what I call good timing!
Loading...