tmf VS sdf-viewer

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

tmf

Tight Model format is an experimental lossy 3D model format focused on reducing file size as much as posible without decreasing visual quality of the viewed model or read speeds. (by FractalFir)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
tmf sdf-viewer
4 2
97 66
- -
7.8 9.2
3 months ago 2 days ago
Rust 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.

tmf

Posts with mentions or reviews of tmf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-23.

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 tmf and sdf-viewer you can also consider the following projects:

LAS-3d-printer - A CLI tool that can convert LiDAR LAS files to STL files for 3D printing or rendering as terrain

raymarching-workshop - An Introduction to Raymarching

stl-thumb - Thumbnail generator for STL files

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

zen - Experimental operating system written in Zig

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

fbx-sanitizer - A cli application to check FBX files for various issues.

curv - a language for making art using mathematics

readable - Human readable strings

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

MaterialMakerRayMarching - Make complex Ray Marching SDF objects using nodes with the Material Maker editor and this library