Sorki

Results 45 issues of Sorki

Currently, our trig. functions work with radians but the reference implementation uses degrees. This can cause surprises as the SCAD file is interpreted incorrectly. We can - Introduce a breaking...

Second example here https://en.m.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#multmatrix and `vector * matrix` as well.

Looks like capturing compilation errors only works with some GHCs. Adding a test to try in CI.

In progress. Some stuff was invalidated. Also related to * #716 which seems to be present here * #695

stm32g0

I was toying with animating [ImplicitCAD](https://github.com/colah/ImplicitCAD) symbolic objects recently and wanted to switch from simple `Double -> SymbolicObj` time signal going from `` to something more powerful and stumbled upon...

For scenarios where input can change over time, this adds `resizeBuffer` function to produce a new buffer with specified length. This causes transparent reallocation of OpenGL buffer, producing new empty...

checkDir now doesn't add '.git' on each iteration and properly finds bare repo.

These should either throw an error or (even better) we would have some sort of language pragma or just a knob that would allow these (and they would also need...

extopenscad

which will use `hint` (similar to `implicitpipe` or `implicit-servant`) to process its Haskell code file argument. Related to https://github.com/Haskell-Things/ImplicitCAD/issues/318