/cljs-webgl-example

An example of how to use WebGL from ClojureScript.

Primary LanguageJavaScript

cljs-webgl-example

An example of how to use WebGL from ClojureScript.

This code was originally written by Vishvajit Singh. Sources:

Some mild modifications were made by Taneli & David to make it work with Leiningen 2.

See it in action

How to compile & run

lein deps
lein cljsbuild once
lein ring server-headless 3000

Then browse to http://localhost:3000

Alternatively, after "lein cljsbuild once", open the file resources/public/hello.html in a browser.