This was originally a port of Engoo to X11 capable systems... however that was a long time ago.
Find a file
2015-08-20 00:59:08 +02:00
asm Major restructure for the future 2015-08-07 12:06:39 +02:00
audio Major restructure for the future 2015-08-07 12:06:39 +02:00
engine Mouse grabbing fixed a little 2015-08-20 00:59:08 +02:00
include Major restructure for the future 2015-08-07 12:06:39 +02:00
network Major restructure for the future 2015-08-07 12:06:39 +02:00
renderer Major restructure for the future 2015-08-07 12:06:39 +02:00
system Misc changes to the bot, drawing code cleanup and system/wad specific things 2015-08-08 00:05:43 +02:00
tracker changed config.rc to the more unique ngunix.rc 2015-08-07 12:47:38 +02:00
video Mouse grabbing fixed a little 2015-08-20 00:59:08 +02:00
LICENSE major cleanup 2015-08-05 19:31:14 +02:00
Makefile Major restructure for the future 2015-08-07 12:06:39 +02:00
README Updated README 2015-08-07 12:23:36 +02:00
TODO some major speed enhancements 2015-08-06 21:59:01 +02:00

 _   _ ____  _   _ _   _ _____  __
| | / |___ \| | | | | / |_ _\ \/ /
| |/  |_  | | | | | |/  || | \  / 
|  /| | |_| | |_| |  /| || | /  \ 
|_/ |_|____/ \___/|_/ |_|___/_/\_\
                                                                               

This is a novelty engine rendering in software mode, aka on your CPU.

This is *not* a daily-driver Xuake engine.
If you want a stable Xuake engine, look elsewhere. >> This is testing ground <<

This might turn into something mature in the future.
It uses standard X11 functions, so aside from that no dependencies are necessary.
For sound, please get the Open Sound System running.

*************
  Compiling
*************

For a debug build (larger and slower) issue 'make'.
For a release build (smaller and faster) issue 'make build_release'.

*********
  Notes
*********

- Carried over soundfixes from reQuiem
- Got it running using most of the original stock X11 code
- No custom statusbar colours
- Sound is done via OSS, not ALSA - aoss will most likely not work
- Massive lookup table does not like ASM compiler optimisations
- The input is 'not good' right now