From 03843dbac2aa5add84d36f3204d8d76791e84e6b Mon Sep 17 00:00:00 2001 From: MrDev023 Date: Sun, 2 Oct 2016 13:30:51 +0200 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 023a293..6e1e224 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# FirstGameEngineInCpp \ No newline at end of file +# 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) \ No newline at end of file