# Cube-Engine **Repository Path**: simedcn/Cube-Engine ## Basic Information - **Project Name**: Cube-Engine - **Description**: CubeEngine 是我个人的开发的一个基于 OPENGL ES 2.0 的图形渲染引擎,旨在提高自己的在图形学方面的编程造诣。 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/tangziwen/Cube-Engine - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2018-10-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](logo.png) =================== ###What's This?### Cube Engine is my own hobby porject, It's a small Graphic Engine written in c++ and powered by OpenGL (ES 2.0 or higher), I develop it so that I can improve my knowledges of CG and common programming Skills(generic algorithm ,code style ,design patterns). ###some tool#### CubeModelConvertor: CubeEngine's model convertor. https://github.com/tangziwen/CubeModelConvertor CubeTracer: a simple path-tracer. https://github.com/tangziwen/cubeTracer