gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Remove SDL gfx dependency #49

Closed kroppt closed 4 years ago

kroppt commented 4 years ago

Also make sure to update the ReadMe and GitHub Actions workflows. Currently, sdl2-gfx is only being used for an FPS manager. If we can figure out exactly what that does, we can make it in Go without needing to reach into C, after which we can remove the dependency.