Geoff deRosenroll

Results 5 issues of Geoff deRosenroll

I've added Resizable, Draggable, Slider, and ScrollView components, the former of which compose to create the latter. Examples of Draggable, Slider, and ScrollView components have also been added to the...

As near as I can tell, beginning the Revery event loop like so: ```ocaml let _stopEventLoop = Revery_Lwt.startEventLoop () in ``` does not actually accomplish anything in the context of...

Currently, affine2d_skew and affine3d_skew_xy have different behaviour. ```openscad include sq = square(10, center=true); m2 = affine2d_skew(45, 0); m3 = affine3d_skew_xy(45, 0); linear_extrude(1) polygon(apply(m2, sq)); translate([0, 0, 5]) multmatrix(m3) linear_extrude(1) polygon(sq);...

- Operating System:OS: Manjaro Linux x86_64; Kernel: 5.4.80-2-MANJARO - Revery Version: revery#5fe4207 ( via Bonsai_revery ) - OCaml version: 4.9.0 - Native, Bytecode, or JS build: Native ``` Uncaught exception:...

Currently there is no way to get/set variations for OpenType variable fonts. I'm curious to try out variable weight particularly for making rounded 3d text polyhedron meshes, as my experiments...

help needed