From acd9c83f3802cb867f8e4044768ca646346b7d5d Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sat, 5 Dec 2020 20:25:45 +0100 Subject: [PATCH] Assignment 2: Add SFML --- assignment2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assignment2/README.md b/assignment2/README.md index a8a5391..e437267 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -19,6 +19,7 @@ You are allowed to use: - [SDL](https://www.libsdl.org/) - [GLFW](https://www.glfw.org/) - [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) - [Qt](https://www.qt.io/) - [ImGui](https://github.com/ocornut/imgui)