intrigus

Results 12 issues of intrigus

See https://github.com/arduino/arduino-cli/issues/456

## Used scratch file: ![image](https://user-images.githubusercontent.com/10353467/65392614-ffdc0700-dd76-11e9-8b2f-ec964ebac03e.png) ## Expected behaviour: I drag the input hat to the stage. When I press the green flag the (hypothetical) code after the hat is exectued....

In my opinion we should add cursor support for VisWindows when they are resizable. I may do a PR if I have time.

enhancement
ui

`volatile`s have certain memory effects when being read or when being written to. For this we have to use some low-level stuff to implement the needed **memory barriers**. See *...

enhancement
cpp

I'd like to make it possible to _atleast_ call native functions from java. Doing the reverse is also a goal, but right now simply being able to call a native...

enhancement
cpp

Reconstruct for/while loops from bytecode to prevent relooping on targets that don't support gotos.

enhancement

We should add more tests. I'm currently trying to setup the tests from [https://github.com/robovm/robovm/tree/master/tests/dalvik](https://github.com/robovm/robovm/tree/master/tests/dalvik), but I'll also have a look at the (original) tests from android. I'll also have a...

What's the license of this project?

`freetype.js` takes almost a mega byte. Investigate whether this can be improved or is a limitation of emscripten. Consider that the x86 natives jar (https://oss.sonatype.org/#nexus-search;gav~com.badlogicgames.gdx~gdx-freetype-platform~~~natives-x86) only takes ~400 KB. But...