Skip to content

📅 Upcoming release

V1.1

  • Framerates

    • Set framerate
    • Get framerate
    • Deltatime
  • Events

    • Keyboard
    • Mouse
  • Renderer

    • Move the main API to the Rendering driver
    • Web
      • Web-windowing
      • Support for web using wasm
      • Web-rendering
      • Support for building graphics driver
      • WebGL
    • Desktop
    • Move to OpenGL v3.3
  • Windowing

    • Platforms
      • Windowing for web
      • Windowing for desktop
  • Framerates

    • Set framerate
    • Get framerate
    • Deltatime
  • Imaging

    • Load images
    • Process images (to string)
  • 2 Ring Rendering Driver

    • Ring 1
      • Wrapper around OpenGL C api
      • Wrapper around WebGL JS api
    • Ring 2
      • API around OpenGL and WebGL
  • 2 Ring Window Driver

    • Ring 1
      • Wrapper around GLFW
      • Wrapper around JS runtime
    • Ring 2
      • API around GLFW and JS windowing
  • 2 Ring Input Driver

    • Ring 1 (No ring 1 needed)
    • Ring 2
      • API around GLFW and JS events
  • 2 Ring Image Driver

    • Ring 1 (No ring 1 needed)
    • Ring 2
      • API around Go image library
  • Website

    • Docs
      • Vuelto Docs
        • Vuelto API
        • How to use vuelto
        • Vuelto's functionality
      • Developer Docs
        • Vuelto's 3 ring structure
        • CONTRIBUTING.md
        • Code of Conduct
    • Tutorials
      • Examples
      • Tutorials to build small games