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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesData-Oriented Optimizations

Performance improvements achieved by reorganizing game logic and data into cache-friendly structures.

Distinct from Game Performance Optimizations: Specifically targets ECS-driven data layout rather than general frame rate or latency tuning.

Explore 2 awesome GitHub repositories matching game development · Data-Oriented Optimizations. Refine with filters or upvote what's useful.

Awesome Data-Oriented Optimizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • unity-technologies/fpssampleUnity-Technologies का अवतार

    Unity-Technologies/FPSSample

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

    यह प्रोजेक्ट Unity के लिए एक फर्स्ट-पर्सन शूटर टेम्प्लेट है जो नेटवर्क गेमप्ले, हथियार सिस्टम और प्लेयर ट्रैवर्सल को लागू करता है। यह एक मल्टीप्लेयर सिस्टम के रूप में कार्य करता है जिसे नेटवर्क ट्रांसपोर्ट लेयर के माध्यम से सर्वर और क्लाइंट्स के बीच गतिविधियों और कार्यों को सिंक करने के लिए डिज़ाइन किया गया है। यह प्रोजेक्ट ऑथर्ड कंटेंट और उन्नत विज़ुअल गुणवत्ता प्रदान करने के लिए हाई डेफिनिशन रेंडर पाइपलाइन का उपयोग करके हाई-फिडेलिटी गेम रेंडरिंग का एक उदाहरण है। यह अनुकूलित प्रसंस्करण और निष्पादन प्रदर्शन के लिए गेम डेटा और लॉजिक को व्यवस्थित करने के लिए एक एंटिटी कंपोनेंट सिस्टम के उपयोग का भी प्रदर्शन करता है। कार्यान्वयन वास्तविक समय स्टेट सिंक्रोनाइज़ेशन और एसेट बंडलों के संकलन व स्टैंडअलोन प्लेयर्स के जनरेशन के माध्यम से गेम एसेट्स के प्रबंधन को कवर करता है।

    Optimizes game logic execution performance by organizing data and logic through an entity component system.

    C#
    GitHub पर देखें↗5,106
  • tomlooman/actionrogueliketomlooman का अवतार

    tomlooman/ActionRoguelike

    4,493GitHub पर देखें↗

    ActionRoguelike is a third-person cooperative game project built with C++ and Unreal Engine. It functions as a networked application that utilizes replication architecture to synchronize character states and combat across multiple clients. The project implements a data-oriented performance framework that employs object pooling and asynchronous asset loading to optimize memory usage and frame rates. It features a behavior tree AI system combined with environment queries to drive autonomous NPC decision making and combat, alongside a binary serialization framework for saving actor variables and

    Employs a data-oriented runtime architecture with object pooling to optimize memory and frame rates.

    C++3dc-plus-pluscpp
    GitHub पर देखें↗4,493
  1. Home
  2. Game Development
  3. Game Performance Optimizations
  4. Data-Oriented Optimizations