/noa-hello-world

Minimal implementation of a voxel game built on noa. Demo:

Primary LanguageJavaScript

Deprecated

.

.

.

This has been rolled into the main noa repo as /examples/hello-world/.

Go look there!

.

.

.

noa-hello-world

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.

Live demo

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!