rm-hull/big-bang

big-bang: a ClojureScript game loop, loosely based on Racket's big-bang and implemented on top of core.async

Leiningen/Boot

[rm-hull/big-bang "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

rm-hull/big-bang {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("rm-hull:big-bang:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>rm-hull</groupId>
  <artifactId>big-bang</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>