awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fogleman avatar

fogleman/sdf

0
View on GitHub↗
1,978 نجوم·168 تفرعات·Python·MIT·1 مشاهدة

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.

سجل النجوم

مخطط تاريخ النجوم لـ fogleman/sdfمخطط تاريخ النجوم لـ fogleman/sdf

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Sdf

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Sdf.
  • baldurk/renderdocالصورة الرمزية لـ baldurk

    baldurk/renderdoc

    10,823عرض على GitHub↗

    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++
    عرض على GitHub↗10,823
  • cedricguillemet/sdfالصورة الرمزية لـ CedricGuillemet

    CedricGuillemet/SDF

    784عرض على GitHub↗

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

    عرض على GitHub↗784
  • wolfpld/tracyالصورة الرمزية لـ wolfpld

    wolfpld/tracy

    15,298عرض على GitHub↗

    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
    عرض على GitHub↗15,298

الأسئلة الشائعة

ما هي وظيفة fogleman/sdf؟

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

ما هي الميزات الرئيسية لـ fogleman/sdf؟

الميزات الرئيسية لـ fogleman/sdf هي: Graphics Development.

ما هي البدائل مفتوحة المصدر لـ fogleman/sdf؟

تشمل البدائل مفتوحة المصدر لـ fogleman/sdf: 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…