Request change to hypergiant

2023-05-08 Thread Matt Welland
I want to get mouse clicks from the ui scene but I cannot access the ui camera. In hypergiant/window.scm the ui camera is found in *ui-camera* but this is not exported. When I added it to the exports I was able to see the mouse clicks with this: (get-cursor-world-position *ui-camera*) Is there a

Hypergiant ckui - first few widgets and a calculator ui example.

2023-05-08 Thread Matt Welland
Buttons, labels, vbox and hbox work. click on a button and it changes shade briefly and the associated proc is called. So far it wasn't too hard and I think it is promising but text boxes, tree widgets, etc, scroll bars and more are needed. Some questions below. [image: image.png] Request for