Skip to content
Hedgehogo edited this page Oct 16, 2022 · 6 revisions

Introduction

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.

ENG

Clone this wiki locally