Share

More
IrrLib - Irrlicht Library Wrapper Icon

IrrLib - Irrlicht Library Wrapper

by k1ll3rdr4g0n


IrrLib is a library wrapper for the 3D/2D graphics engine Irrlicht.


http://irrlib.net





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of IrrLib - Irrlicht Library Wrapper. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • IrrLib DLL 1.2.9 file released: Irrlibdll.zip

    Version 1.2 + Added a Irr3DLib class that will control all 3D objects + Also Added a Irr2D class that works on the same concept. + IrrSphere is now owned by Irr3DLib + Updated the examples using the latest code Version 1.2.2 + Added IrrEventReciever to handle all input - Still under work + Fixed some misc coding bugs + Added template class + Added sprite class + Added GUI class Version 1.2.3 + IrrEventReciver now works as advertised + Baseclass is now being used + A couple somewhat-useful functions + int_to_string + stringw_to_stdstring + stdstring_to_stringw + GUI elements + Static text is working + Under construction for a data type class Version 1.2.4 + Implmented color codes accessiable through the class + IrrLib.Color.RED (ect) Version 1.2.5 + Implmented mouse events + IrrLib.IrrEvent.getMouseX(); + IrrLib.IrrEvent.getMouseY(); + Using vectors instead of static arrays + Side note: Was going to use dynamic arrays, but C++ has vectors which are 10x better. + Added a default exit for when you hit esc + Use IrrLib.IrrEvent.SetEscExit(false) to turn that off for your software + Use IrrLib.IrrEvent.SetEscExit(true) to turn it back on + Every stable version will now include a windows DLL. + Possible Linux .so file in the future. Version 1.2.6 + Added a IrrEvent for buttons + IrrLib.IrrEvent.checkButtonState(); + See example for use + Added an AddButton function + IrrLib.GUI.AddButton(..); + See example for use + Problems with making the DLL + reasearching Version 1.2.7 + Fixed DLL Problem + Added an enum example to example 1 + Added more examples + Added example 9 + Added left click handling (see example 9) + Added AddLines function to Irr2D + DrawLines function in Irr2D will draw the lines you add Version 1.2.9 + Added Listbox GUI object + Added a new datatype IrrObj + Contains 2 ints, 1 for object id and 1 for event id + Added a IrrData.h file

    posted 736 days ago

  • IrrLib 1.2.9 file released: IrrLib.zip

    Version 1.2 + Added a Irr3DLib class that will control all 3D objects + Also Added a Irr2D class that works on the same concept. + IrrSphere is now owned by Irr3DLib + Updated the examples using the latest code Version 1.2.2 + Added IrrEventReciever to handle all input - Still under work + Fixed some misc coding bugs + Added template class + Added sprite class + Added GUI class Version 1.2.3 + IrrEventReciver now works as advertised + Baseclass is now being used + A couple somewhat-useful functions + int_to_string + stringw_to_stdstring + stdstring_to_stringw + GUI elements + Static text is working + Under construction for a data type class Version 1.2.4 + Implmented color codes accessiable through the class + IrrLib.Color.RED (ect) Version 1.2.5 + Implmented mouse events + IrrLib.IrrEvent.getMouseX(); + IrrLib.IrrEvent.getMouseY(); + Using vectors instead of static arrays + Side note: Was going to use dynamic arrays, but C++ has vectors which are 10x better. + Added a default exit for when you hit esc + Use IrrLib.IrrEvent.SetEscExit(false) to turn that off for your software + Use IrrLib.IrrEvent.SetEscExit(true) to turn it back on + Every stable version will now include a windows DLL. + Possible Linux .so file in the future. Version 1.2.6 + Added a IrrEvent for buttons + IrrLib.IrrEvent.checkButtonState(); + See example for use + Added an AddButton function + IrrLib.GUI.AddButton(..); + See example for use + Problems with making the DLL + reasearching Version 1.2.7 + Fixed DLL Problem + Added an enum example to example 1 + Added more examples + Added example 9 + Added left click handling (see example 9) + Added AddLines function to Irr2D + DrawLines function in Irr2D will draw the lines you add Version 1.2.9 + Added Listbox GUI object + Added a new datatype IrrObj + Contains 2 ints, 1 for object id and 1 for event id + Added a IrrData.h file

    posted 736 days ago

  • Version 1.2.9 Released

    Listbox support has been added, also new datatypes have been added in IrrData.h: Only one of real intrest is IrrObj All DLL support has been added. From now on, I will attempt to include a DLL for every released version. To make it easier to use IrrLib. As always, up to date versions will be posted in the SVN. A program will in the works to convert current source code to DLL able code. (It will only be designed for IrrLib, but could work for other projects).

    posted by k1ll3rdr4g0n 736 days ago

  • File released: /IrrLib DLL/1.2.9/Irrlibdll.zip

    posted 736 days ago

  • File released: /IrrLib/1.2.9/IrrLib.zip

    posted 736 days ago

  • IrrLib 1.2.7 file released: irrlib.zip

    Version 1.2 + Added a Irr3DLib class that will control all 3D objects + Also Added a Irr2D class that works on the same concept. + IrrSphere is now owned by Irr3DLib + Updated the examples using the latest code Version 1.2.2 + Added IrrEventReciever to handle all input - Still under work + Fixed some misc coding bugs + Added template class + Added sprite class + Added GUI class Version 1.2.3 + IrrEventReciver now works as advertised + Baseclass is now being used + A couple somewhat-useful functions + int_to_string + stringw_to_stdstring + stdstring_to_stringw + GUI elements + Static text is working + Under construction for a data type class Version 1.2.4 + Implmented color codes accessiable through the class + IrrLib.Color.RED (ect) Version 1.2.5 + Implmented mouse events + IrrLib.IrrEvent.getMouseX(); + IrrLib.IrrEvent.getMouseY(); + Using vectors instead of static arrays + Side note: Was going to use dynamic arrays, but C++ has vectors which are 10x better. + Added a default exit for when you hit esc + Use IrrLib.IrrEvent.SetEscExit(false) to turn that off for your software + Use IrrLib.IrrEvent.SetEscExit(true) to turn it back on + Every stable version will now include a windows DLL. + Possible Linux .so file in the future. Version 1.2.6 + Added a IrrEvent for buttons + IrrLib.IrrEvent.checkButtonState(); + See example for use + Added an AddButton function + IrrLib.GUI.AddButton(..); + See example for use + Problems with making the DLL + reasearching Version 1.2.7 + Fixed DLL Problem + Added an enum example to example 1 + Added more examples + Added example 9 + Added left click handling (see example 9) + Added AddLines function to Irr2D + DrawLines function in Irr2D will draw the lines you add

    posted 749 days ago

  • File released: /IrrLib/1.2.7/irrlib.zip

    posted 749 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

IrrLib - Irrlicht Library Wrapper Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review