does irrlicht require X Windows? irrlicht from console?
-
- Posts: 4
- Joined: Sat Sep 20, 2003 10:22 pm
does irrlicht require X Windows? irrlicht from console?
On Linux does irrlicht require X Windows to be installed? That is, with a minimal linux installation, can I run irrlicht from the console?
-
- Posts: 4
- Joined: Sat Sep 20, 2003 10:22 pm
irrlicht depends on x-windows
Aftter some experimentation this morning it seems that Irrlicht depends on X-Windows
Hi, you can run Irrlicht without X, by using the DT_NULL device. This
doesn't draw anything, but all features are available. Like loading textures and models, creating a scene graph, doing collision detection and so on. To let the engine be able to draw things, you need to have an X Windows be installed.
doesn't draw anything, but all features are available. Like loading textures and models, creating a scene graph, doing collision detection and so on. To let the engine be able to draw things, you need to have an X Windows be installed.
-
- Posts: 108
- Joined: Fri Aug 22, 2003 1:04 pm
- Location: Kerkrade, Netherlands
- Contact: