Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 782 Bytes

Enoki

Enoki is a proof-of-concept functional game engine, mostly written in a common subset of Clojure and ClojureScript. Theoretically it could target any JS or Clojure platform (e.g. Android). It currently targets the browser and Java desktop environments.

Build status

The bulk of Enoki is implemented in the annotated cljx format.

  • common contains platform-independent sources. Most of this is cljx code.
  • web and swing contain platform-specific implementations.

Each of these subdirectories will eventually live in its own repo.

See the wiki for high-level documentation.