https://github.com/infinitelives/px3d
Experimental pixel 3d engine
https://github.com/infinitelives/px3d
blender3d clojurescript game-engine threejs
Last synced: 17 days ago
JSON representation
Experimental pixel 3d engine
- Host: GitHub
- URL: https://github.com/infinitelives/px3d
- Owner: infinitelives
- License: epl-1.0
- Created: 2019-07-24T08:56:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T09:47:26.000Z (about 5 years ago)
- Last Synced: 2024-11-05T12:33:04.966Z (6 months ago)
- Topics: blender3d, clojurescript, game-engine, threejs
- Language: Clojure
- Homepage: https://infinitelives.github.io/px3d
- Size: 4.3 MB
- Stars: 308
- Watchers: 12
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Hot reloading Blender edits into running Three.js ClojureScript:

### Development mode
```
npm i
make watch
```### Building for production
```
make
```