awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesCustom Rendering Logic

Systems for defining custom rendering algorithms, materials, and textures that are compiled for high-performance execution.

Distinct from Custom Renderable Interfaces: Focuses on the logic and algorithms for rendering rather than just the interfaces for providing geometry data.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Custom Rendering Logic. Refine with filters or upvote what's useful.

Awesome Custom Rendering Logic GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jagenjo/webglstudio.jsjagenjo का अवतार

    jagenjo/webglstudio.js

    5,325GitHub पर देखें↗

    WebGLStudio.js is a browser-based IDE and graphics editor for creating 3D scenes, textures, and animations using WebGL. It functions as a spatial design environment where users can arrange 3D meshes and assets directly within the browser to build interactive visual experiences. The project features a visual shader graph editor that allows for the development of custom rendering effects and post-processing shaders through a node-based interface. It also includes a virtual file system for organizing 3D models, audio, and textures, and uses URL-state serialization to share entire project configu

    Provides the ability to modify the underlying rendering process by rewriting pipeline logic via scripting.

    JavaScript3deditorgraph-editor
    GitHub पर देखें↗5,325
  • panda3d/panda3dpanda3d का अवतार

    panda3d/panda3d

    5,150GitHub पर देखें↗

    Panda3D Python और C++ के लिए विकसित एक क्रॉस-प्लेटफॉर्म गेम इंजन और 3D ग्राफिक्स रेंडरिंग सिस्टम है। यह इंटरैक्टिव 3D एप्लिकेशन बनाने के लिए एक व्यापक फ्रेमवर्क के रूप में कार्य करता है, जो रीयल-टाइम फिजिक्स सिम्युलेटर और एक विशेष 3D एसेट पाइपलाइन टूल प्रदान करता है। इंजन इंटरऑपरेबल Python भाषा बाइंडिंग के साथ एक उच्च-प्रदर्शन C++ कोर को जोड़कर खुद को अलग करता है। यह 3D वस्तुओं को व्यवस्थित करने के लिए एक सीन ग्राफ आर्किटेक्चर का उपयोग करता है और रनटाइम लोडिंग के लिए मॉडल और टेक्सचर को अनुकूलित करने के लिए एक पाइपलाइन-आधारित एसेट रूपांतरण प्रणाली प्रदान करता है। इसकी क्षमता सतह में कस्टम GPU शेडर निष्पादन, 3D ऑडियो रेंडरिंग, और परिधीय और ट्रैकर कनेक्टिविटी के लिए वर्चुअल रियलिटी एकीकरण के लिए लो-लेवल ग्राफिक्स प्रिमिटिव शामिल हैं। फ्रेमवर्क में मल्टीप्लेटफॉर्म एप्लिकेशन बाइनरी पैकेजिंग और नेटवर्क-आधारित फ्रेम प्रदर्शन प्रोफाइलिंग के लिए टूल भी शामिल हैं। प्रोजेक्ट विभिन्न ऑपरेटिंग सिस्टम और हार्डवेयर वातावरणों में सुसंगत व्यवहार सुनिश्चित करने के लिए एक एकीकृत हार्डवेयर एब्स्ट्रैक्शन लेयर प्रदान करता है।

    Exposes low-level graphics primitives and custom rendering logic for creating specialized visual effects.

    C++c-plus-pluscross-platformgame-development
    GitHub पर देखें↗5,150
  • mitsuba-renderer/mitsuba3mitsuba-renderer का अवतार

    mitsuba-renderer/mitsuba3

    2,698GitHub पर देखें↗

    Mitsuba 3 is a high-performance physically based rendering framework that operates as a CPU and GPU render engine. It functions as a spectral rendering system and a differentiable path tracer, simulating the transport of light as spectral or polarized data through materials and geometry. The system is distinguished by its differentiable rendering pipeline, which calculates derivatives of images relative to input parameters to enable inverse rendering and optimization. It utilizes a just-in-time compilation layer to transform rendering logic into optimized kernels for hardware-agnostic executi

    Allows users to define custom materials, textures, and rendering logic that compile for high-performance execution on CPUs and GPUs.

    C++
    GitHub पर देखें↗2,698
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Engines
  6. Canvas and Vector Graphics
  7. Custom Shape Rendering
  8. Custom Renderable Interfaces
  9. Custom Rendering Logic