-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hedgehogo edited this page Oct 16, 2022
·
6 revisions
The Interface_Engine project was created to easily write a scalable interface for games and programs in C++ 17 or more. At the same time it allows you to:
- Automatically calculate the minimum size at which the interface is displayed correctly.
- Automatically calculate the ideal size for displaying your interface.
Before studying and using this library, we advise you to familiarize yourself with the basics of SFML.