commit 20bbd06a89ad72c494854ab6ae83303fb355c955 Author: ZY4N Date: Tue Dec 10 13:44:24 2024 +0100 first commit 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