15 lines
451 B
Markdown
Executable File
15 lines
451 B
Markdown
Executable File
# 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
|