- all about gly engine in 15 minutes (PT-BR/EN-US)
https://www.youtube.com/watch?v=KqHP-eKzILo
- Gly Game Jam (June 2025 - August 2025)
https://www.youtube.com/watch?v=6kjASCIF9Ko
https://www.youtube.com/watch?v=beP_VBdfUms
https://itch.io/jam/ggj-1
| # | name | type | github repository | links | description |
|---|---|---|---|---|---|
| 1 | Playground | IDE | gly-ide | online | platform to create games and applications with just your browser and still export ready to use on your video game or device. (no login required) |
| 2 | Gly CLI | CLI | gly-engine | npm wget | toolchain for build games and engines |
| 3 | Gly Engine | Engine | gly-engine | npm docs |
main project |
| 4 | GLy Engine lite |
Engine | gly-engine | npm | fast version of gly engine without apis:std.ui std.bus std.node |
| 5 | GLy Engine micro |
Engine | gly-engine | npm | smallest version of lite reduced 50% size with only apis:std.draw std.key std.text std.image |
| 6 | Love Engine | Engine | love-engine | npm docs |
Love2D written from scratch to take advantage of much of the gamely support ecosystem |
| 7 | Core Native HTML | Backend | core-native-html5 | npm | port engines to html5/webapps/pwa |
| 8 | Core Native GBA | Backend | core-native-gba | port engines to Nintendo Game Boy Advance | |
| 9 | Core Native NDS | Backend | core-native-nds | port engines to Nintendo DS | |
| 10 | Core Native WII | Backend | core-native-nds | port engines to Nintendo Wii and Nintendo Game Cube | |
| 11 | Core Native PS1 | Backend | core-native-ps1 | port engines to Sony PlayStation 1 | |
| 12 | Core Native TIC80 | Backend | core-native-tic | port engines to fantasy console TIC 80 | |
| 13 | Core Native TUI | Backend | core-native-tui | port engines to terminal | |
| 14 | Core Native Desktop | Backend | core-native-desktop | port engines to computer | |
| 15 | Core Native Arduino | Backend | core-native-arduino | port engines to embedded devices | |
| 16 | Pong javascript |
Example | game-pong-javascript | online | Classical game write with js using gly engine |
| 17 | Pong Haxe |
Example | game-pong-haxe | online | Classical game write with haxe using gly engine |
| 18 | Pong Dart |
Example | game-pong-dart | Classical game write with haxe using gly engine | |
| 19 | Pong Kotlin |
Example | game-pong-kotlin | online | Classical game write with kotlin using gly engine |
| 20 | Pong | Example | gly-engine | online code |
classical game write with lua using gly engine |
| 21 | AsteroidsTV | Example | gly-engine | online code |
classical game write with lua using gly engine |
| 22 | CapyBird | Example | gly-engine | online code |
classical game write with lua using gly engine |
| 23 | DVD Player | Example | gly-engine | online code |
classical rest-screen write with lua using gly engine |
| 24 | Maze 3D | Example | gly-engine | online code |
classical rest-screen write with lua using gly engine |
| 25 | Hello World | Example | gly-engine | online code |
begginers app write with lua using gly engine |
| 26 | Launcher | Example | gly-engine | online code |
app write with lua using gly engine |
| 27 | 2 Games | Example | gly-engine | online code |
app write with lua using gly engine |
| 28 | Grid System | Example | gly-engine | online code |
app write with lua using gly engine |
| 29 | Tool IMG Gen | IDE | tool-img-gen | online | generate images and logos using lua and gly engine |
| 30 | Love To Tic | Library/CLI | core-native-tic | npm | convert love2d games in TIC80 cartbridges |
| 31 | Lua To Tic | Library/CLI | core-native-tic | npm | build engine+games to TIC80 cartbridges |
| 32 | Gly Type | Library | gly-type | npm docs |
font render + font for limited devices |
| 33 | Bundler | Library | gly-engine | docs | unify lua files |
| 34 | Registry | Site | registry | online | avaliable resources for download |