Releases: shubha360/Evolve-Engine
Releases · shubha360/Evolve-Engine
v1.2.0
Pre-built library and the dependencies specifically for use in Visual Studio on 32-bit and 64-bit Windows systems.
Changes in this release:
- AudioPlayer class added.
- Size2D and Position2D structs added.
- Removed unnecessary and excessive use of std::string.
- Variable naming convention changed.
- Minor bugs fixed.
v1.1.0
Pre-built library and the dependencies specifically for use in Visual Studio on 32-bit and 64-bit Windows systems.
Changes in this release:
- ShapeRenderer class added.
- Gui renders shapes instead of textures.
- Engine assets updated.
- Enum class GlyphOrigin has been removed.
- RectDimension has been converted into class. Added enum class Origin.
- Fixed the font library linking bug that occurred in the x86 release.