Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 820 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 820 Bytes

Raycasting renderer written in Clojure

Try the live demo at raycaster-demo

Running the project

  • To run run this project you'll need to have Leiningen installed first.

  • Now that you have Leiningen installed cd into the project directory and run lein deps.
    This will pull all the necessary dependencies.

  • After that, while still in the project root, run: lein cljsbuild auto dev. This will automatically recompile you clojure code to javascript whenever you make any changes to the source files. If the build fails you can run lein cljsbuild clean to clear all generated files first.

  • Once you've done done all that, you can open the index file (resources/public/index.html) in you browser to see the changes.