Skip to content

Releases: PS-Gustavo/RESkelly

Initial Release

17 Sep 01:00
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

v0.1.0

This is the first release for RESkelly. Enjoy! 🎉

Available Subsystems

The following subsystems have been created and integrated:

  • Application;
  • Logging;
  • Windowing;
  • Event Handling;
  • Layer Handling;
    • Regular Layers;
    • ImGui Layers;
  • Rendering;

OpenGL Support

All subsystems that generate graphics have been designed as agnostic to the rendering API. So far, this project is supporting the following environments:

  • OpenGL in Linux;

Functional Tests

An initial system for functional testing has been added. The first functional test mentioned below exercises all subsystems.

  • helloTriangle;

The full regression is available in the Template Body by setting TEST_ENABLED flag in config.cmake.