Search found 3 matches

by caracal
Sat Sep 01, 2007 6:38 am
Forum: Beginners Help
Topic: Just a newbie question
Replies: 3
Views: 368

You need to save"export" the model in a format that irrlicht supports. * 3D Studio meshes (.3ds) * B3D files (.b3d) * Alias Wavefront Maya (.obj) * Cartography shop 4 (.csm) * COLLADA (.xml, .dae) * DeleD (.dmf) * FSRad oct (.oct) * Irrlicht scenes (.irr) * Microsoft DirectX (.x) (binary &...
by caracal
Sat Sep 01, 2007 3:11 am
Forum: Beginners Help
Topic: Just a newbie question
Replies: 3
Views: 368

You can make any game you can think of with irrlicht but your going to need the skills or know someone who has the skills to help you. You will need: Programming Artistic Musical & Math skills Learn how to program first my personal favorites are "C++ & Lua" then you will need to kn...
by caracal
Thu Aug 30, 2007 12:06 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Alternative to Boost & STL
Replies: 1
Views: 2396

Alternative to Boost & STL

In case anyone was looking for an easy to use alternative to Boost or STL or Needed a Network Library. PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data ...