# | Project | 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 PS1 | Backend | core-native-ps1 | port engines to Sony PlayStation 1 | |
11 | Core Native TIC80 | Backend | core-native-tic | port engines to fantasy console TIC 80 | |
12 | Core Native TUI | Backend | core-native-tui | port engines to terminal | |
13 | Core Native Desktop | Backend | core-native-desktop | port engines to computer | |
14 | Core Native Arduino | Backend | core-native-arduino | port engines to embedded devices | |
15 | Pong javascript |
Example | game-pong-javascript | online | Classical game write with js using gly engine |
16 | Pong Haxe |
Example | game-pong-javascript | online | Classical game write with haxe using gly engine |
17 | Pong | Example | gly-engine | online code |
classical game write with lua using gly engine |
18 | AsteroidsTV | Example | gly-engine | online code |
classical game write with lua using gly engine |
19 | CapyBird | Example | gly-engine | online code |
classical game write with lua using gly engine |
20 | DVD Player | Example | gly-engine | online code |
classical rest-screen write with lua using gly engine |
21 | Maze 3D | Example | gly-engine | online code |
classical rest-screen write with lua using gly engine |
22 | Hello World | Example | gly-engine | online code |
begginers app write with lua using gly engine |
23 | Launcher | Example | gly-engine | online code |
app write with lua using gly engine |
24 | 2 Games | Example | gly-engine | online code |
app write with lua using gly engine |
25 | Grid System | Example | gly-engine | online code |
app write with lua using gly engine |
26 | Tool IMG Gen | IDE | tool-img-gen | online | generate images and logos using lua and gly engine |
27 | Love To Tic | Library/CLI | core-native-tic | npm | convert love2d games in TIC80 cartbridges |
28 | Engine To Tic | Library/CLI | core-native-tic | npm | build engine+games to TIC80 cartbridges |
29 | Gly Type | Library | gly-type | npm docs |
font render + font for limited devices |
30 | Bundler | Library | gly-engine | docs | unify lua files |
31 | Registry | Site | registry | online | avaliable resources for download |
Pinned Loading
Repositories
Showing 10 of 24 repositories
- gly-engine Public
A cross-platform embeddable lua game engine such as ginga, pc, mobile, browser and its own console like a Wii clone.
gamelly/gly-engine’s past year of commit activity - site-gingaccws Public
gamelly/site-gingaccws’s past year of commit activity - love-engine Public
Reimplementation of the Love2d framework to make homebrew games to gba, nds, wii, ps2, tic80 and many other platforms! (also html5)
gamelly/love-engine’s past year of commit activity