Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infinitelives/px3d

Experimental pixel 3d engine
https://github.com/infinitelives/px3d

blender3d clojurescript game-engine threejs

Last synced: 3 months ago
JSON representation

Experimental pixel 3d engine

Awesome Lists containing this project

README

        

![Tech demo](./gifs/around.gif)

Hot reloading Blender edits into running Three.js ClojureScript:

![Screencast](./gifs/screencast.gif)

### Development mode

```
npm i
make watch
```

### Building for production

```
make
```