phrohdoh / bevy-cljrs

Clojure-scriptable, Bevy-based game/app prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Clojure-scriptable, Bevy-based game/app prototype


Languages

Language:Rust 98.1%Language:Clojure 1.9%