Skip to content
Open

V3 #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
EffectNodes for Cocos2dx
EffectNodes for Cocos2dx 3.x (EffectNodes v3)
==========
by yang chao (wantnon), 2014-6-26
by yang chao (wantnon), 2015–3-7

![screenshot](http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/raw/master/demos/allDemos_proj/proj.ios/Icon-144.png)
![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/logo.png)

EffectNodes for Cocos2dx is a collection of 2d special effects implemented with cocos2dx. i will add more when i got good effects.
BTW: if you found good effects or tutorials, please tell me the link, i will try to study it and maybe implement it in this project.

EffectNodes is based on cocos2d-x 2.2.0
EffectNodes for Cocos2dx is a collection of 2d special effects implemented with cocos2dx. i will add more when i got good effects. now EffectNodes have translated to transplant cocos2dx 3.x!

EffectNodes v3 is based on cocos2d-x 3.3

currently, iOS, Mac and Win32 project are available.
currently, iOS and Mac project are available.

how to run the demo: http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/wikis/how-to-run-the-demo
如何运行demo: http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/wikis/如何运行demo
how to run the demo: see how_to_run_demos_of_v3.txt

here is executable for win32 and mac(可执行程序下载): http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/attach_files
executable program download(可执行程序下载): http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/attach_files

screenshots:

![screenshot](http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/raw/master/resource/screenshots/frontPage.png)
![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/effectNodes-for-cocos2dx-3x/resource/screenshots/frontPage.png)

![screenshot](http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/raw/master/resource/screenshots/lightningBolt.png)
![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/effectNodes-for-cocos2dx-3x/resource/screenshots/lightningBolt.png)

![screenshot](http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/raw/master/resource/screenshots/break.png)
![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/effectNodes-for-cocos2dx-3x/resource/screenshots/break.png)

![screenshot](http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/raw/master/resource/screenshots/normalMapped.png)
![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/effectNodes-for-cocos2dx-3x/resource/screenshots/normalMapped.png)

![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/effectNodes-for-cocos2dx-3x/resource/screenshots/2DSoftShadow.png)

![screenshot](http://git.oschina.net/wantnon2/EffectNodes-for-Cocos2dx/raw/master/resource/screenshots/2DSoftShadow.png)
![screenshot](https://raw.githubusercontent.com/wantnon2/EffectNodes-for-cocos2dx/v3/effectNodes-for-cocos2dx-3x/resource/screenshots/splash.png)

weibo: http://weibo.com/superGerm

qq group: 338565878

email: [email protected]

blog: http://user.qzone.qq.com/350479720/blog/1403785410
blog: http://user.qzone.qq.com/350479720/blog/1403785410
38 changes: 0 additions & 38 deletions demos/allDemos_code/chooseDemoUI/chooseLayer.h

This file was deleted.

138 changes: 0 additions & 138 deletions demos/allDemos_proj/Classes/AppDelegate.cpp

This file was deleted.

10 changes: 0 additions & 10 deletions demos/allDemos_proj/Classes/AppMacros.h

This file was deleted.

2 changes: 0 additions & 2 deletions demos/allDemos_proj/Resources/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions demos/allDemos_proj/Resources/app.icf

This file was deleted.

Loading