dragome / gdx-dragome

Dragome backend for LibGDX.
22 stars 1 forks source link

Graphics implementation #7

Open czyzby opened 8 years ago

czyzby commented 8 years ago

See DragomeGraphics.

intrigus commented 8 years ago

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 !

czyzby commented 8 years ago

@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.