1
0
Fork 0
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.
MrDev023-Cpp-Engine/README.md
2017-05-12 20:08:09 +02:00

29 lines
654 B
Markdown

# MrDev023-Cpp-Engine
Compile status: ![Status](https://travis-ci.org/mrdev023/MrDev023-Cpp-Engine.svg?branch=master)
## 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)
- 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)