Henning Meyer
Henning Meyer
please look at this: `````` #!/usr/bin/python import sys sys.path.append('./src') from cadmium import * u = Box(62,62,100, center=True) + Sphere(19).translate(-31,-31,-31)``` when run with current HEAD, I get: ```Traceback (most recent call...
Cylinders are missing a rounding parameter (r???) - like boxes have one. maybe a general rounding parameter should be introduced, like "R" or "round"...
For many real world applications a real UI is needed. And it would be awesome to have kiss3d usable as a widget in such a UI. Gtk-rs seems to the...
Via GCloud Console I clicked "CREATE FOLDER" to create `empty_folder`. Then I did: ```python $ touch /tmp/test.txt $ gsutil cp /tmp/test.txt gs://henning-test/folder/test.txt $ python Python 3.10.12 (main, Nov 20 2023,...
Hey Lewin! When writing a dynamic programming solution for Advent of Code I was really happy to find memoize! But sadly it does not (yet) support the use case. One...