Search found 32 matches

by Pink Floyd
Mon Feb 07, 2005 11:24 am
Forum: Project Announcements
Topic: My little framework
Replies: 7
Views: 1952

Has someone else had a look at it?
by Pink Floyd
Sat Feb 05, 2005 8:31 pm
Forum: Project Announcements
Topic: My little framework
Replies: 7
Views: 1952

yes I installed Doxygen but I haven't yet used it.

What do you think of my "wannabe-framework"?

A feedback from the coder of IrrGame would be very appreciated :wink:
by Pink Floyd
Sat Feb 05, 2005 7:27 pm
Forum: Project Announcements
Topic: My little framework
Replies: 7
Views: 1952

My little framework

Hello guys, even if I am a C++ and Irrlicht newbie, I have started trying to make a little framework which makes Irrlicht developing faster. I've just started it and I have made only the "skeleton" of the library, I haven't yet finished to define the classes. Anyway I've tested it a bit an...
by Pink Floyd
Wed Feb 02, 2005 1:56 pm
Forum: Project Announcements
Topic: IrrGame - some helper classes
Replies: 17
Views: 20134

thanks Schick, I wonder why I haven't found that tutorial in your site before...
by Pink Floyd
Tue Feb 01, 2005 4:07 pm
Forum: Project Announcements
Topic: Une toute petite démo...
Replies: 8
Views: 2153

Si tu parles en francais personne ne peut pas comprendre.

Please speak in English so everyone can understand you.

:wink:

(and sorry for my poor French)
by Pink Floyd
Tue Feb 01, 2005 12:54 pm
Forum: Beginners Help
Topic: Irrlicht on Linux
Replies: 8
Views: 757

wohaaaa! it works, thank you Andreas

The only thing I had to change was the location of X11 libraries, which is not (for me) /usr/X11R6 but /usr/X11R6/lib

Now I can start working with Irrlicht on both Windows and Linux :D

(I use Ubuntu)
by Pink Floyd
Mon Jan 31, 2005 8:29 pm
Forum: Beginners Help
Topic: Irrlicht on Linux
Replies: 8
Views: 757

can someone give me a help?
(sorry for the double post)
by Pink Floyd
Mon Jan 31, 2005 8:20 pm
Forum: Project Announcements
Topic: FPS Demo / Weapon Viewer
Replies: 14
Views: 4200

It sounds very interesting!
When do you think your tutorial will be out?
by Pink Floyd
Mon Jan 31, 2005 6:13 pm
Forum: Project Announcements
Topic: IrrGame - some helper classes
Replies: 17
Views: 20134

I gave it a look and it seems very well done. But I think you should make some simple and clear tutorials like the ones in the irrlicht homepage, because non everyone (me included) can perfectly understand your library only reading the api (this could be the reason why people ignored this thread). I...
by Pink Floyd
Sun Jan 30, 2005 11:17 pm
Forum: Beginners Help
Topic: Lock FPS
Replies: 3
Views: 402

thank you ;)
by Pink Floyd
Sun Jan 30, 2005 10:20 pm
Forum: Beginners Help
Topic: Lock FPS
Replies: 3
Views: 402

Lock FPS

Is there a way to lock the framerate to a value?
by Pink Floyd
Sat Jan 29, 2005 5:47 pm
Forum: Beginners Help
Topic: Irrlicht on Linux
Replies: 8
Views: 757

here's what happens pinkfloyd@pinkfloyd:~/Desktop/programmazione/3d/progs $ g++ model.cpp -o model -I"/h*/p*/D*/pro*/3d/irr*/inc*/" -I"/usr/X11R6/include" -L"/h*/p*/D*/pro*/3d/irr*/lib/" -L"/usr/X11R6/lib" -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lz -ljpeg /usr...
by Pink Floyd
Sat Jan 29, 2005 4:27 pm
Forum: Beginners Help
Topic: Irrlicht on Linux
Replies: 8
Views: 757

where did you place the .a libs?
by Pink Floyd
Sat Jan 29, 2005 1:45 pm
Forum: Beginners Help
Topic: Irrlicht on Linux
Replies: 8
Views: 757

Irrlicht on Linux

Hello guys,
can someone tell me how to configure the libraries for working with Irrlicht on Linux?
I tried to pass to g++ the .a files as options:
g++ mysource.cpp -libIrrlicht.a .....
but /usr/bin/ld doesn't find them (I've placed them in my app's same directory)

any suggestion?
by Pink Floyd
Fri Jan 28, 2005 9:14 pm
Forum: Beginners Help
Topic: Still having problems with Dx and DevCpp
Replies: 2
Views: 268

I've tried to use Visual Studio, and some of the problems are solved: I can use DirectX8 and the models are drawed correctly.
The problems with Dx9 and with .X models still remain.