2 रिपॉजिटरी
Systems for compiling source code into playable native executable binaries for desktop operating systems.
Distinct from OS Binary Compilation: The candidates were too specific to Python or OS kernel binaries; this covers general game executable production.
Explore 2 awesome GitHub repositories matching development tools & productivity · Executable Binary Toolchains. Refine with filters or upvote what's useful.
Peco is an interactive text filter and fuzzy finder for the terminal. It serves as a terminal user interface selection tool that filters standard input in real-time using fuzzy matching and regular expressions. The tool preserves and renders ANSI color escape sequences from piped input streams while performing matching logic on plain-text versions. It supports multi-stage filtering, allowing users to freeze result sets to create a new base for subsequent refinements. Capability areas include advanced search filtering with negative matching, multi-item selection, and the ability to pipe selec
Provides a toolchain to compile source code into a runnable native binary executable.
This project is a cross-platform game engine framework and build pipeline designed to produce playable executable binaries for desktop and Android devices. It provides a collection of core libraries for game development, including a native Android build system and a C++ build pipeline. The framework features a specialized bitmap font rendering system that displays stylized typography by mapping character indices to image atlases using coordinate and spacing metadata. It also implements a hardware abstraction layer to decouple application logic from graphics and audio drivers, ensuring portabl
Builds playable versions of the application for desktop operating systems using a compiler and a media layer.