Pixel v0.9.0 Release Notes

Release Date: 2020-05-02 // almost 4 years ago
    • ➕ Added feature from https://github.com/faiface/pixel/pull/219
      • Exposing Window.SwapBuffers so buffers can be swapped without polling input
    • ➕ Add more examples
    • ➕ Add position as out variable from vertex shader
    • ➕ Add experimental joystick support
    • ➕ Add mouse cursor operations
    • ➕ Add Vec.Floor(…) function
    • ➕ Add circle geometry
    • 🛠 Fix Matrix.Unproject(…) for rotated matrix
    • ➕ Add 2D Line geometry
    • ➕ Add floating point round error correction
    • 🐎 Performance improvements
    • 🛠 Fix race condition in NewGLTriangles(…)
    • ➕ Add TriangleData benchmarks and improvements
    • ➕ Add zero rectangle variable for utility and consistency
    • ➕ Add support for Go Modules
    • ➕ Add NoIconify and AlwaysOnTop window hints