Skip to content

Releases: JeanPhilippeKernel/RendererEngine

0.3.0-rc.1

0.3.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 23:31
84817ed

0.3.0-rc.1

2026-07-02

Features

  • feat: added support of tag and versioning system (#533)
  • feat: Implemented the foundation of VFS (#530)
  • feat: added Virtual FileSystem design documents (#528)
  • feat: Convert enviroment cube texture to engine format for fast loading (#523)
  • feat: added support of HashSet and OrderedHashMap containers
  • feat(panzerfaust): add search support allowing user to find projet by name (#399) (#447)

Bug Fixes

  • fix: made release process consistent across main and develop (#538)
  • fix: updated the base version number (#537)
  • fix: updated package permission for release workflow (#536)
  • fix: updated release pipeline (#535)
  • fix: corrected inconsistencies in documents
  • fix: corrected inconsistencies in documents (#532)
  • fix: switch ArenaAllocator to VirtualAlloc/mmap with on-demand page commit (#531)
  • fix: improved HandleManager threading mgmt support (#521)
  • fix(buildengine): update glm's cmake minimum version to 3.5 (#443)

v0.2.0-alpha

v0.2.0-alpha Pre-release
Pre-release

Choose a tag to compare

@JeanPhilippeKernel JeanPhilippeKernel released this 06 Aug 17:13
189a5ae
added entity material component visualization (#188)

* added entity material component visualization

* fixed build error