Gregorio M
Gregorio M
I got a prototype working, here's a first glimpse:[  ](url)
https://github.com/gmasching/McCLIM
Glimpse 2: 
Whoops, here's mezzano-shim.lisp: https://github.com/gmasching/McCLIM/commit/f3da99dfeec24012b5136139c0c6cb0f479d75cd
The demo has been cleaned up, see: https://github.com/gmasching/McCLIM/tree/fittestbits/compositor/Backends/Mezzano Basically: ``` (ql:mcclim-mezzano-test) (mmt:start) ``` Right now, you can move the mouse around, and even if you turn the thread sleeping off,...
 https://youtu.be/CPU2u1ItUIk
You can click on things, drag mezzano windows around and close them. However there are optimizations and missing features as you can see.
video update
 https://youtu.be/2TtTcJUCb1Y It seems to function like a fully-featured McCLIM backend [Just the mouse], however its about 7 frames per second because the compositor is slow.
If you are interested in an OpenGL backend I have a prototype working: https://github.com/McCLIM/McCLIM/issues/64#issuecomment-575796782