# Cube-Engine
**Repository Path**: qiankunpingtai/Cube-Engine
## Basic Information
- **Project Name**: Cube-Engine
- **Description**: CubeEngine 是我个人的开发的一个基于 OPENGL ES 2.0 的图形渲染引擎,旨在提高自己的在图形学方面的编程造诣。
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://github.com/tangziwen/Cube-Engine
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 17
- **Created**: 2021-03-02
- **Last Updated**: 2022-07-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README


===================
### What's This?
Cube Engine is my own hobby project, It's a small Graphic Engine written in c++ and powered by OpenGL and Vulkan, I develop it so that I can improve my knowledges of CG and common programming Skills(generic algorithm, code style, design patterns).
### Some tools
CubeModelConvertor: CubeEngine's model convertor. https://github.com/tangziwen/CubeModelConvertor
CubeTracer: a simple path-tracer. https://github.com/tangziwen/cubeTracer