gdx-backend-bytecoder
gdx-backend-bytecoder copied to clipboard
Libgdx Kotlin app with Bytecoder
[ERROR] Failed to execute goal de.mirkosertic.bytecoder:bytecoder-mavenplugin:2021-11-02:compile (default) on project gdx-backend-bytecoder-example: Error running bytecoder: Error linking class com.fasterxml.jackson.databind.Obj ectMapper: Error linking class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector: Error linking class com.fasterxml.jackson.databind.ext.Java7Support: Cannot find virtual method...
How can we implement input? * can we reuse GWT implementation? * what are bytecoder specifics we need to take care of? * how much work is the minimal implementation?...
Write a tutorial (markdown file in repository): how to add gdx-backend-bytecoder to your app.
WebAssembly exception handling seems to be premature and not yet finalized. Bytecoder has an option in the Maven plugin plugin to set it: ```xml de.mirkosertic.bytecoder bytecoder-mavenplugin ${bytecoder.version} true compile ```...
We have done some changes in the Bytecoder project. Therefore we are building our own SNAPSHOT project. We would like to be based on a release, as this simplifies working...