pablinos / matterjs-quil

A recreation of the initial Coding Train tutorial on Matter.js using Quil and ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-quil

A Quil sketch designed to replicate the demo 5.17: Introduction to Matter.js - The Nature of Code using ClojureScript.

A discussion on it is available on my blog, starting with the post at https://bunkham.com/matter-patience-adventures-quil-clojurescript-matter-js/

Usage

Run lein compile command and open index.html in your browser.

For interactive development run lein figwheel command. This command will be recompiling cljs to js each time you modify core.cljs and you can see result immediately on the page servered at http://localhost:3449.

About

A recreation of the initial Coding Train tutorial on Matter.js using Quil and ClojureScript

License:Eclipse Public License 1.0


Languages

Language:JavaScript 82.6%Language:Clojure 17.4%Language:HTML 0.0%