ExNihilo is an OpenSource 3D Engine released under the terms of the GNU/GPL.

There's an example of what ExNihilo can do in src/Main

just tape ./configure && make && su -c "make install"
then try 'ExNihilo'

If something goes wrong, please use ./configure --enable-debug --debug=trace and then make. Use ulimit -c unlimited and launch ExNihilo with 'ExNihilo > foo'. 
When ExNihilo has segfaulted, launch gdb with 'gdb ExNihilo core' and type 'bt'

Then send us 'foo' and the result of the bt.
