awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesApplication Definitions

Patterns for initializing and configuring terminal application instances.

Distinguishing note: Focuses on the entry-point definition of terminal apps rather than general application scaffolding.

Explore 2 awesome GitHub repositories matching web development · Application Definitions. Refine with filters or upvote what's useful.

Awesome Application Definitions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • textualize/textualAvatar Textualize

    Textualize/textual

    36,285Vezi pe GitHub↗

    This project is a framework for building interactive, graphical-style terminal applications. It provides a declarative component model that organizes user interfaces into a tree of nested widgets, each managing its own lifecycle, state, and rendering. By subclassing the base application class, developers can construct complex, keyboard-navigable interfaces that run directly within terminal emulators. The framework distinguishes itself through a reactive architecture and a CSS-based layout engine. It uses a reactive attribute system to automatically track state changes and trigger targeted int

    Provides a base class to configure CSS paths, driver settings, and initial screen layouts.

    Pythoncliframeworkpython
    Vezi pe GitHub↗36,285
  • f3d-app/f3dAvatar f3d-app

    f3d-app/f3d

    4,137Vezi pe GitHub↗

    f3d is a fast 3D model viewer and rendering engine designed for visualizing 3D meshes, CAD files, and point clouds. It operates across multiple deployment profiles, functioning as a lightweight desktop application, a scientific data visualizer for volumetric and scalar datasets, a headless rendering engine for automated image generation, and a WebAssembly-based renderer for web applications. The project distinguishes itself through specialized support for Gaussian Splatting scene reconstructions and the ability to visualize complex scientific formats such as VTK, NetCDF, and HDF. It features

    Defines rendering options and application behavior using JSON files with pattern matching for different file types.

    C++3d3d-graphics3d-viewer
    Vezi pe GitHub↗4,137
  1. Home
  2. Web Development
  3. Application Definitions

Explorează sub-etichetele

  • Rendering Option DefinitionsStructured definitions for rendering behavior and options, often supporting pattern matching for file types. **Distinct from Application Definitions:** Focuses on 3D rendering behavior and file-type patterns rather than terminal app initialization.