Assignment 2: Add SFML

This commit is contained in:
Alex Hirsch 2020-12-05 20:25:45 +01:00
parent c9d2a6aaea
commit acd9c83f38

View File

@ -19,6 +19,7 @@ You are allowed to use:
- [SDL](https://www.libsdl.org/) - [SDL](https://www.libsdl.org/)
- [GLFW](https://www.glfw.org/) - [GLFW](https://www.glfw.org/)
- [GLM](https://glm.g-truc.net/) - [GLM](https://glm.g-truc.net/)
- [SFML](https://www.sfml-dev.org/)
- [Vulkan](https://www.khronos.org/vulkan/) / [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp) - [Vulkan](https://www.khronos.org/vulkan/) / [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
- [Qt](https://www.qt.io/) - [Qt](https://www.qt.io/)
- [ImGui](https://github.com/ocornut/imgui) - [ImGui](https://github.com/ocornut/imgui)