gopxl / pixel

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

Add Support for Minimum Window Size in Pixel #98

Closed duysqubix closed 4 weeks ago

duysqubix commented 4 weeks ago

Implement support for setting a minimum window size while allowing resizing in the Pixel library. This feature should leverage the existing glfwSetWindowSizeLimits function in GLFW. The implementation should include:

dusk125 commented 4 weeks ago

Dup of #91