awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amethyst avatar

amethyst/amethystArchived

0
View on GitHub↗
8,027 星标·730 分支·Rust·4 次浏览amethyst.rs↗

Amethyst

Amethyst 是一个用 Rust 编写的数据驱动型游戏引擎,用于构建高性能 2D 和 3D 游戏。它基于实体组件系统(ECS)架构,将游戏状态与逻辑解耦,从而实现并行处理和代码复用。

该框架具有用于导入场景和几何体的 glTF 3D 渲染器,并支持基于物理的材质。它还充当多人游戏框架,为实时在线体验提供网络传输抽象和状态同步。

该引擎涵盖了广泛的功能,包括混合 2D/3D 渲染、异步资源加载和空间音频模拟。它包含用于用户输入处理、文本本地化以及通过下推自动机进行应用状态管理的系统。

通过数据驱动的原型设计和引擎内部可视化工具,为开发者迭代提供了支持。

Features

  • Rust Game Engines - A data-driven game engine written in Rust for building high-performance 2D and 3D games.
  • Entity Component Systems - Built on a data-oriented Entity Component System that decouples game state from logic for high-performance parallel processing.
  • Data-Driven Development - Employs a data-driven architectural approach using external files for prefabs and scenes to enable iteration without recompilation.
  • Multiplayer Networking - Implements network transport abstractions and state synchronization for real-time online multiplayer experiences.
  • Real-Time Multiplayer Frameworks - Provides a framework for real-time multiplayer experiences with network transport abstractions and state synchronization.
  • 3D Scene Importers - Provides utilities to import complex environment data and object hierarchies from glTF files into the runtime.
  • Asset Loaders - Ships a dedicated asset loader for importing graphics and custom data formats from disk.
  • 2D User Interface Construction - Creates interactive game user interfaces through code or predefined layouts using a dedicated construction system.
  • Data-Driven Prefab Prototyping - Enables rapid iteration by defining prefabs and game entities in human-readable data formats without recompiling code.
  • Asynchronous Asset Loading - Supports parallel background loading of game resources and runtime hot-reloading of assets.
  • Prefab Instantiation - Allows the creation of complex entities with multiple pre-defined components from data templates.
  • Simulation Clock Decoupling - Separates simulation timing from engine frame rates to ensure consistent game state updates across a network.
  • Vertex Skinning and Property Animations - Applies vertex skinning, property changes, and sprite sequences to animate game objects.
  • 3D Asset Pipelines - Integrates a full 3D asset pipeline including glTF import, asynchronous loading, and model animation.
  • Audio Playback - Provides a system for loading and playing sound assets to create auditory feedback and atmosphere.
  • Spatial Audio - Simulates sound within a three-dimensional space using multiple emitters for immersive audio environments.
  • Camera View Controllers - Implements fly, arcball, and following camera systems to control the virtual viewport in 3D space.
  • GLTF Renderers - Features a specialized rendering pipeline for importing and displaying 3D scenes from glTF files.
  • Complex Geometry Rendering - Provides a rendering pipeline for detailed 3D environments using physically based materials and custom shaders.
  • Hybrid 2D/3D Rendering - Supports a customizable rendering engine capable of drawing both two-dimensional and three-dimensional environments.
  • Keyframe Animations - Implements a system for transforming objects over time using keyframe-based interpolation and sampler sequences.
  • Layered Sprite Rendering - Renders 2D images with support for Z-coordinate ordering and transparency to create depth layering.
  • Game Audio Integration - Coordinates spatial sound emitters and audio playback to create immersive three-dimensional soundscapes.
  • Connection Lifecycle Managers - Tracks and manages the state of network connections, including automated heartbeats and client session transitions.
  • Multi-Protocol Transport Abstraction - Provides a unified interface to switch between different network transport protocols without altering game logic.
  • Application State Transitions - Transitions the application between different operational modes, such as loading screens, gameplay, and paused states.
  • Data-Parallel Logic Execution - Distributes heavy computations across available processor cores to increase execution speed without manual threading.
  • Game State Machines - Uses a push-down automaton to track and transition between nested application states like menus and gameplay.
  • Game Input Mapping - Captures and maps raw input from keyboards, mice, and gamepads to high-level game actions via configuration.
  • Game Engines - Data-driven 2D/3D game engine aiming to be fast and configurable.

Star 历史

amethyst/amethyst 的 Star 历史图表amethyst/amethyst 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Amethyst 的开源替代方案

相似的开源项目,按与 Amethyst 的功能重合度排序。
  • godotengine/godot-demo-projectsgodotengine 的头像

    godotengine/godot-demo-projects

    8,250在 GitHub 上查看↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    GDScript
    在 GitHub 上查看↗8,250
  • o3de/o3deo3de 的头像

    o3de/o3de

    8,954在 GitHub 上查看↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    C++3d-graphics3d-graphics-engineanimation
    在 GitHub 上查看↗8,954
  • space-wizards/space-station-14space-wizards 的头像

    space-wizards/space-station-14

    3,523在 GitHub 上查看↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    C#c-sharpgamehacktoberfest
    在 GitHub 上查看↗3,523
  • urho3d/urho3durho3d 的头像

    urho3d/urho3d

    4,707在 GitHub 上查看↗

    Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts

    C++2d3d3d-graphics
    在 GitHub 上查看↗4,707
查看 Amethyst 的所有 30 个替代方案→

常见问题解答

amethyst/amethyst 是做什么的?

Amethyst 是一个用 Rust 编写的数据驱动型游戏引擎,用于构建高性能 2D 和 3D 游戏。它基于实体组件系统(ECS)架构,将游戏状态与逻辑解耦,从而实现并行处理和代码复用。

amethyst/amethyst 的主要功能有哪些?

amethyst/amethyst 的主要功能包括:Rust Game Engines, Entity Component Systems, Data-Driven Development, Multiplayer Networking, Real-Time Multiplayer Frameworks, 3D Scene Importers, Asset Loaders, 2D User Interface Construction。

amethyst/amethyst 有哪些开源替代品?

amethyst/amethyst 的开源替代品包括: godotengine/godot-demo-projects — This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the… o3de/o3de — This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic… space-wizards/space-station-14 — Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an… urho3d/urho3d — Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game… tmodloader/tmodloader — tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It… fyroxengine/fyrox — Fyrox is a Rust-based game engine for building both 2D and 3D games, designed as a native engine with no runtime…