-
Notifications
You must be signed in to change notification settings - Fork 63
FAQ
Creating high performance JavaScript applications without the browser stack.
Yes
As of today, nidium runs on linux
and OSX
. The port to Android is still a work in progress. Windows port is in our top priority list.
Feel free to contact us if you need information on a specific platform.
Yes. It does an amazing job at rendering, but there is no physic-engine behind, or any 3D engine built in.
Yes & No. Nidium has similarities with a browser, but it's definitely not a browser (No HTML)
nidium is not built on top of a browser.
Both nidium and flash use vector graphics, but nidium is not a browser plugin. With nidium, you write application using JavaScript instead of ActionScript. And of course, it's open source :)
nidium lets you use plain JavaScript instead of C++.
At some point of nidium development we needed a very fast, low latency, robust server. As the core components were designed to be reused as a library, we naturally built a server version out of nidium.
Yes! This project is build around the networklayer that was also used in the APE-Project. You can expect some cool stuffs in a near future.
Yes several. Currently we are focussing to add more features and modules, but we will definitely extend es6 support.
Yes & No. Nidium has support for require()
but NodeJS API has not been ported to Nidium. So this means that any modules that use NodeJS specific API/features will not work.
Yes, but this is not yet_ on our top priority list.
Head over our IRC channel #nidium on freenode and come chat with us :)