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

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

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

3 个仓库

Awesome GitHub RepositoriesEngine Compilation

The process of compiling a code execution environment into a standalone deployable artifact.

Distinct from Code Execution Engines: Focuses on the build process for the engine, whereas Code Execution Engines refers to the runtime logic.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Engine Compilation. Refine with filters or upvote what's useful.

Awesome Engine Compilation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • codecombat/codecombatcodecombat 的头像

    codecombat/codecombat

    8,508在 GitHub 上查看↗

    CodeCombat is a gamified programming learning platform and educational coding game. It teaches programming languages through an interactive curriculum where users write scripts to control character actions and progress through a virtual world. The platform features a web-based code execution environment that provides immediate visual feedback on programming logic. It includes multiplayer capabilities and synchronizes student progress and learning statistics with external identity providers to maintain consistent user state across systems. The project incorporates a localization system for ed

    Compiles the code execution logic into a standalone artifact for consistent deployment across environments.

    JavaScript
    在 GitHub 上查看↗8,508
  • sqlcipher/sqlciphersqlcipher 的头像

    sqlcipher/sqlcipher

    7,173在 GitHub 上查看↗

    SQLCipher is an encrypted SQLite database engine and secure relational database that provides transparent AES-256 encryption for database files and stored data. It functions as a cryptographic storage engine that requires a passphrase or binary key to unlock and access content. The engine ensures data confidentiality through page-level encryption and protects data integrity using cryptographic hashes to detect unauthorized modifications. It includes capabilities for encryption key rotation to update passphrases and secure memory locking to prevent sensitive keys from being swapped from RAM to

    Supports compiling the database engine source code into a functional binary or CLI tool for Unix platforms.

    C
    在 GitHub 上查看↗7,173
  • timi-liuliang/echotimi-liuliang 的头像

    timi-liuliang/echo

    983在 GitHub 上查看↗

    Echo is a cross-platform game engine designed for the development of two-dimensional and three-dimensional interactive projects. It provides a unified environment that integrates scene management, visual scripting, and graphics rendering into a single workflow, allowing developers to build and deploy applications across desktop, mobile, and web platforms. The engine distinguishes itself through a node-based architecture that governs both scene organization and game logic. By utilizing a visual scripting tool and a data-flow shader graph, users can define complex behaviors and custom materials

    Strips unused engine functionality during the build process to minimize final binary size.

    C++2d-game-engine3d-game-enginedigital-twin
    在 GitHub 上查看↗983
  1. Home
  2. Software Engineering & Architecture
  3. Code Execution Engines
  4. Engine Compilation

探索子标签

  • Modular Compilation SystemsBuild processes that strip unused engine functionality to reduce binary size. **Distinct from Engine Compilation:** Distinct from Engine Compilation: focuses on the modular stripping of unused code during the build process.