From 20bbd06a89ad72c494854ab6ae83303fb355c955 Mon Sep 17 00:00:00 2001 From: ZY4N Date: Tue, 10 Dec 2024 13:44:24 +0100 Subject: [PATCH] first commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..9f0a03c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Minimal-3D-Viewer + +An FPS-style 3D Viewer with minimal dependencies + +# Dependencies + +- needing installation + - [SFML2](https://www.sfml-dev.org/) (window management) + - [GLEW](https://glew.sourceforge.net/) (OpenGL version management) + - [OpenGL](https://www.opengl.org/) (graphics) +- inside project + - [stb](https://github.com/nothings/stb) (loading and saving images) + - [glm](https://github.com/g-truc/glm) (vector math) +# dev_z3d