1 个仓库
Execution environments that provide memory safety and cross-platform portability for complex application logic.
Distinct from Code Execution Sandboxes: Distinct from general code sandboxes: focuses on the managed runtime environment for game logic portability rather than security isolation.
Explore 1 awesome GitHub repository matching devops & infrastructure · Managed Runtimes. Refine with filters or upvote what's useful.
MonoGame is a cross-platform game framework and C# game engine designed for the development of interactive software. It provides a unified environment for building games that run across desktop, mobile, and console platforms using a single codebase. The framework functions as a 2D graphics rendering library, offering tools to apply custom shaders and visual effects to game assets. It utilizes a graphics abstraction layer to map drawing commands to platform-specific APIs, ensuring consistent rendering across diverse hardware. The engine manages hardware-level tasks such as input handling, aud
Runs game logic within a virtual machine environment to provide memory safety and cross-platform portability.