Search found 23 matches

by Kordman916
Mon May 23, 2011 10:34 pm
Forum: Project Announcements
Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
Replies: 561
Views: 137008

I have it linked.

Whats the proper way of building IrrOde in Linux?
by Kordman916
Sun May 22, 2011 6:29 pm
Forum: Project Announcements
Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
Replies: 561
Views: 137008

Linux Irrode Errors

Everytime I attempt to compile/build the irrodecar project using Code::Blocks 10.05 and Ubuntu 11.04 I get these errors .objs/source/IrrOdeCar/CCar.o||In function `CCar::CCar(irr::IrrlichtDevice*, irr::scene::ISceneNode*, CIrrCC*)':| CCar.cpp|| undefined reference to `typeinfo for irr::ode::CIrrOdeM...
by Kordman916
Wed May 04, 2011 3:41 pm
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 113373

Iphy

I'm using Irrlicht 1.7.2 and Newton 2.32 and every time I try to compile in Code::Blocks using the Gcc compiler on Windows 7 I get this error: C:\Users\washkord\Desktop\SDK\IPhysics-1.2\examples\examples_source\example3.h||In function 'void runExample3()':| C:\Users\washkord\Desktop\SDK\IPhysics-1.2...
by Kordman916
Thu Jan 13, 2011 11:45 pm
Forum: Beginners Help
Topic: Best physics engine for car physics?
Replies: 3
Views: 1095

I may have forgotten to mention that I'm using Ubuntu 10.10 so I would preferably like to use a physics engine that works without having to change the names of a ton of files or anything of that sort.
by Kordman916
Thu Jan 06, 2011 2:57 am
Forum: Project Announcements
Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
Replies: 561
Views: 137008

Linux?
by Kordman916
Thu Jan 06, 2011 2:52 am
Forum: Beginners Help
Topic: Best physics engine for car physics?
Replies: 3
Views: 1095

Best physics engine for car physics?

Ok, the title basically says it all but I can be a bit more specific.

Of all the current wrappers for physics engines which one has the best support for vehicles?

The only choices I've seen are:

IrrBullet
IrrBP
Newton
ODE

Also by "vehicles" I mean 4 wheeled cars/trucks
by Kordman916
Mon Jan 03, 2011 1:01 am
Forum: Code Snippets
Topic: Box2D/Irrlicht Example
Replies: 6
Views: 6815

Nice work! You couldn't have chosen a better time to post this not too long ago I was made a post called "Box2D and Irrlicht" and now my problem is solved thanks again man. :lol:
by Kordman916
Tue Dec 21, 2010 10:34 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93186

So what exactly am I downloading to get this to work in Code::Blocks on Ubuntu 10.10? Apparently I'm not important enough to get an answer right? You guys completely skipped over my post. Now let me ask again: How do I get IrrBP to work in Irrlicht 1.7.1 in Ubuntu 10.10? What do I need to download ...
by Kordman916
Fri Dec 17, 2010 7:15 pm
Forum: Project Announcements
Topic: irrBP - An Irrlicht - Bullet Physics Wrapper
Replies: 200
Views: 93186

So what exactly am I downloading to get this to work in Code::Blocks on Ubuntu 10.10?
by Kordman916
Wed Dec 08, 2010 3:36 am
Forum: Advanced Help
Topic: Box2D and Irrlicht
Replies: 8
Views: 1398

Anyone else have any suggestions?
by Kordman916
Sat Dec 04, 2010 2:10 am
Forum: Advanced Help
Topic: Box2D and Irrlicht
Replies: 8
Views: 1398

Thank you just post it here when you get a chance to upload it.
by Kordman916
Thu Dec 02, 2010 2:14 am
Forum: Advanced Help
Topic: Box2D and Irrlicht
Replies: 8
Views: 1398

Box2D and Irrlicht

Hey everyone, I haven't seen many posts on integrating Box2D and Irrlicht so I had a question: If I were to use Box2D how would I go about getting it to work alongside Irrlicht? I've built it and compiled the examples and it seems simple enough but I just can't figure out how to combine Box2D and Ir...
by Kordman916
Tue Aug 10, 2010 8:54 am
Forum: Beginners Help
Topic: What's wrong with my code?
Replies: 2
Views: 344

That was all I needed after going around and making sure everything was how it should be I got my code to work thanks.
by Kordman916
Tue Aug 10, 2010 8:41 am
Forum: Project Announcements
Topic: The Mage School
Replies: 54
Views: 14576

how 'bout that game progress update huh?
by Kordman916
Tue Aug 10, 2010 8:32 am
Forum: Beginners Help
Topic: What's wrong with my code?
Replies: 2
Views: 344

What's wrong with my code?

I've programmed in other languages before but I seem to be having some trouble with C++. I've constructed a simple code to make sure that I could get Irrlicht to display a basic window with the title "Irrlicht engine". //This is the sourcecode for My project //Programmed by Kordell Washing...