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 강좌)
- Tutorial 1. hello world - irrlicht_tutorial_01.pdf
- Tutorial 2. quake3 map - irrlicht_tutorial_02.pdf
- Tutorial 3. custom scene node - irrlicht_tutorial_03.pdf
- Tutorial 4. movement - irrlicht_tutorial_04.pdf
- Tutorial 5. user interface - irrlicht_tutorial_05.pdf
- Tutorial 6. 2d graphics - irrlicht_tutorial_06.pdf
- Tutorial 7. collision - irrlicht_tutorial_07.pdf
- Tutorial 8. special FX - irrlicht_tutorial_08.pdf
- Tutorial 9. mesh viewer - irrlicht_tutorial_09.pdf
- Tutoial 10. shader - irrlicht_tutorial_10.pdf
- Tutorial 11. perpixel lighting - irrlicht_tutorial_11.pdf
- Tutorial 12. terrain - irrlicht_tutorial_12.pdf
- Tutorial 13. render to texture - irrlicht_tutorial_13.pdf
- Tutorial 14. Win32윈도우에 엔진 붙이기 - irrlicht_tutorial_14.pdf
- Tutorial 15. 엔진 자체포멧 불러오기 - irrlicht_tutorial_15.pdf
2D GUI library
- Magic
- Turska UI
- AltSketch
Troubleshooting
irrlicht에 관련된 문제점과 그 해결방법에 대한 정리.
crtdbg.h: No such file or directory
라이브러리 컴파일 시 아래와 같은 메시지가 출력될 수 있다.
이 경우 CXXFLAGS
에 -D__GNUWIN32__=1
옵션을 추가하면 된다.
See also
Favorite site
- IRRLICHT website
- Irrlicht Engine 1.8 API documentation
- irrb 0.4 (Blender Exporter) 1
- 안드로이드 SDK와 NDK를 이용하여 irrlicht엔진과 C++코드 돌려보기 2
- Irrlicht on Android
- Irrlicht Engine – Easy Tutorial - Intro 3
- Mac + Irrlicht + Eclipse CDT(이클립스로 맥에서 일리히트엔진 사용하기)
- Android os 에 일리히트엔진 올려보기 강좌.(irrlicht 엔진 1.7.1 base)
- 1.5 Win32/gcc build error
- Irrlicht 2D Libraries