Skip to content

📅 Upcoming release

V1.2

  • Renderer

    • PixelMaps
      • SetPixel
    • UI
      • LoadText and .Draw()
  • Image

    • Image Options
      • Manipulate images
    • Manipulate images
      • Blur
      • Crop
      • Invert
      • Grayscale
      • Contrast
    • Library
  • Node system

    • Movable nodes
      • Custom physics option
    • Static nodes
      • Unmovable
      • Just a basic image/shape
    • Collisions
      • Custom collision option
    • Animations
      • Using images
      • Using spritesheets
    • Sprites
      • Replace images
      • Sprites are part of nodes
    • Spritesheets
      • Using images
      • returning images
      • Usable with animations
  • Custom color system

    • Color struct
    • NewColor function
    • Predefined Color constants
  • Website

    • Doc everything
    • Write dev post about PixelMaps
  • Window system

    • Transparent windows
    • Window manipulations
      • SetTitle
      • SetSize
      • GetSize
    • Multiple Windows
      • Remove context management
      • Automate context management
  • Web image loading

    • HTTP
    • HTTPS
  • Dangerous stuff

    • VUELTO_DISABLE_BUILD_ERRORS env var