gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
242 stars 10 forks source link

Adding support for manipulating cursors #114

Closed dusk125 closed 2 months ago

dusk125 commented 2 months ago

Right now, this is all done in the opengl package, we should consider abstracting some of this to Pixel so that we have a backend-independent version.