Patricio Whittingslow
Patricio Whittingslow
I'd like to let you know https://github.com/soypat/sdf/commit/b079e74fbeb92dfb4d8414720bc3a88a7916cdd3 replaced the `renderer.Triangle3` type with `r3.Triangle` type. This resolved #2 and will be a breaking change for many programs.
Alright, good to know others are experiencing this bug. I've been wanting to fix it for some time now but I'm quite swamped with university work. If all goes well...
Thank you so much for your suggestion! That looks awesome and I'd love to see how it stacks up against the current buggy implementation! If you have time to incorporate...
Moving development to https://github.com/soypat/gsdf. Closing all issues here.
Hey there! I've wanted to fix this issue for some time now in this module. That said I think adding a function to this codebase is just noise. Users should...
I should really learn regexes heh. By the way, this project might interest you https://github.com/soypat/sdf3ui.
Colors are a must have for the future. I've already given it bare-minimum thought for STL generation: ```go // Attributes contains all model attribute data. type Attributes struct { //...
Moving development to https://github.com/soypat/gsdf. Closing all issues here.
A few comments: > Return whether the SPI supports asynchronous operation (usually using [DMA](https://en.wikipedia.org/wiki/Direct_memory_access)). Asynchronous operation may be supported for some or all transfers, for example it may only be...
I have not tested it but I imagine on 64bit systems this library would perform as similar or worse than `math` package. My understanding is that this library does not...