Matthias Görges

Results 188 comments of Matthias Görges

We don't have a specific widget for it, however, [glgui-box-dragable](..//wiki/glgui-box-dragable) has been made for this purpose. It uses an invisible box, in which you can drag and which fires a...

@vessenes if you think gesture detection should have its own widget we could consider expanding this one for it? Or if you come up with something generalizable yourself, feel free...

Added links to the code. I note that this would break all apps unless you make press optional, as in `(uiform-register name draw release . press)` and assume that `release`...

> I wasn't aware that uiform-register would be used outside uiform.scm, but since it is a publicly defined function it is not excluded. so the optional press is better It...

> it might actually need also a third input for the slider to smoothly work Well once you have optional arguments you can have as many as you want. We...

Sorry, but I am not quite sure why we would want to add this as in how would this advance our platform? There were similar suggestions in #126. In the...

The budget option is to resize the screenshots using an image editing tool of you choosing, which is what we do. Adding x86 is not straight forward as you probably...

Partial support added in e0ee93b. When creating `host_macosx_386` and `host_macosx_86_64` and commenting both `host_macosx_arm64` and `host_macosx_armv7` the resulting fat binary runs in the simulator but can't be signed. A fat...

Currently no, but some of the SRFI's from `snow` are bundled with LambdaNative, e.g. some of the time functions.

It depends a bit on your system, as `make.sh` is trying to do some automatic detection. If its a relatively new install `$HOME/Library/Caches/lambdanative/$SYS_HOSTPLATFORM/bin/gsc`