Skip to content

🛣️ Roadmap for V1

V1

  • Application

    • Window
    • Input
  • Renderer

    • Custom OpenGL
    • Rects, lines, etc
    • Images
  • Shapes

    • Rects
    • Lines
  • Audio

    • Sound
    • Music
  • Math

    • Vector2D
    • Vector3D
    • Add Together
    • Subtract
  • Readme Improvements

    • Improve the about tab
    • Improve the text under the banner
  • Installation.md

    • Update the requirements
    • Clean up old stuff
  • Docs

    • GoDoc

V1.1

Moved to the upcoming releases page. See here.

V1.2

  • Renderer

    • SetPixel
    • LoadText and .Draw()
  • Image

    • Manipulate images
  • Spritesheets

    • Using images
    • returning images
    • Usable with animations
  • Node system

    • Movable nodes
      • Custom physics option
    • Static nodes
      • Unmovable
      • Just a basic image/shape
  • Animations

    • Using images
    • Using spritesheets
  • Custom color system

    • Color struct
    • NewColor function
    • Predefined Color constants