This website requires JavaScript.
Explore
Help
Sign in
core
/
gg
Watch
1
Star
0
Fork
You've already forked gg
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
High level graphics, UI or game engine
50
commits
2
branches
8
tags
416
KiB
Go
99.9%
560bb93644
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
surdeus
560bb93644
Implemented dynamic layering. (should think of optimizations because it requires to sort objects every frame.
2023-08-31 11:29:37 +03:00
src
Implemented dynamic layering. (should think of optimizations because it requires to sort objects every frame.
2023-08-31 11:29:37 +03:00
.gitignore
Basic window implementation.
2023-02-17 09:04:29 +05:00
go.mod
Implemented dynamic layering. (should think of optimizations because it requires to sort objects every frame.
2023-08-31 11:29:37 +03:00
go.sum
Implemented dynamic layering. (should think of optimizations because it requires to sort objects every frame.
2023-08-31 11:29:37 +03:00
mkconfig
Basic window implementation.
2023-02-17 09:04:29 +05:00
mkfile
Basic window implementation.
2023-02-17 09:04:29 +05:00
readme.md
Init.
2023-02-17 07:27:56 +05:00
readme.md
gox
2D graphcs engine based on
ebiten
.