Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 (almost 5 years ago)
- Last Synced: 2024-08-02T15:26:42.763Z (6 months ago)
- Topics: blender3d, clojurescript, game-engine, threejs
- Language: Clojure
- Homepage: https://infinitelives.github.io/px3d
- Size: 4.3 MB
- Stars: 305
- Watchers: 12
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```