brute

A simple and lightweight Entity Component System library for writing games with Clojure

Leiningen/Boot

[brute "0.1.1"]

Clojure CLI/deps.edn

brute/brute {:mvn/version "0.1.1"}

Gradle

implementation("brute:brute:0.1.1")

Maven

<dependency>
  <groupId>brute</groupId>
  <artifactId>brute</artifactId>
  <version>0.1.1</version>
</dependency>