Update README.md
This commit is contained in:
parent
62272f3df6
commit
03843dbac2
1 changed files with 28 additions and 1 deletions
29
README.md
29
README.md
|
@ -1 +1,28 @@
|
||||||
# FirstGameEngineInCpp
|
# FirstGameEngineInCpp
|
||||||
|
|
||||||
|
## Tools Implemented
|
||||||
|
- 3D Audio (OpenAL)
|
||||||
|
- Shaders (OpenGL)
|
||||||
|
- Maths libraries (Vector 2,3 and 4, Quaternion, Transform and Matrix4f)
|
||||||
|
- Window manager
|
||||||
|
- Input manager with SDL_event
|
||||||
|
- Multiple renderer (VAO,VBO,DisplayList and Direct Rendering) [coming soon]
|
||||||
|
- Texture
|
||||||
|
- Network TCP [coming soon]
|
||||||
|
- Network UDP [coming soon]
|
||||||
|
- Physics [coming soon]
|
||||||
|
- Mesh [coming soon]
|
||||||
|
- Models implement [coming soon]
|
||||||
|
|
||||||
|
## Library Used
|
||||||
|
- opengl
|
||||||
|
- glew 2
|
||||||
|
- glut
|
||||||
|
- glu
|
||||||
|
- al
|
||||||
|
- alc
|
||||||
|
- sndfile
|
||||||
|
- lodepng (Include in project not required to link this library)
|
||||||
|
|
||||||
|
## Programmers
|
||||||
|
- MrDev023 (Florian RICHER)
|
Reference in a new issue