SFML/examples/island
Chris Thrasher 59447dd8e5 Rewrite sf::Event API to improve type safety
This new API is built on top of std::variant. This allows us to
store many different event types in a space-efficient way and access
the active event type in a type-safe manner that eliminates the
categories of UB that are possible with unions.

Co-authored-by: kimci86 <kimci86@hotmail.fr>
2024-05-01 18:00:58 +00:00
..
resources Switch example resources to public domain ones. 2021-04-02 22:16:22 +02:00
CMakeLists.txt Use cross-platform threading library target 2023-09-24 20:57:33 -06:00
Island.cpp Rewrite sf::Event API to improve type safety 2024-05-01 18:00:58 +00:00
stb_perlin.h Use pre-increment when post-increment is not necessary 2022-02-17 00:39:35 +00:00