ngunix/README

29 lines
1.1 KiB
Text
Raw Normal View History

2015-08-07 10:13:02 +00:00
_ _ ____ _ _ _ _ _____ __
| | / |___ \| | | | | / |_ _\ \/ /
| |/ |_ | | | | | |/ || | \ /
| /| | |_| | |_| | /| || | / \
|_/ |_|____/ \___/|_/ |_|___/_/\_\
2015-07-30 16:16:58 +00:00
This is a novelty engine running in software mode, aka on your CPU.
2015-08-07 10:13:02 +00:00
This is *not* a daily-driver Xuake engine. This is featurebloat at its finest, to show off what software-rendering can do.
If you want a stable Xuake engine, look elsewhere. This is testing ground.
2015-07-30 16:16:58 +00:00
This might turn into something mature in the future depending on how much time I have.
2015-07-22 14:25:09 +00:00
Got it running using most of the original stock X11 code.
Everything runs (including fancy water effects) except for a few things:
2015-07-22 14:25:09 +00:00
- No statusbar colours (code seems to segfault, hmm?)
- Won't set the virtual resolution to crap.
2015-07-22 14:25:09 +00:00
Sound is done via OSS, not ALSA (aoss will most likely not work without raping your ears)
Also the massive lookup table does not like ASM compiler optimisations...
2015-07-22 14:25:09 +00:00
Also the input SUUUUUUUCKKS but that can be fixed.
2015-07-22 14:25:09 +00:00
#Notes
Carried over soundfixes from reQuiem