# c3dEngine2 **Repository Path**: wantnon2/c3dEngine2 ## Basic Information - **Project Name**: c3dEngine2 - **Description**: c3dEngine2 is a cocos2d-x-like simple 3d game engine. it is the upgrade version of c3dEngine. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 29 - **Forks**: 13 - **Created**: 2014-04-12 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: game-dev, 3d-engine **Tags**: None ## README c3dEngine2 ========== ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/logo.png) by wantnon (yang chao) 2014-4-1 c3dEngine2 is a cocos2d-x-like simple 3d game engine. it is the upgrade version of c3dEngine. support platform: iOS, win32 language: c++ c3dEngine2 is the upgrade version of c3dEngine.(c3dEngine, see: http://git.oschina.net/wantnon2/c3dEngine-superSingleCell or https://github.com/wantnon2/superSingleCell-c3dEngine ) document: you can temporarily refer to the old version document, main concepts are same: http://git.oschina.net/wantnon2/c3dEngine-superSingleCell/wikis/home How to run the project: please see how_to_run_demos.txt under c3dEngine2/demos folder. possible issues and solution: assert failure on windows xp: http://git.oschina.net/wantnon2/c3dEngine2/issues/1 install OpenAL before run demos on win32: http://git.oschina.net/wantnon2/c3dEngine2/issues/2 i will update code to http://git.oschina.net/wantnon2/c3dEngine2.git and https://github.com/wantnon2/c3dEngine2, the former is the main site. blog: http://user.qzone.qq.com/350479720/blog/1393165837 qq group: 519196868 screenshot: draw a simple box ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/screenshot1.png) cube mapping ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/screenshot6.png) fbx skin animation and convert fbx to user-defined format ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/screenshot2.png) quadtree LOD terrain ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/screenshot3.png) bullet integration ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/screenshot4.png) a whole game: super single cell tips: after entered the level selecting page, press the debug button at the right down corner, all the levels will be unlocked. 进入选关页面后点右下角debug按钮可以解锁所有关卡。 操纵方法(game control): run forward: press screen. run back: sweep down. turn left/right: sweep left/right. jump: sweep up. jump forward: drag up. ![screenshot](https://raw.githubusercontent.com/wantnon2/c3dEngine2/master/screenshot/screenshot5.png)