play-cljc.macros-java

(gl _ n & args)

Wraps org.lwjgl.opengl.GL33, calling a method if the provided symbol starts with a lower-case letter, or a static field if it starts with an upper-case letter.

(math n & args)

Wraps java.lang.Math, calling a method if the provided symbol starts with a lower-case letter, or a static field if it starts with an upper-case letter.

(transform content)

(transform entity transforms)

Work in progress! This macro is subject to change/break in future releases.