awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asset Loading and Resolution · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesAsset Loading and Resolution

Utilities dedicated to the runtime retrieval, path transformation, and specific format loading of assets.

Explore 3 awesome GitHub repositories matching web development · Asset Loading and Resolution. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Web Infrastructure and Deployment
  4. Asset Management & Build Tools
  5. Asset Loading and Resolution

Awesome Asset Loading and Resolution GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • mrdoob/three.js

    mrdoob/three.js

    110,982GitHubView on GitHub↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these defini

    JavaScript3daugmented-realitycanvas
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Asset ExportersFrameworks that convert 3D scenes, geometries, and textures into standard industry-compatible file formats.
  • Asset Loaders1 sub-tagUtilities that ingest data files and convert them into native objects for application use.
  • Asset URL ResolversMechanisms that resolve and map static asset file paths to usable resource identifiers during development and production.
  • Texture Loaders
Tools for managing and loading various texture formats, including compressed and video-based data, for 3D rendering.