dooxe-creative
dooxe-creative
Hello, When I try to compile g2o for android with gcc for ARM architectures, I have the following error : ``` arm-linux-androideabi-gcc: error: unrecognized command line option '-msse2' arm-linux-androideabi-gcc: error:...
Hello, I have a problem positionning a shape in a body. My code is pretty simple: ```js var body = new p2.Body({ mass: 0 }); var box = new p2.Box({...
Hello, I'm trying to configure my multiplatform project with gradle and antlr-kotlin, but I'm facing an issue with the classpath. The template I use is the one on repo, i.e.,...
Hello, As a workaround to the `val`/`var`issue, I created a simple class that is used instead primitive types in the grammar actions : ``` open class AssignableExpression { var value...