gdx-dragome
gdx-dragome copied to clipboard
Dragome backend for LibGDX.
- [x] Mapping of JS key codes to LibGDX key codes. Use `IntIntMap` instead of a huge switch like in `GWT`. - [ ] Mouse events support. - [x] Touch...
In order to fully implement Dragome backend for LibGDX, we need to support some JS/Gradle related features: - [x] Gradle plugin. Example LibGDX project with Dragome backend included. #3 -...
See `DragomeNet`. - [x] `openURI` - [x] `sendHttpRequest` - [x] `cancelHttpRequest` Sockets are not supported by `DragomeNet` (or `GWT`, for that matter).
It's logical to merge the repos with @xpenatan at some point, preferably ASAP to avoid confusion and reinventing the wheel. I'm obviously biased, so I'd like @fpetrola @xpenatan and @intrigus...
- [x] Abstract file handle base for handles not based on `java.io.File`. Support for determining names of extensions, directories, etc. based solely of file path. - [x] Prohibited write operations....