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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesWeb Page Navigation

The process of resolving URLs and processing them through a rendering pipeline to display web content.

Distinct from Embedded Browser URL Loads: Candidates focus on URL routing, editor navigation, or specific embedded loads rather than the general engine navigation flow.

Explore 3 awesome GitHub repositories matching web development · Web Page Navigation. Refine with filters or upvote what's useful.

Awesome Web Page Navigation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gosub-io/gosub-engineAvatar von gosub-io

    gosub-io/gosub-engine

    3,673Auf GitHub ansehen↗

    Gosub-engine is an HTML5 browser engine and web rendering pipeline that parses HTML5 and CSS3 to compute layout and render web content to pixels. It functions as a JavaScript runtime environment with a virtual machine and event loop for handling dynamic logic and asynchronous tasks. The system also includes a web storage manager for persisting cookies, local storage, and session storage. The project features a headless browser renderer capable of generating page images or extracting plain text without a visible window. It supports cross-platform graphics rendering through pluggable CPU and GP

    Loads web pages by processing specified URLs through a rendering pipeline to produce visual output.

    Rustbrowserhtml5rust
    Auf GitHub ansehen↗3,673
  • szhsin/react-menuAvatar von szhsin

    szhsin/react-menu

    1,219Auf GitHub ansehen↗

    React Menu is a library for building accessible, keyboard-navigable dropdown and context menus within web applications. It provides a set of tools for creating complex, hierarchical navigation structures that support unlimited submenu nesting and standard accessibility patterns for screen reader compatibility. The library distinguishes itself through a focus on dynamic layout and positioning, utilizing real-time collision detection to adjust menu placement relative to anchor elements and viewport boundaries. It employs a portal-based rendering strategy to prevent clipping and z-index conflict

    Provides tools for creating complex, hierarchical navigation structures and interactive selection menus.

    JavaScriptaccessibilitycheckboxcontextmenu
    Auf GitHub ansehen↗1,219
  • adtile/fixed-navAvatar von adtile

    adtile/fixed-nav

    931Auf GitHub ansehen↗

    Fixed-nav is a client-side JavaScript library for building responsive, touch-friendly navigation menus on single-page websites. It pins navigation bars to the screen viewport so control interfaces remain persistently accessible as users scroll through long content. The library automatically monitors scroll positions against document boundaries to highlight active section indicators in real time. When navigation links are selected, it animates viewport transitions to target sections using hardware-accelerated timing functions instead of abrupt jumps. Additional capabilities include dimming ba

    Provides a responsive web navigation library for building touch-friendly one-page menus with smooth scrolling.

    JavaScript
    Auf GitHub ansehen↗931
  1. Home
  2. Web Development
  3. Web Page Navigation

Unter-Tags erkunden

  • Navigation Component LibrariesToolsets for creating complex, hierarchical navigation structures in web applications. **Distinct from Web Page Navigation:** Distinct from general web page navigation: focuses on the UI component library for building menus, not the browser's navigation engine.