first commit

This commit is contained in:
ZY4N
2024-12-10 13:44:24 +01:00
commit 20bbd06a89

14
README.md Executable file
View File

@@ -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