sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

Consider updating clx-demos #129

Closed rtoy closed 5 years ago

rtoy commented 5 years ago

Cmucl has a different clx demo file in demos.lisp. This demos works significantly better than the clx-demos.lisp included here. Many of the demos actually work such as qix and both towers of hanoi and greynetic. These don't work for me with clx-demos.

The demos also allow the window manager to decorate the window so you can move the demo window around as well. There's no window manager around the windows from clx-demos.lisp.

I don't know if this works as well in other lisps, or if clx-demos works in other lisps. (Tried with ccl64 but nothing seems to work. Don't know why.)

But if it works with other lisps, perhaps it can replace clx-demos.lisp or be added as a different demo.