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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesData-Oriented Design

Architectural patterns that organize data in contiguous memory arrays to optimize cache locality and performance.

Distinct from Object-Oriented Structural Organization: Closest candidates focused on caching or OO querying; this is specifically about Data-Oriented Design (DOD) for entity management.

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

Awesome Data-Oriented Design GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • 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

    Organizes high-volume game objects using arrays of structs to improve runtime execution speed and cache locality.

    C++3dc-plus-pluscpp
    GitHub पर देखें↗4,493
  • seblague/procedural-landmass-generationSebLague का अवतार

    SebLague/Procedural-Landmass-Generation

    1,232GitHub पर देखें↗

    This project is a procedural content generation framework and three-dimensional mesh generation library designed for the Unity game engine. It provides a system for automating the creation of complex landscapes and natural environments by programmatically constructing geometric terrain surfaces and heightmaps. The generator utilizes layered noise functions to calculate elevation values, which are then translated into terrain geometry. To maintain performance during real-time rendering, the system employs chunk-based mesh generation and dynamic level-of-detail management, which adjusts geometr

    Organizes vertex and index data into contiguous memory structures to improve cache locality and reduce overhead during GPU transfers.

    C#
    GitHub पर देखें↗1,232
  1. Home
  2. Game Development
  3. Data-Oriented Design