# Cube-Engine **Repository Path**: lx1010174855/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**: 2022-01-27 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](logo.png) ![](screen.png) =================== ### 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). CubeEngine now is integrated with new script language tina. ### Some tools CubeModelConvertor: CubeEngine's model convertor. https://github.com/tangziwen/CubeModelConvertor CubeTracer: a simple path-tracer. https://github.com/tangziwen/cubeTracer