Skip to content

wantnon/c3dEngine2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c3dEngine2

screenshot

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
cube mapping
screenshot
fbx skin animation and convert fbx to user-defined format
screenshot
quadtree LOD terrain
screenshot
bullet integration
screenshot
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