isosurfaces

Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function. (by jared-hughes)

Isosurfaces Alternatives

Similar projects and alternatives to isosurfaces based on common topics and language

  1. graphest

    A faithful graphing calculator

  2. 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.

    CodeRabbit logo
  3. NURBS-Python

    Object-oriented pure Python B-Spline and NURBS library

  4. dicom2stl

    Python script to extract a STL surface from a DICOM image series.

  5. Swar-Chia-Plot-Manager

    This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.

  6. yolor

    8 isosurfaces VS yolor

    implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)

  7. sdftoolbox

    Vectorized Python methods for creating, manipulating and tessellating signed distance fields.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better isosurfaces alternative or higher similarity.

isosurfaces discussion

Log in or Post with

isosurfaces reviews and mentions

Posts with mentions or reviews of isosurfaces. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-28.
  • Rendering algorithm used for implicit functions
    2 projects | /r/desmos | 28 Jul 2022
    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?
    1 project | /r/desmos | 2 Nov 2021
    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

Basic isosurfaces repo stats
2
33
6.6
12 months ago

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.


Sponsored
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.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?