Hacker News new | ask | show | jobs
by est 5864 days ago
I don't get it. Does it implements a software 3D engine, or emulate OpenGL API, or call HW OpenGL directly in Flash?
1 comments

It implements OpenGL API. That means that you can develop for that particular API that you probably know from elsewhere. Current implementation seams to be done in software, but it may well be hardware accelerated when/if Flash will get such a capability and then you could benefit from it and any other optimizations without having to modify your program in any way.