6 repos
Game Engines — Game Development
We curate 6 GitHub repositories matching game development · Game Engines. Refine with filters or upvote what's useful.
Game Engines — Game Development
- sindresorhus/awesome
sindresorhus/awesome
438,690This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software engineering and computer science. The directory distinguishes itself through a decentralized, peer-review model where the taxonomy evolves collaboratively via standard version-control workflows. By utilizing a markdown-based, flat-file structure, the project ensures that its curated knowledge remains platform-agnostic, accessible, and easily maintainable by the community. The repository covers a broad capability surface, including back-end and front-end development, data science, decentralized systems, and security practices. It also provides extensive educational resources, such as structured learning roadmaps, professional development guides, and specialized indexes for programming languages, hardware, and game development. The entire knowledge base is maintained as a version-controlled repository, allowing for continuous refinement and integration of new technical resources through community-driven pull requests.
awesomeawesome-listlists - practical-tutorials/project-based-learning
practical-tutorials/project-based-learning
258,742This project is a centralized, community-driven repository of hands-on tutorials designed to facilitate skill acquisition through the practical construction of real-world software applications. It serves as a comprehensive directory that aggregates external documentation and instructional materials, providing a structured path for developers to master specific programming languages and technical domains. The repository distinguishes itself by organizing disparate technical resources into a hierarchical, taxonomy-based structure that enables developers to discover and navigate diverse software engineering disciplines. By grouping individual projects into logical sequences, it provides a roadmap that helps learners progress from foundational concepts to advanced implementation. The content is maintained through collaborative contributions, ensuring that the collection remains a current and expansive resource for the developer community. The project covers a broad capability surface, spanning domains such as full-stack web development, mobile application engineering, and interactive game development. It includes resources for a wide array of programming languages, ranging from systems-level languages like C, C++, and Rust to high-level and functional languages such as Python, Ruby, Haskell, and Clojure. These materials support specialized technical mastery in areas including machine learning, data science, and network programming. The directory is structured to allow for efficient discovery by programming language and technical domain, with a clear table of contents to help users locate specific information. It functions as a persistent index of external links, connecting developers to third-party documentation and tutorials to deepen their understanding of technical concepts.
beginner-projectcppgolang - godotengine/godot
godotengine/godot
106,855Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for event-driven communication between objects. It features a server-side rendering architecture that separates high-level scene logic from low-level rendering commands, alongside a platform-agnostic abstraction layer that ensures consistent hardware interaction. Developers can further customize their workflow using a plugin-based API that allows for the injection of custom inspectors, tools, and asset importers directly into the editor interface. The platform supports high-performance simulation through a variant-based dynamic typing system and centralized resource management, which handles memory-efficient sharing of textures, models, and audio data. The engine also provides extensive developer tooling for compiling custom binaries and configuring build parameters to meet specific production requirements. Comprehensive documentation, including an offline-accessible class reference and community-maintained tutorials, is available to assist with project development and engine mastery.
C++game-developmentgame-enginegamedev - 3b1b/manim
3b1b/manim
84,611Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built to translate code-based instructions into precise, frame-accurate animations, making it a tool for explaining complex mathematical functions, geometric proofs, and abstract theories. The engine distinguishes itself through a declarative scene graph that organizes visual elements into a hierarchical structure, where transformations and properties propagate from parent containers to nested objects. It utilizes an interpolation-based animation system to calculate smooth transitions between keyframes and a declarative updater system that executes callback functions on every frame to modify object properties dynamically. This approach allows for sophisticated dynamic geometry modeling, where models respond to mathematical inputs and constraints in real time. The framework includes a vector-based geometry pipeline that processes mathematical primitives into resolution-independent shapes before rasterizing them into final output. It also supports three-dimensional development through camera-projection transformations, which map 3D coordinate spaces into 2D viewports using perspective or orthographic matrices. These capabilities enable the creation of data-driven visual aids for technical presentations and scientific communication.
Python3b1b-videosanimationexplanatory-math-videos - fffaraz/awesome-cpp
fffaraz/awesome-cpp
69,832This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the language. The collection is distinguished by its focus on high-performance systems programming and technical mastery. It provides deep coverage of specialized domains including SIMD-accelerated data processing, compile-time template metaprogramming, and asynchronous event-driven architectures. The repository also acts as a developer knowledge base, offering access to industry-standard coding guidelines, conference materials, and academic papers that support professional software engineering. Beyond core language features, the directory catalogs a wide array of practical tools for the entire development lifecycle. This includes build systems, static analysis tooling, debuggers, and integrated development environments. It also covers a broad surface of application-level capabilities, ranging from scientific computing and embedded systems development to graphics, networking, and cross-platform library integration.
awesomeawesome-listc - obra/superpowers
obra/superpowers
55,426Superpowers is a browser-based game development engine and collaborative integrated development environment. It provides a unified workspace for building two-dimensional interactive experiences, allowing users to manage code, assets, and scene logic directly within a web browser without the need for local compilers or heavy desktop software. The platform distinguishes itself through a modular, component-based scripting architecture where game objects are defined by attached logic and visual properties. It supports real-time synchronization, enabling multiple developers to work on the same project simultaneously. This environment is designed to function as an educational tool, teaching programming concepts through the integrated creation of graphics, audio, and logic. The system includes a comprehensive build pipeline that handles static-site markdown compilation and file-system-based routing. It automates the development workflow by resolving dependencies at build time, injecting reusable UI components, and managing asset pipelines to ensure efficient resource delivery.
Shell