Skip to content

HSGIL-v0.2.0

Compare
Choose a tag to compare
@AsulconS AsulconS released this 31 Oct 15:36
· 13 commits to main since this release
cffcc17

Release Highlights

  • This is the second stable release for HSGIL. Contains improved basic features and a new structure that allows code to be cleaner. It removed some deprecated feature like default image placeholder.

What's Changed

  • Restructured project.
  • Now it's a static library instead of a dynamic one (using .lib).
  • Added .gitattributes to source.
  • Added linux missing mouse motion tracking.
  • Fixed public headers status.
  • Refactoring on Ball example.
  • Removed some "presion grandota/chikita" debugging messages.
  • Upgraded C++ standard to 17.
  • Added Window Functions to return Viewport Width and Height (not only window).
  • Added Window Functions to return Actual Width and Height.
  • Fixed Forward Declaration issues on GCC-based compilers.
  • Rendering pipeline fixing (Swapping logic and VSync calls).
  • Windows Capture Hotfix.
  • Shaders and OpenGL version updating.
  • Added new physics test example.
  • Added new shaders test example.