soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

Reduce basic object size #304

Closed soywiz closed 4 years ago

intrigus-lgtm commented 4 years ago

So jtransc is back from the dead?

soywiz commented 4 years ago

Yes. But, I will keep only C++, C#, JS and maybe Dart targets. It will be single threaded with a way to run workers with different heaps. So no synchronization code or standard Java. The idea is to use it on my game engine KorGE to target all the potential platforms + extra homebrew platforms using SDL + opengl