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 ...
Search found 7 matches
- 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: 2496
- Tue Feb 23, 2010 1:52 pm
- Forum: Beginners Help
- Topic: About makeColorKeyTexture
- Replies: 4
- Views: 469
- Mon Feb 22, 2010 9:13 am
- Forum: Beginners Help
- Topic: About makeColorKeyTexture
- Replies: 4
- Views: 469
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 ...
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 ...
- Wed Feb 17, 2010 5:07 pm
- Forum: Beginners Help
- Topic: I can't install IRRLICHT!
- Replies: 5
- Views: 587
- Wed Feb 17, 2010 5:01 pm
- Forum: Beginners Help
- Topic: I can't install IRRLICHT!
- Replies: 5
- Views: 587
- Wed Feb 17, 2010 4:48 pm
- Forum: Beginners Help
- Topic: I can't install IRRLICHT!
- Replies: 5
- Views: 587
- Wed Feb 17, 2010 7:30 am
- Forum: Beginners Help
- Topic: I can't install IRRLICHT!
- Replies: 5
- Views: 587
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 ...
Then I read the MAKEFILE of it.I thought it must stop at this line
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -dynamiclib -Wl,-install_name,$(SHARED_LIB ...