2 रिपॉजिटरी
API extensions for injecting custom rendering code into a graphics pipeline.
Distinct from WebGL & GPU Rendering: Distinct from WebGL & GPU Rendering: focuses on the extensible interface for adding custom shaders rather than the execution of the WebGL state itself
Explore 2 awesome GitHub repositories matching graphics & multimedia · Custom Layer Interfaces. Refine with filters or upvote what's useful.
Mapbox GL JS एक WebGL मैप रेंडरिंग इंजन और इंटरैक्टिव वेब मैप फ्रेमवर्क है जिसका उपयोग ब्राउज़र में वेक्टर टाइल्स, रैस्टर इमेजरी और 3D टेरेन को रेंडर करने के लिए किया जाता है। यह एक वेक्टर टाइल मैप लाइब्रेरी और जियोस्पेशियल डेटा विज़ुअलाइज़ेशन टूल के रूप में कार्य करता है, जो जियोस्पेशियल डेटा को इंटरैक्टिव मैप्स में बदलने के लिए GPU-त्वरित शेडर्स का उपयोग करता है। यह प्रोजेक्ट सीधे रेंडरिंग पाइपलाइन में कस्टम WebGL लेयर्स के एकीकरण और फीचर गुणों को विज़ुअल विशेषताओं से मैप करने के लिए डेटा-संचालित एक्सप्रेशंस के उपयोग के माध्यम से खुद को अलग करता है। यह PMTiles के माध्यम से विशेष डेटा लोडिंग का समर्थन करता है और लोकल पैक्स और डेटाबेस के माध्यम से ऑफ़लाइन मैप प्रबंधन प्रदान करता है। इंजन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें प्रकाश और छाया के साथ 3D टेरेन और बिल्डिंग रेंडरिंग, रीयल-टाइम उपयोगकर्ता स्थान ट्रैकिंग, और प्रोग्रामेटिक कैमरा एनिमेशन शामिल हैं। यह फीचर पुनर्प्राप्ति, गतिशील फ़िल्टरिंग, और HTML मार्कर्स और सूचना पॉपअप के लिए एक UI सिस्टम के लिए स्थानिक क्वेरी प्रदान करता है। लाइब्रेरी में ऐसे बंडलों को उत्पन्न करने के लिए बिल्ड कॉन्फ़िगरेशन शामिल हैं जो वेब वर्कर्स के लिए कंटेंट सिक्योरिटी पॉलिसी प्रतिबंधों को पूरा करते हैं।
Provides a dedicated layer interface for rendering custom WebGL code directly into the map rendering pipeline.
sigma.js is a JavaScript graph visualization library and WebGL network renderer designed for drawing large-scale network graphs in web browsers. It functions as a high-performance engine capable of rendering network structures containing thousands of nodes and edges interactively. The library provides a customizable graph engine that allows for the creation of specialized visualizations using low-level graphics primitives and custom drawing layers. It supports the rendering of diverse node shapes, such as images or piecharts, and enables the integration of graph visualizations as overlays on
Provides an extensible interface for injecting custom WebGL rendering code into the graphics pipeline.