Skip to content

Irrlicht

The Irrlicht Engine is an open source high performance realtime 3D engine written in C++. It is completely cross-platform, using D3D, OpenGL and its own software renderers, and has all of the state-of-the-art features which can be found in commercial 3d engines. We've got a huge active community, and there are lots of projects in development that use the engine. You can find enhancements for Irrlicht all over the web, like alternative terrain renderers, portal renderers, exporters, world layers, tutorials, editors, language bindings for java, perl, ruby, basic, python, lua, and so on. And best of all: It's completely free.

일리히트엔진 강좌 (Irrlicht 강좌)

  1. Tutorial 1. hello world - irrlicht_tutorial_01.pdf
  2. Tutorial 2. quake3 map - irrlicht_tutorial_02.pdf
  3. Tutorial 3. custom scene node - irrlicht_tutorial_03.pdf
  4. Tutorial 4. movement - irrlicht_tutorial_04.pdf
  5. Tutorial 5. user interface - irrlicht_tutorial_05.pdf
  6. Tutorial 6. 2d graphics - irrlicht_tutorial_06.pdf
  7. Tutorial 7. collision - irrlicht_tutorial_07.pdf
  8. Tutorial 8. special FX - irrlicht_tutorial_08.pdf
  9. Tutorial 9. mesh viewer - irrlicht_tutorial_09.pdf
  10. Tutoial 10. shader - irrlicht_tutorial_10.pdf
  11. Tutorial 11. perpixel lighting - irrlicht_tutorial_11.pdf
  12. Tutorial 12. terrain - irrlicht_tutorial_12.pdf
  13. Tutorial 13. render to texture - irrlicht_tutorial_13.pdf
  14. Tutorial 14. Win32윈도우에 엔진 붙이기 - irrlicht_tutorial_14.pdf
  15. Tutorial 15. 엔진 자체포멧 불러오기 - irrlicht_tutorial_15.pdf

2D GUI library

  • Magic
  • Turska UI
  • AltSketch

Troubleshooting

irrlicht에 관련된 문제점과 그 해결방법에 대한 정리.

crtdbg.h: No such file or directory

라이브러리 컴파일 시 아래와 같은 메시지가 출력될 수 있다.

crtdbg.h: No such file or directory

이 경우 CXXFLAGS-D__GNUWIN32__=1 옵션을 추가하면 된다.

See also

Favorite site

Guide

References


  1. Irrb_0.4_(Blender_Exporter)_Plugin_User_Guide.pdf 

  2. Irrlicht_on_Android.pdf 

  3. Irrlicht_Engine_-Easy_Tutorial-Intro(MinGW_Eclipse_Sample).pdf 

  4. Embedding_Irrlicht_into_Qt.zip