awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
julianstorer avatar

julianstorer/JUCE

0
View on GitHub↗
8,585 estrellas·2,110 forks·C++·11 vistasjuce.com↗

JUCE

JUCE es un framework de aplicaciones C++ y librería GUI multiplataforma utilizada para construir aplicaciones de escritorio y móviles. Sirve como un framework de desarrollo para crear software de audio y plug-ins compatibles con los estándares VST, AU, AAX y LV2.

El framework incluye un sistema de integración de compilación que utiliza CMake para gestionar las configuraciones del proyecto y generar archivos de proyecto de IDE nativos. Esto permite que una única base de código C++ se despliegue en múltiples sistemas operativos.

Features

  • Plug-in Development - Serves as a comprehensive toolkit for creating audio software compatible with VST, AU, AAX, and LV2 standards.
  • C++ Application Frameworks - Provides a cross-platform framework for building desktop and mobile applications using the C++ language.
  • Cross-Platform Build Systems - Create a single codebase that runs across multiple desktop and mobile operating systems.
  • Audio Plugin Architectures - Provides a common interface mapping to industry-standard audio plugin formats like VST and AU.
  • Audio Software Engineering - Provides tools for developing high-performance audio processing software and plug-in hosts.
  • Cross-Platform Application Development - Enables the development of a single codebase that runs across multiple desktop and mobile operating systems.
  • Cross-Platform GUI Toolkits - Provides a comprehensive toolkit for developing graphical user interfaces that run across multiple operating systems from a single C++ codebase.
  • Build File Generators - Generates native project files for various build tools and IDEs from a high-level configuration.
  • IDE Project Generators - Translates high-level configuration files into native IDE project files for various operating systems.
  • C++ Project Templates - Provides standardized configurations and scaffolding for C++ libraries and executables using CMake.
  • CMake Integrations - Integrates CMake for managing project configurations and generating native IDE project files.
  • Project Configuration - Provides mechanisms to manage project setup and module integration through build system configurations.
  • Generics & Templates - Uses C++ templates and compile-time polymorphism to handle diverse data types and platform behaviors without runtime overhead.
  • Abstract Class Implementations - Implements platform-specific API details using abstract class patterns to ensure a single codebase runs across different operating systems.
  • Conditional Compilation Modules - Organizes code into discrete functional blocks that are conditionally compiled into the final binary.
  • UI Event Queues - Provides a centralized event queue to maintain thread-safe application state during user interface interactions.
  • C++ Frameworks and Libraries - Cross-platform C++ class library for software development.
  • General C++ Frameworks - Cross-platform C++ class library for software development.

Historial de estrellas

Gráfico del historial de estrellas de julianstorer/juceGráfico del historial de estrellas de julianstorer/juce

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a JUCE

Proyectos open-source similares, clasificados según cuántas características comparten con JUCE.
  • juce-framework/juceAvatar de juce-framework

    juce-framework/JUCE

    8,579Ver en GitHub↗

    JUCE is a comprehensive C++ audio framework and digital signal processing library used to build cross-platform audio applications, audio plug-ins, and high-performance user interfaces. It serves as a development kit for creating audio processors compatible with industry-standard plugin formats for digital audio workstations, as well as a tool for MIDI and Open Sound Control communication between musical hardware and software. The framework is distinguished by its ability to maintain a single codebase for native desktop and mobile applications across multiple operating systems. It provides a f

    C++aaxauaudio
    Ver en GitHub↗8,579
  • beeware/briefcaseAvatar de beeware

    beeware/briefcase

    3,216Ver en GitHub↗

    Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone applications. It functions as a deployment framework designed to package Python code into binaries for desktop, mobile, and web platforms. The project utilizes a plugin-based architecture, allowing users to extend platform support and integrate new operating systems or specialized installation formats into the build process. The system handles cross-platform development through a configuration-driven build process. This covers capabilities including project generation from templates

    Pythonapplicationpython
    Ver en GitHub↗3,216
  • apache/cordova-androidAvatar de apache

    apache/cordova-android

    3,786Ver en GitHub↗

    This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra

    JavaScript
    Ver en GitHub↗3,786
  • apache/incubator-weexAvatar de apache

    apache/incubator-weex

    13,622Ver en GitHub↗

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    C++
    Ver en GitHub↗13,622
Ver las 30 alternativas a JUCE→

Preguntas frecuentes

¿Qué hace julianstorer/juce?

JUCE es un framework de aplicaciones C++ y librería GUI multiplataforma utilizada para construir aplicaciones de escritorio y móviles. Sirve como un framework de desarrollo para crear software de audio y plug-ins compatibles con los estándares VST, AU, AAX y LV2.

¿Cuáles son las características principales de julianstorer/juce?

Las características principales de julianstorer/juce son: Plug-in Development, C++ Application Frameworks, Cross-Platform Build Systems, Audio Plugin Architectures, Audio Software Engineering, Cross-Platform Application Development, Cross-Platform GUI Toolkits, Build File Generators.

¿Qué alternativas de código abierto existen para julianstorer/juce?

Las alternativas de código abierto para julianstorer/juce incluyen: juce-framework/juce — JUCE is a comprehensive C++ audio framework and digital signal processing library used to build cross-platform audio… beeware/briefcase — Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone… apache/incubator-weex — Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating… apache/cordova-android — This project is an Android hybrid mobile framework that enables the development of applications running web content… premake/premake-core — Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine… therecipe/qt — This project provides a framework for building native graphical user interfaces that run consistently across desktop…