Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bananaoomarang/cljs-interactive-game-dev
Playground/demo for interactive Clojurescript + PIXI.js
https://github.com/bananaoomarang/cljs-interactive-game-dev
Last synced: 10 days ago
JSON representation
Playground/demo for interactive Clojurescript + PIXI.js
- Host: GitHub
- URL: https://github.com/bananaoomarang/cljs-interactive-game-dev
- Owner: bananaoomarang
- License: mit
- Created: 2020-02-17T01:51:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T00:04:07.000Z (10 months ago)
- Last Synced: 2024-11-06T20:51:33.881Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://bananaoomarang.github.io/cljs-interactive-game-dev/
- Size: 9.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clojurescript interactive game maker [WIP!] #
Experiment with self hosting CLJS code in the browser for interactive docs, development tutorials e.t.c.
![App Demo](demov2.gif)
The Clojurescript is fully bootstrapped/compiled/run in the browser, which allows re-evaluating code as the application is running similar to ordinary REPL-driven Clojure(script) development.
Accessible at: https://bananaoomarang.github.io/cljs-interactive-game-dev/
Inspired by Guile Scheme game engine [Chickadee](https://dthompson.us/projects/chickadee.html), hence the bird.
### Running Locally ###
```
$ npx shadow-cljs watch bootstrap frontend
```App will be served on http://localhost:8080/