Confirmed users, Bureaucrats and Sysops emeriti
792
edits
No edit summary |
|||
| Line 14: | Line 14: | ||
* Scene graph Library | * Scene graph Library | ||
* Texture | * Texture Loading/Management | ||
* Matrix Libraries | * Matrix Libraries | ||
* Model Loading | * Model Loading | ||
* Hit Testing | * Hit Testing | ||
* Animation | * Animation | ||
Some of this will be slow initially. However, once it's clear that a JS-only route won't work for some things (i.e., don’t assume it won't), slow things could be moved to C++/XPCOM and exposed to script via a separate extension (e.g., matrix libraries). | Some of this will be slow initially. However, once it's clear that a JS-only route won't work for some things (i.e., don’t assume it won't), slow things could be moved to C++/XPCOM and exposed to script via a separate extension (e.g., matrix libraries). | ||