mox-mox

Results 4 issues of mox-mox

When starting shellex and moving the mouse, focus is sometimes lost. Long version: Settings: Archlinux with i3wm with focus_follows_mouse set to no (so mouse movement should not cause focus changes)....

Hi, I stumbled upon clishe yesterday and tried to test it. Alas, the build fails with: ``` $ cargo run --example complete ... Compiling clishe v0.2.5-alpha.0 (/tmp/asd-mox/home/mox/scratch/clishe) error[E0046]: not all...

Hi, I recently 'discovered' OOML and am now trying to design some things with it. So far, I really like the way it is organised. There is just one catch:...

Setting the colour of a component seems to reset its reference system. Consider the following example: ``` Component a(Cube(3,250,20)); a.color(1,0,0); a.relRotate(0.0,0.0,40.0); //a.color(1,0,0); //