1
0
Fork 0
No description
This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2016-10-02 13:30:51 +02:00
res Add Textures 2016-09-29 21:31:44 +02:00
src Add Textures 2016-09-29 21:31:44 +02:00
.gitignore Fix conflict 2016-09-29 21:34:19 +02:00
clean.bat Add Textures 2016-09-29 21:31:44 +02:00
clean.sh Add Math Library 2016-07-31 00:46:28 +02:00
CMakeLists.txt Add EulerAngles to Quaternion and Shaders System 2016-07-31 15:49:39 +02:00
LICENSE Initial commit 2016-09-29 20:54:54 +02:00
README.md Update README.md 2016-10-02 13:30:51 +02:00

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)