sinclairzx81 / zero
- четверг, 24 октября 2019 г. в 00:26:10
TypeScript
3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal.
# install
$ npm install zero-demo -g
# run it
$ zero-demoZero is a small graphics demo that uses JavaScript to replicate the functionality of a GPU and uses the terminal to display its rendered output via nodejs' stdout. Zero was written for fun as well as to see how far one could reasonably push JavaScript performance. Rendering has been tested on Windows, OSX and Linux terminals.
This project and associative materials are offered as is to anyone who may find them of use.
Zero implements:
Licence MIT
Clone this project and run the following from the terminal.
$ npm install
$ npm run build
# run it
$ node index