You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).