49fl

Results 74 comments of 49fl

@Vdemong you need to use GCC-11. GCC-12 has broken a lot of upstream external dependencies, like libfive and openvdb. If you do `CXX=gcc-11` after installing gcc-11 it'll work, as this...

I kind of see no reason for this. Curv supports importing files, and so you can easily have a makefile or build process which can generate either an assembly, or...

This would be cool for two reasons: 1. Allows for generating nice previews for people 2. Gives curv some exposure when sharing said previews :)

Make sure you're using gcc11! gcc12 introduces a bunch of breaking changes so you gotta watch out!

I can try this weekend to fix the process :)

Thank you very much @doug-moen ! Luckily I have looked into the math behind splines to implement my own spline in OpenSCAD: ``` // P = (1−t)³P1 + 3(1−t)²tP2 +3(1−t)t²P3...

Excellent, I will look for an SDF spline then! Thank you for all the excellent help Doug. Your project is crazy awesome. Edit: I'll leave this issue open until someone...

Just documenting this for the next souls that come across this: I ran into this exact problem last night, and while I was able to find an equivalent to `a...

https://github.com/ocornut/imgui/issues/3484

@jans23 > For those interested in an alternative, our [Nitrokey 3](https://www.nitrokey.com/products/nitrokeys) has full OpenPGP Card support. It's also based on Trussed, the same firmware framework Solokey is using (and written...