Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/