Wish to be Ecma 2017 JavaScript
https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
GIT
Github repo =>
https://github.com/drswobodziczka/js-graphics
Browserify
https://github.com/browserify/browserify
Eslint linter --- TBD
https://eslint.org/docs/user-guide/configuring https://eslint.org/docs/developer-guide/nodejs-api
YARN
GULP --- TBD
To run new exerices
-
install simple http server for serving static content. ex.:
-
develop your scene deriving .js file in /lin
-
bundle it with browserify
-
create new .html file in
./public
reusing bundled scene -
run
http-server [path] [options]
and browse your content