top | item 46190395

(no title)

rimmontrieu | 2 months ago

+1 TeaVM is crazily good. Comparing to GWT it has faster build time and better exports to javascript. I've built so many games using libGDX + TeaVM and quite happy with the workflow and results.

Here's one of many: https://ookigame.com/game/flappy-bug/

discuss

order

iamcreasy|2 months ago

Do you have to rewrite GLSL shaders when migrating a game from desktop to browser?

rimmontrieu|2 months ago

Browsers only support OpenGL ES so only if your shaders use any OpenGL specific features you have to rewrite. Otherwise, it's just plain simple to export to both desktop and browser targets.