awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • codecombat/codecombatالصورة الرمزية لـ codecombat

    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/sqlcipherالصورة الرمزية لـ sqlcipher

    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/echoالصورة الرمزية لـ timi-liuliang

    timi-liuliang/echo

    983عرض على GitHub↗

    Echo هو محرك ألعاب عبر المنصات مصمم لتطوير المشاريع التفاعلية ثنائية وثلاثية الأبعاد. يوفر بيئة موحدة تدمج إدارة المشهد، والبرمجة النصية المرئية، وعرض الرسومات في سير عمل واحد، مما يسمح للمطورين ببناء ونشر التطبيقات عبر منصات سطح المكتب، والهاتف المحمول، والويب. يتميز المحرك ببنية قائمة على العقد تحكم كلاً من تنظيم المشهد ومنطق اللعبة. من خلال استخدام أداة برمجة نصية مرئية ورسم بياني لتظليل تدفق البيانات، يمكن للمستخدمين تحديد سلوكيات معقدة ومواد مخصصة يتم تجميعها في كود آلة فعال في وقت التشغيل. يتم استكمال هذا النهج بنظام ربط تفاعلي قائم على الخصائص، والذي يزامن القيم تلقائياً عبر تسلسل المشهد الهرمي للحفاظ على الاتساق أثناء التنفيذ. تتضمن المنصة خط أنابيب عرض قابلاً للتخصيص يدعم تقنيات الصناعة القياسية مثل العرض القائم على الفيزياء وتتبع الأشعة. لضمان الأداء وقابلية النقل، يتميز المحرك بنظام تجميع معياري يزيل الوظائف غير المستخدمة أثناء عملية البناء، مما يقلل من بصمة التطبيق النهائية. تتم إدارة المشاريع من خلال هيكل شجري موحد يتعامل مع الكيانات، والمكونات، والنماذج الأولية، بينما تسمح واجهة الجدول الزمني المرئي بتسلسل خصائص الكائن ومشغلات المنطق.

    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.