Search found 67 matches

by lymantok
Mon Jan 19, 2015 6:07 am
Forum: Beginners Help
Topic: Looking for an Irrlicht compatible 3rd Party GUI framework
Replies: 13
Views: 1672

Re: Looking for an Irrlicht compatible 3rd Party GUI framewo

Not sure I follow you on libraries. I used Sudi's c++ source and compiled under windows using visual c++ with irrlicht 1.7 as I recall.
by lymantok
Sat Jan 17, 2015 9:29 pm
Forum: Beginners Help
Topic: Looking for an Irrlicht compatible 3rd Party GUI framework
Replies: 13
Views: 1672

Re: Looking for an Irrlicht compatible 3rd Party GUI framewo

Sudi posted an example of librocket with irrlicht: https://bitbucket.org/suddani/irrlibrocket/overview
CEGUI is also one I have used with irrlicht: http://cegui.org.uk/
by lymantok
Sat Jun 08, 2013 2:52 am
Forum: Beginners Help
Topic: GUI alternatives...
Replies: 13
Views: 1613

Re: GUI alternatives...

I've tried a couple with Irrlicht. Started with CEGUI 0.6, which met my needs. It's evolved considerably. I think Sudi posted a working example of librocket on the forums here, which is pretty interesting. Mygui is another. http://www.cegui.org.uk/wiki/index.php/Main_Page http://librocket.com/wiki/d...
by lymantok
Tue May 14, 2013 1:56 am
Forum: Game Programming
Topic: Camera programming
Replies: 6
Views: 2473

Re: Camera programming

fyi in case you have not seen this in code snippets:

http://irrlicht.sourceforge.net/forum/v ... =9&t=27741
by lymantok
Fri Feb 15, 2013 1:29 am
Forum: Beginners Help
Topic: Game state managment
Replies: 1
Views: 333

Re: Game state managment

This should get you started:

http://irrlicht.sourceforge.net/forum/v ... =1&t=19949

Enjoy!
by lymantok
Wed Nov 23, 2011 5:14 am
Forum: Project Announcements
Topic: fast planet rendering
Replies: 151
Views: 59043

Re: fast planet rendering

@arosboro: Yes the source was posted by Tarzan02. I posted the link I found previously. Here it is again: http://irrlichtelite.svn.sourceforge.ne ... ichtelite/

There is a tarball you can download at the bottom of that page.
by lymantok
Sun Nov 13, 2011 5:40 am
Forum: Beginners Help
Topic: 3d space background
Replies: 2
Views: 423

Re: 3d space background

Hi, One way is to use a skybox for a starfield background. There is actually a recent posting in code snippets forum you can take a look at which uses a skybox background for a space game. I'm sure there are more examples on the forum as well. http://irrlicht.sourceforge.net/forum/viewtopic.php?f=9&...
by lymantok
Thu Aug 25, 2011 4:44 am
Forum: Game Programming
Topic: The libRocket GUI library
Replies: 34
Views: 18228

Re: The libRocket GUI library

Sudi, thanks very much for sharing!!! This demo worked great!
by lymantok
Tue Aug 23, 2011 5:39 am
Forum: Game Programming
Topic: The libRocket GUI library
Replies: 34
Views: 18228

Re: The libRocket GUI library

Hi Sudi,

I'd be interested. Can you elaborate or post your example w/librocket working in Irrlicht please.

Thx!
by lymantok
Fri Feb 18, 2011 4:39 am
Forum: Project Announcements
Topic: irrPlanet
Replies: 10
Views: 5294

Hey Zillion, that is amazing! Thanks for sharing!
by lymantok
Tue Nov 30, 2010 5:58 am
Forum: Beginners Help
Topic: Select multiple units with some sort of 2D box
Replies: 3
Views: 377

I think you might be looking for this post by rogerborg: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=29075&highlight=node+select He has also posted a number of other useful snippets on rts movement arrow and moving groups, etc, so you might want to search for rogerborg postings if the...
by lymantok
Mon Aug 23, 2010 11:09 pm
Forum: Project Announcements
Topic: Biolite!
Replies: 16
Views: 3827

Hi Anirul,

Congrats on 1st place! Great game.

Please post the sources link, I'm sure there would be quite a bit of interest!
by lymantok
Thu Jul 29, 2010 2:36 am
Forum: Game Programming
Topic: Efficient use of state mahcines
Replies: 1
Views: 1309

Hi,

I use this awesome statemachine code from Vitek:

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=19949

Enjoy!
by lymantok
Tue Jun 15, 2010 11:29 pm
Forum: Beginners Help
Topic: GameStates
Replies: 3
Views: 464

Check out Vitek's excellent state machine code: http://irrlicht.sourceforge.net/phpBB2/ ... te+machine