nmichel / i-see-you-clojurescript

Implementation of a 2D visibility determination algorithm in clojurescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i-see-you-clojurescript

Implementation of a 2D visibility determination algorithm in clojurescript

See a demo : at http://nmichel.github.io/i-see-you-clojurescript/

Getting started

  1. Modify project.clj, especially figwheel related parameters, to match your very own network configuration

  2. Start interactive session using leiningen and figwheel plugin

$ lein figwheel

  1. open file index.html in a browser

URL must look like file://.../i-see-you-clojurescript.git/index.html

A prompt should appear in the command line where you opened the interactive session in step 2, allowing you to interact with the browser in clojurescript.

About

Implementation of a 2D visibility determination algorithm in clojurescript


Languages

Language:Clojure 95.6%Language:CSS 2.8%Language:HTML 1.6%