Skip to content

🛣️ Roadmap for V1

V1

  • Application

    • Window
    • Input
  • Renderer

    • Custom OpenGL
    • Rects, linex, 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 stuffm
  • Docs

    • GoDoc

V1.1

  • Web

    • Web-windowing

      • Support for web using wasm
    • Web-rendering

      • Support for buildin graphics driver
      • WebGL
  • Input

    • Keyboard
    • Mouse

V1.2

  • Renderer

    • SetPixel
    • LoadText and draw it
  • Spritesheets

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

  • Animations

    • Using images
    • Using spritesheets