Liking cljdoc? Tell your friends :D

lambdaisland.cljbox2d.clojure2d

Glue code to enable drawing via clojure2d library. The main difference from quil is that canvas context should be provided explicitely. Contract for a custom draw function should accept a canvas as the last parameter.

Glue code to enable drawing via `clojure2d` library.
The main difference from `quil` is that `canvas` context should be provided explicitely.
Contract for a custom `draw` function should accept a canvas as the last parameter.
raw docstring

lambdaisland.cljbox2d.demo.clojure2d.pyramid

Render a whole bunch of small squares that together form a Pyramid. Click with the mouse to simulate an explosion.

Render a whole bunch of small squares that together form a Pyramid.
Click with the mouse to simulate an explosion.
raw docstring

lambdaisland.cljbox2d.demo.clojure2d.template

Basic structure to start with

Basic structure to start with
raw docstring

lambdaisland.cljbox2d.demo.hello-cljbox2d

No vars found in this namespace.

lambdaisland.cljbox2d.demo.template

Basic structure to start with

Basic structure to start with
raw docstring

lambdaisland.cljbox2d.math

Helper functions for Box2D vector/matrix math

Helper functions for Box2D vector/matrix math
raw docstring

lambdaisland.cljbox2d.quil

Helpers for rendering a Box2D world to a Quil sketch

Iteates over all bodies and draws them with simple drawing primitives using the current stroke style and color. Supply a custom :draw function to a body's :user-data to customize the drawing.

Helpers for rendering a Box2D world to a Quil sketch

Iteates over all bodies and draws them with simple drawing primitives using
the current stroke style and color. Supply a custom `:draw` function to a
body's `:user-data` to customize the drawing.
raw docstring

lambdaisland.cljbox2d.svd

Singular Value Transform

Singular Value Transform
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close