first commit
This commit is contained in:
14
README.md
Executable file
14
README.md
Executable 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
|
||||
Reference in New Issue
Block a user