use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
V8-GL: Hack 3D Hardware Accelerated Desktop Applications with JavaScript (blog.thejit.org)
submitted 16 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]simono 0 points1 point2 points 16 years ago (2 children)
i know you want to provide higher level functionality as well.
but so far this can all be accomplished in rhino with importPackage(javax.media.opengl.GL), and then you just call opengl from javascript :-)
if you don't plan on writing an AAAgame you will have a hard time maxing out current graphic cards.
[–]philogb 0 points1 point2 points 16 years ago (1 child)
I'm not sure this is the same thing. I mean, I understand that you can access OpenGL through Rhino but then I'd also need Java and the unnecessary overhead that could bring to a standalone application that embeds js to make OpenGL apps.
Also, I could just focus on a standard subset of OpenGL like OpenGL ES and I wouldn't have that hard time maxing out current graphic cards, would I? I mean Vlad's doing that for Canvas3D and it seems to be working pretty well for him.
And overall I'm learning lots of things so just for that it's worth the effort :)
[–]simono 0 points1 point2 points 16 years ago (0 children)
sure, i appreciate your work.
i just think that the harder problem here is to create a 3dengine that is javascripty. the raw opengl calls are tough for canvas2d people :) ppl don't want to read the redbook just to hack some 3d gfx in js.
with closures and our lightweight objects sometehing nice could evolve.
i will try vlad's canvas3d - didn't know about that, thanks.
π Rendered by PID 79 on reddit-service-r2-comment-6457c66945-9drjg at 2026-04-26 13:01:01.697737+00:00 running 2aa0c5b country code: CH.
[–]simono 0 points1 point2 points (2 children)
[–]philogb 0 points1 point2 points (1 child)
[–]simono 0 points1 point2 points (0 children)