This repository was archived by the owner on Jul 26, 2025. It is now read-only.
Releases: vuelto-org/vuelto
Releases · vuelto-org/vuelto
v1.2, last official release
v1.1.2
v1.1.1
v1.1.0
Vuelto 1.1 (05/01/2025)
Breaking changes
- Updated to OpenGL 3.3 Core, breaking compatibility with unsupported hardware.
DrawLine()now takes arguments in the orderx1 y1 x2 y2, instead ofx1 x2 y1 y2.Imagestruct now uses aPosparameter withVector2Dtype instead ofX,Yfloat32param for position.Linestruct now usesPos1andPos2params withVector2Dtype instead ofX1, Y1, X2, Y2.Rectstruct now usesPosparam withVector2Dtype instead ofX, Y.
Additions
- Support for targeting web (WASM + WebGL 2.0).
- Event system
- KeyPressed, KeyPressedOnce, and KeyReleased
- Mouse position
GetDeltaTime()- Framerate managing
GetFPS()SetFPS()
Changes
- The above mentioned breaking changes.
- Params
XandY(andZ) forVector2DandVector3Dare now of typefloat32instead offloat64. - Improved performance.