/bevy-cljrs

Clojure-scriptable, Bevy-based game/app prototype

Primary LanguageRust

prototype of a Bevy app with a Clojure scripting environment

Clojure scripting environment provided by the ClojureRS project's interpreter.


building and running from source code via cargo

on the command line in the directory containing this file:

cargo run

to access a REPL post-some-user-script.clj load, pre-(user/on-startup):

cargo run -- --with-startup-repl

play with changing user/toggle-selection? (see some-user-script.clj)

(at the Clojure REPL you can enter :repl/quit to end that REPL session)