awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fogleman avatar

fogleman/sdf

0
View on GitHub↗
1,978 Stars·168 Forks·Python·MIT·1 Aufruf

Sdf

Generate 3D meshes based on SDFs (signed distance functions) with a dirt simple Python API.

Features

  • Graphics Development - Python API for generating 3D meshes using signed distance fields.

Star-Verlauf

Star-Verlauf für fogleman/sdfStar-Verlauf für fogleman/sdf

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Sdf

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Sdf.
  • baldurk/renderdocAvatar von baldurk

    baldurk/renderdoc

    10,823Auf GitHub ansehen↗

    RenderDoc is a cross-platform graphics frame debugger and GPU profiler used to capture and analyze 3D graphics API calls and state for a single frame of rendering. It functions as a debugging tool for Vulkan, OpenGL, OpenGL ES, and Direct3D 11 and 12. The tool provides specialized debugging capabilities for inspecting graphics pipelines and resource states across Windows, Linux, Android, and Nintendo Switch. It enables the analysis of DirectX shaders, OpenGL application profiling, and Vulkan API development to verify rendering behavior and fix visual bugs.

    C++
    Auf GitHub ansehen↗10,823
  • cedricguillemet/sdfAvatar von CedricGuillemet

    CedricGuillemet/SDF

    784Auf GitHub ansehen↗

    Resources, links, papers, discussions, ShaderToys on SDF and related algorithm. Please contibute to this resource by sending your PRs!

    Auf GitHub ansehen↗784
  • wolfpld/tracyAvatar von wolfpld

    wolfpld/tracy

    15,298Auf GitHub ansehen↗

    Tracy is a real-time performance profiling framework for C and C++ applications. It provides a software instrumentation library that captures high-resolution telemetry data, which is then visualized through a separate graphical interface to identify bottlenecks and resource allocation issues. The system utilizes a client-server architecture that enables remote profiling, allowing performance data to be captured on a target machine and analyzed on a workstation. It employs lock-free event logging and shared-memory ring buffers to minimize the overhead of data collection, ensuring that the main

    C++gamedevgamedev-librarygamedevelopment
    Auf GitHub ansehen↗15,298

Häufig gestellte Fragen

Was macht fogleman/sdf?

Generate 3D meshes based on SDFs (signed distance functions) with a dirt simple Python API.

Was sind die Hauptfunktionen von fogleman/sdf?

Die Hauptfunktionen von fogleman/sdf sind: Graphics Development.

Welche Open-Source-Alternativen gibt es zu fogleman/sdf?

Open-Source-Alternativen zu fogleman/sdf sind unter anderem: baldurk/renderdoc — RenderDoc is a cross-platform graphics frame debugger and GPU profiler used to capture and analyze 3D graphics API… cedricguillemet/sdf — Resources, links, papers, discussions, ShaderToys on SDF and related algorithm. Please contibute to this resource by… wolfpld/tracy — Tracy is a real-time performance profiling framework for C and C++ applications. It provides a software…