gdx-dragome
gdx-dragome copied to clipboard
Graphics implementation
See DragomeGraphics
.
- [x] Reporting application's bounds (width, height, screen w&h).
- [x] Reporting rendering meta-data: PPI, PPC, density, delta, FPS(), frame ID(). * - implemented by
Renderer
, might return mock-up values. - [x] Fullscreen mode.
- [x] Orientation lock during fullscreen mode.
- ~~Non-continuous rendering. Not supported by GWT either. Do we want to support this?~~
- [x] Changing title.
- [ ] Changing cursor. Implemented in
DragomeGraphics
, butDragomeCursor
does not work yet. - [x] Display modes.
- [x] Monitors.
It would be very nice to know, which repository is used for developing gdx-dragome! It would be better to join forces and not implement the same functionality twice i.e. in this repository and that repository !
@intrigus To be honest, not much functionality is duplicated. Yet. This repo is kept cleaner and GWT code is actually refactored, rather than just copied.
I wanted to transfer this repo to dragome
/libgdx
and merge both repositories ASAP, but not counting short talk with Xpe by forum, no further word from him about it. He seems keen on focusing on his repo (duh, who wouldn't be). But, well, for now his repo contains mostly mock-up classes (basically empty classes with implemented interfaces) except for GL20, Graphics, Files
implementations.
Since this repo actually uses Gradle to manage dependency and publish artifacts rather than keeping libraries as jars in the repo (sic), this will most likely become the main one. But you're right: no point in reinventing the wheel, Xpe work should be validated and merged. I really don't want to waste time on any conflicts, so it would be best if @fpetrola just decided what we do.
Edit: see #13.