Yeicor
Yeicor
I am the author of both [SDFX-UI](https://github.com/Yeicor/sdfx-ui) and [SDF Viewer Go](https://github.com/Yeicor/sdf-viewer-go) and developed the latter as a much better replacement for SDFX-UI. As mentioned in SDFX-UI's readme: > :warning: **This...
This pull request creates the `Render2` interface, very similar to `Render3` (#41), implementing it for marching squares (uniform and quadtree). It also adds a new algorithm that I've been developing...
I will use these to (hopefully) speed up updates and camera movements of SDFX-UI, as they render the same SDF multiple times.
The new MTRenderer3 is capable of parallelizing the generation of a surface by splitting the space into partitions and running any other Render3 implementation in each of those at the...
Thanks for this awesome library :wink:. This pull request updates `eframe` and other dependencies to their latest version. It ignores `clap` and `uuid` as those are already updated in [this...
First of all, thanks for such an awesome library @not-fl3. I found 2 issues related to window dragging and clipping using the internal UI package. The UI code I use...
Calling `get_stack` from a `Thread` is not supported. Doing so will return an empty array. https://docs.godotengine.org/en/stable/classes/[email protected]#class-gdscript-method-get-stack
Optimization Modulo Theories (OMT) extends Satisfiability Modulo Theories (SMT) by enabling solvers to find optimal solutions based on a defined objective function after verifying formula satisfiability. Adding OMT capabilities to...
### Description Hi! Thanks for your hard work maintaining this great utility. I am building a Python wrapper for a large C++ project and I realized that I am recompiling...