Isosurfaces Alternatives
Similar projects and alternatives to isosurfaces based on common topics and language
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
Swar-Chia-Plot-Manager
This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
-
yolor
implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
-
sdftoolbox
Vectorized Python methods for creating, manipulating and tessellating signed distance fields.
isosurfaces discussion
isosurfaces reviews and mentions
-
Rendering algorithm used for implicit functions
For constructing the quadtree, I'd refer you to https://github.com/jared-hughes/isosurfaces (specifically build_tree and should_descend_deep_cell) which takes a similar approach as Desmos: descend to a certain depth, say 5 (to get a 32×32 grid), then descend only quads that cross the isoline (with a few more heuristics).
-
How does desmos render implicit plots?
Desmos uses the same approach as my isosurfaces Python package, based on J. Manson and S. Schaefer, "Isosurfaces Over Simplicial Partitions of Multiresolution Grids."
Stats
jared-hughes/isosurfaces is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of isosurfaces is Python.