It was thus said that the Great Jos Dreesen / Marian Capel once stated:
Emulith, my ETH / Diser Lilith emulator is nearly
complete.
However I would really appriciate if someone with a good grasp
of X11/xlib programming could have a look at the sourcecode.
I am looking at tips to speed up the program, currently it
runs, on my AMD64 2 GHz, at somewhat the speed of the real thing (7 MHz).
There must be ways to speed it up...
Any takers ?
Sorry I'm coming to this late, but I can take a look at it. I've been
doing Xlib programming (just finished writing a Sudoku helper [1] as a
matter of fact). Part of the reason I'm doing stuff in Xlib is that I'm
actually playing around with user interfaces.
-spc (Besides, it's a nice break from PHP development 8-P
[1] I have some window images at
http://www.flummux.org/sudoku/ . I
found it rather easy to write in X11 actually. You select the
values by clicking on the small numbers in each square, and it'll
fill in some values using some simple contraint checking. I haven't
had time to release it (which means, writing documentation) but I do
intend on releasing the code at some point in time.