awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesSoftware Development Tooling

Infrastructure and tools for maintaining large-scale software systems.

Distinguishing note: Focuses on large-scale software maintenance and tooling rather than general development.

Explore 8 awesome GitHub repositories matching software engineering & architecture · Software Development Tooling. Refine with filters or upvote what's useful.

Awesome Software Development Tooling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • agarrharr/awesome-cli-appsAvatar de agarrharr

    agarrharr/awesome-cli-apps

    18,722Ver en GitHub↗

    This project is a curated directory of command line applications and utilities designed to enhance developer productivity and streamline technical workflows. It serves as a comprehensive index of open-source software, categorizing tools that assist with system administration, development automation, and personal task management. The repository distinguishes itself by providing a structured collection of terminal-based software that spans diverse functional domains. It includes resources for managing infrastructure and cloud resources, performing code maintenance, and customizing terminal envi

    Supports software maintenance and development automation tasks directly from the terminal.

    Shellawesomeawesome-listcli
    Ver en GitHub↗18,722
  • monogame/monogameAvatar de MonoGame

    MonoGame/MonoGame

    14,024Ver en GitHub↗

    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

    Supports the development of high-performance applications requiring precise control over hardware input and real-time rendering.

    C#3dc-sharpcross-platform
    Ver en GitHub↗14,024
  • thecherno/hazelAvatar de TheCherno

    TheCherno/Hazel

    13,006Ver en GitHub↗

    Hazel is a C++ game development framework and 3D graphics rendering engine designed for building high-performance interactive software. It provides a foundational architecture that enables the construction of desktop applications through native hardware acceleration. The project includes a dedicated game engine editor that allows for the design and testing of interactive 3D and 2D scenes within a unified environment. This editor utilizes an immediate mode interface to maintain synchronization with the engine state, while a hardware-agnostic abstraction layer handles rendering commands across

    Offers a foundational engine architecture for constructing high-performance interactive desktop applications.

    C++
    Ver en GitHub↗13,006
  • microsoft/language-server-protocolAvatar de microsoft

    microsoft/language-server-protocol

    12,594Ver en GitHub↗

    The Language Server Protocol is a vendor-neutral communication framework that provides a standardized interface for code intelligence. It decouples language-specific analysis from the editor interface, allowing development tools to exchange structured data with external language servers to power features such as autocomplete, diagnostics, and symbol navigation. By utilizing a universal protocol schema, the framework enables cross-editor plugin development and ensures interoperability across different programming environments. It employs a capability negotiation handshake to establish a shared

    Creates a consistent interface for development tools to exchange data with language servers, ensuring reliable interoperability.

    HTML
    Ver en GitHub↗12,594
  • steven2358/awesome-generative-aiAvatar de steven2358

    steven2358/awesome-generative-ai

    12,151Ver en GitHub↗

    This project serves as a comprehensive, curated directory of resources, tools, and platforms dedicated to the generative artificial intelligence ecosystem. It functions as a central hub for developers and researchers to discover the frameworks, models, and services necessary for building, deploying, and managing intelligent software applications. The directory distinguishes itself by providing a structured index of specialized tooling across several technical domains. It covers the full lifecycle of generative AI, including the development of autonomous agent systems, the implementation of re

    Offers infrastructure and tools for maintaining large-scale software systems and accelerating development.

    aiartificial-intelligenceawesome
    Ver en GitHub↗12,151
  • witheve/eveAvatar de witheve

    witheve/Eve

    7,225Ver en GitHub↗

    Eve is a domain-specific language IDE and integrated logic editor that combines a custom programming language with a dedicated editor to define application logic and state. It functions as a reactive state management system that monitors state variables and automatically triggers functional responses. The environment features an integrated runtime-editor loop that couples the language execution environment with the text editor to accelerate the development cycle. This setup enables the definition of software behavior and state transitions using an embedded domain-specific language. The proje

    Integrates a programming language with a dedicated environment to streamline the software writing process.

    TypeScriptdatabaseeveide
    Ver en GitHub↗7,225
  • processing/processingAvatar de processing

    processing/processing

    6,487Ver en GitHub↗

    Processing is a creative coding environment and Java graphics library designed for writing visual sketches that produce interactive 2D and 3D graphics and animations. It runs on the Java Virtual Machine, using an OpenGL-based hardware-accelerated rendering pipeline, and operates on a sketch-based execution model where programs run as continuous loops of setup and draw functions with event-driven input handling for keyboard, mouse, and window interactions. The environment distinguishes itself as a cross-platform sketch tool that runs visual programs unchanged on desktop, web, Android, and Rasp

    A framework for building real-time visual applications with input handling, animation, and multimedia support.

    Java
    Ver en GitHub↗6,487
  • egret-labs/egret-coreAvatar de egret-labs

    egret-labs/egret-core

    4,013Ver en GitHub↗

    egret-core es un motor de juegos multiplataforma y framework de aplicaciones móviles utilizado para desarrollar software 2D y 3D para Android, iOS y Windows. Sirve como un motor de gráficos multiplataforma y manejador de entrada diseñado para mantener una salida visual y un comportamiento de interacción consistentes en diferentes hardware. El proyecto proporciona una suite de física y animación de juegos que integra bibliotecas externas para animaciones esqueléticas, sistemas de partículas y simulaciones físicas complejas. Utiliza una capa de abstracción de hardware para estandarizar las interacciones táctiles, de teclado y de ratón en múltiples sistemas operativos. El framework incluye una tubería de gráficos unificada para renderizar elementos bidimensionales y tridimensionales, junto con herramientas para la construcción de interfaces gráficas de usuario. También cuenta con un sistema de gestión de recursos para controlar la carga y el ciclo de vida de archivos de audio y texturas. La inicialización del proyecto es compatible mediante una utilidad de línea de comandos que genera estructuras de directorios a partir de plantillas de aplicación predefinidas.

    Provides a framework for building high-performance interactive software with built-in UI and resource management.

    JavaScript
    Ver en GitHub↗4,013
  1. Home
  2. Software Engineering & Architecture
  3. Software Development Tooling

Explorar subetiquetas

  • Interactive Application FrameworksFrameworks for developing high-performance applications requiring precise control over hardware input, audio, and real-time rendering. **Distinct from Software Development Tooling:** Distinct from general software tooling: focuses on the framework-level requirements for real-time interactive software development.