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
·

2 repositorios

Awesome GitHub RepositoriesMusic Notation Rendering

Capabilities for rendering musical scores and notation within a web page.

Distinct from Multimedia Playback: Distinct from Multimedia Playback by focusing on the visual rendering of notation rather than audio decoding.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Music Notation Rendering. Refine with filters or upvote what's useful.

Awesome Music Notation Rendering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jerryc127/hexo-theme-butterflyAvatar de jerryc127

    jerryc127/hexo-theme-butterfly

    8,316Ver en GitHub↗

    Hexo Theme Butterfly is a visual template for Hexo that transforms Markdown content into a responsive website featuring card-based layouts. It functions as a technical content renderer capable of displaying complex data such as mathematical formulas, Mermaid diagrams, and interactive charts within blog posts. The interface is PWA enabled, utilizing service workers and manifest files to provide offline access and installation on mobile devices. The theme distinguishes itself through a wide array of specialized content rendering tools, including musical score rendering, chronological timelines,

    Displays musical scores on the page using music notation syntax.

    JavaScriptbutterflyhexohexo-theme
    Ver en GitHub↗8,316
  • 0xfe/vexflowAvatar de 0xfe

    0xfe/vexflow

    4,332Ver en GitHub↗

    VexFlow is a music notation rendering library and score generator written in TypeScript. It programmatically draws musical scores, staves, and notes for display in web browsers and Node.js environments using SVG or HTML Canvas. The library provides a specialized engine for rendering guitar tablature, including the ability to draw tab staves and fret-based modifiers such as bends and vibrato. It allows for the generation of notation through both a high-level API using shorthand strings and a low-level API for granular control over visual elements. Its capabilities cover the programmatic compo

    Provides programmatic rendering of musical scores and notation for web browsers and documents.

    TypeScript
    Ver en GitHub↗4,332
  1. Home
  2. Graphics & Multimedia
  3. Multimedia Playback
  4. Music Notation Rendering

Explorar subetiquetas

  • High-Level Composition APIsSimplified programmatic interfaces for creating musical scores without managing low-level rendering details. **Distinct from Music Notation Rendering:** Distinct from the general rendering of notation by focusing on the simplified input API.
  • Shorthand String ParsersParsers that convert simplified text strings into structured music notation objects. **Distinct from Music Notation Rendering:** Distinct from general music notation rendering as it specifically handles the conversion from shorthand strings.