High level graphics, UI or game engine
Find a file
2024-01-13 21:45:56 +03:00
cmd/test feat: started implementing animations and also added counters for draw frames and frames. 2024-01-13 21:45:56 +03:00
media Rebranding. 2023-11-12 13:30:14 +03:00
.gitignore Rebranding. 2023-10-23 15:47:27 +03:00
animation.go feat: started implementing animations and also added counters for draw frames and frames. 2024-01-13 21:45:56 +03:00
camera.go feat: fixed camera matrix bufferization. 2024-01-08 10:22:09 +03:00
circle.go feat: added the way to draw filled circles. 2024-01-11 07:05:27 +03:00
collider.go ... 2023-12-14 22:01:07 +03:00
context.go save. 2024-01-08 07:12:35 +03:00
debug.go Rebranding. 2023-10-23 15:47:27 +03:00
draw.go feat: implementing text drawing. 2024-01-13 18:17:34 +03:00
elipse.go Rebranding. 2023-10-23 15:47:27 +03:00
engine.go feat: started implementing animations and also added counters for draw frames and frames. 2024-01-13 21:45:56 +03:00
errors.go Rebranding. 2023-10-23 15:47:27 +03:00
event.go feat: too much to describe. 2023-12-24 15:05:34 +03:00
go.mod feat: implementing text drawing. 2024-01-13 18:17:34 +03:00
go.sum feat: implementing text drawing. 2024-01-13 18:17:34 +03:00
img.go feat: ... 2023-12-23 00:09:07 +03:00
keys.go feat: too much to describe. 2023-12-24 15:05:34 +03:00
line.go feat: using the new Context model I perform everywhere. 2023-12-20 22:39:33 +03:00
math.go feat: started implementing the methods for absolute values. 2023-12-27 01:35:50 +03:00
matrix.go Rebranding. 2023-10-23 15:47:27 +03:00
misc.go Rebranding. 2023-10-23 15:47:27 +03:00
mouse.go feat: too much to describe. 2023-12-24 15:05:34 +03:00
object.go feat: added the way to draw filled circles. 2024-01-11 07:05:27 +03:00
polygon.go feat: implemented layering for DrawableTriangles. 2024-01-11 06:39:57 +03:00
ray.go Rebranding. 2023-10-23 15:47:27 +03:00
readme.md Rebranding. 2023-11-12 13:30:14 +03:00
rect.go feat: implemented layering for DrawableTriangles. 2024-01-11 06:39:57 +03:00
shader.go Rebranding. 2023-10-23 15:47:27 +03:00
sprite.go feat: implemented layering for DrawableTriangles. 2024-01-11 06:39:57 +03:00
taskfile.yml Rebranding. 2023-11-12 13:30:14 +03:00
text.go feat: implementing text drawing. 2024-01-13 18:17:34 +03:00
time.go Rebranding. 2023-10-23 15:47:27 +03:00
transform.go feat: use values not pointers for matrices. 2024-01-08 02:53:00 +03:00
triangle.go feat: implemented layering for DrawableTriangles. 2024-01-11 06:39:57 +03:00
vector.go feat: implementing text drawing. 2024-01-13 18:17:34 +03:00

gg

Insert here a gopher, please

Golang Graphics, Gopher Games or Good Game engine for 2D applications.

Basing on ebiten.