.
.
.
This has been rolled into the main noa repo as
/examples/hello-world/
.Go look there!
.
.
.
A minimal implementation of a voxel game built on the noa engine. For a nontrivial example that implements most/all of the engine's features see noa-testbed.
To run the demo locally:
git clone <this repo>
cd noa-hello-world
npm install
npm start
Then view the demo on localhost:8080
.
Source is self-explanatory!