-
Notifications
You must be signed in to change notification settings - Fork 19
Tech & Integrations
David M edited this page Nov 2, 2020
·
2 revisions
FallingSandSurvival is written in C++ using several libraries:
-
SDL2 for rendering.
-
SDL_gpu so I get GLSL shader support.
-
Dear ImGui for UIs.
-
Box2D for rigidbody physics.
-
cpp-marching-squares, polygon-simplify (Douglas-Peucker), and polypartition for mesh generation.
-
FastNoise for Perlin/Simplex/Cellular noise.
-
FMOD for audio.
-
RapidJSON for .json file support.
-
EasyProfiler for code profiling.
-
spdlog for logging.
- SteamAPI for Steam integration.
- Discord Game SDK for Discord integration.