MaterialMakerRayMarching VS sdf-viewer

Compare MaterialMakerRayMarching vs sdf-viewer and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
MaterialMakerRayMarching sdf-viewer
4 2
59 66
- -
0.0 9.2
over 1 year ago 4 days ago
Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MaterialMakerRayMarching

Posts with mentions or reviews of MaterialMakerRayMarching. We have used some of these posts to build our list of alternatives and similar projects.

sdf-viewer

Posts with mentions or reviews of sdf-viewer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-06.
  • SDF Viewer: a fast and cross-platform Signed Distance Function (SDF) viewer, easily integrated with your SDF library
    5 projects | /r/rust | 6 Aug 2022
    Afterward, this GLSL shader does the actual rendering. This shader is applied to a cuboid mesh that represents the bounding box of the object. The mesh is useful for only raytracing the part of the screen that may reach the object, and for extracting the rays for each pixel from the hit points. The shader simply walks along the ray for each pixel, moving by the amount of distance reported by the SDF on each position. If the surface is reached at some point, the normal is computed and the lighting is applied for the material saved in the closest voxel. To get the distance at a point that does not match the grid, interpolation is applied, leading to round corners if the level of detail is not high enough.

What are some alternatives?

When comparing MaterialMakerRayMarching and sdf-viewer you can also consider the following projects:

shader-park-core - A JavaScript library for creating real-time 2D and 3D shaders. JS -> Shader. https://shaderpark.com/ https://twitter.com/shaderpark

raymarching-workshop - An Introduction to Raymarching

wrend - A framework-agnostic Rust/WASM + WebGL2 Rendering library, compatible with calling from both Rust and JavaScript on the web.

bauble.studio - a playground for making 3D art with lisp and math

curv - a language for making art using mathematics

sdf - A Go library for signed distance function shape generation. Read as 3D printing shape design.

pattern_roller_maker - generate stl file of pattern roller from image

sdf-viewer-go - SDF Viewer integration for Go libraries