Search found 7 matches

by wuyihao
Tue Feb 23, 2010 2:15 pm
Forum: Game Programming
Topic: I'm makeing a C++ 2D STG game.Anyone interested in?
Replies: 2
Views: 2167

I'm makeing a C++ 2D STG game.Anyone interested in?

Maybe we can make it together,as I don't have enough programming experience. By the way.I can't speak English well.But I'm sure you can understand what I mean. My game has progressed well.Now,he has the following features: 1:Has one Plane class 2:Has one Bullet base class and its derived class.They ...
by wuyihao
Tue Feb 23, 2010 1:52 pm
Forum: Beginners Help
Topic: About makeColorKeyTexture
Replies: 4
Views: 351

:?: Sorry.I don't quit understand what I should do
by wuyihao
Mon Feb 22, 2010 9:13 am
Forum: Beginners Help
Topic: About makeColorKeyTexture
Replies: 4
Views: 351

About makeColorKeyTexture

video::ITexture* image = driver->getTexture("./media/hero.png"); driver->makeColorKeyTexture(image,core::position2d<s32>(0,0)); driver->draw2DImage(image,core::position2d<s32>(x,y)); Those are parts of my project. But after it drew on the device.I found it does'nt have a Alpha channel.Why...
by wuyihao
Wed Feb 17, 2010 5:07 pm
Forum: Beginners Help
Topic: I can't install IRRLICHT!
Replies: 5
Views: 415

Oh,I just succeeded!!

Thank you very much!!
by wuyihao
Wed Feb 17, 2010 5:01 pm
Forum: Beginners Help
Topic: I can't install IRRLICHT!
Replies: 5
Views: 415

1. make
2. make sharedlib
3. make install

Thank you!

So there's no problem while installing it.
But I still couldn't make the examples under the Code:Blocks IDE.
Should I configure the IDE?
by wuyihao
Wed Feb 17, 2010 4:48 pm
Forum: Beginners Help
Topic: I can't install IRRLICHT!
Replies: 5
Views: 415

Thank you very much.The OS I'm using is Ubuntu 9.10.
Do you mean I should put Irrlicht's .h and .a files under my projects folder?
by wuyihao
Wed Feb 17, 2010 7:30 am
Forum: Beginners Help
Topic: I can't install IRRLICHT!
Replies: 5
Views: 415

I can't install IRRLICHT!

I've made the source of it.Then I made install,It said that there's no libirrlicht.so.1.7.0-SVN.I checked at ../lib/linux.I found another file libirrlicht.a Then I read the MAKEFILE of it.I thought it must stop at this line $(CXX) $(CPPFLAGS) $(CXXFLAGS) -dynamiclib -Wl,-install_name,$(SHARED_LIB).$...