项目作者: srdja

项目描述 :
Raycasting renderer writen in ClojureScript
高级语言: Clojure
项目地址: git://github.com/srdja/raycaster-demo.git
创建时间: 2015-11-16T16:34:07Z
项目社区:https://github.com/srdja/raycaster-demo

开源协议:The Unlicense

下载


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.