An open API service indexing awesome lists of open source software.

https://github.com/andreyorst/raycasting-with-clojurescript

Implementation of a simple raycasting engine in ClojureScript. (mirror)
https://github.com/andreyorst/raycasting-with-clojurescript

clojurescript raycasting

Last synced: about 1 year ago
JSON representation

Implementation of a simple raycasting engine in ClojureScript. (mirror)

Awesome Lists containing this project

README

          

* Simple Ray Casting with ClojureScript
This is a repository with the code of the raycasting engine I've made during [[https://andreyorst.gitlab.io/posts/2020-06-04-simple-ray-casting-with-clojurescript/][this blog post]].
Feel free to read the code, post suggestions or borrow ideas.
A live demo is set up on GitLab pages and available [[https://andreyorst.gitlab.io/raycasting-with-clojurescript][here]].

** How to build
If you have [[https://github.com/thheller/shadow-cljs][shadow-cljs]] installed simply run:

#+begin_example
$ npx shadow-cljs release app
#+end_example

** How to run
Open =index.html= from =public/= in your favorite browser.