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
·

4 Repos

Awesome GitHub RepositoriesTexture Loaders

Utilities for importing image files into application memory for rendering as textures.

Distinct from Image Loading Libraries: Distinct from image loading libraries: focuses on loading images specifically for GPU texture rendering.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Texture Loaders. Refine with filters or upvote what's useful.

Awesome Texture Loaders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hoffstadt/dearpyguiAvatar von hoffstadt

    hoffstadt/DearPyGui

    15,217Auf GitHub ansehen↗

    DearPyGui is a GPU-accelerated, immediate-mode graphical user interface framework for Python. It provides a high-performance toolkit for building interactive desktop applications by leveraging native hardware-accelerated rendering backends across multiple operating systems. By utilizing an immediate-mode execution model, the library offers direct control over the rendering loop and element state, enabling the creation of responsive, dynamic interfaces. The framework distinguishes itself through its ability to handle complex, high-frequency visual updates, making it suitable for real-time data

    Imports image files from disk to provide pixel data for rendering as textures.

    C++cppcross-platformdearpygui
    Auf GitHub ansehen↗15,217
  • saschawillems/vulkanAvatar von SaschaWillems

    SaschaWillems/Vulkan

    11,998Auf GitHub ansehen↗

    This project serves as a comprehensive educational framework and reference library for mastering high-performance graphics programming and parallel compute resource management. It provides a collection of practical implementations designed to demonstrate the explicit control required by the Vulkan API, covering the fundamental mechanics of modern graphics pipelines and cross-platform hardware interaction. The repository distinguishes itself by focusing on the low-level architectural requirements of modern GPU development, including manual memory allocation, multi-threaded command recording, a

    Imports GPU-ready texture files directly from disk to improve loading performance and support pre-computed mipmap chains.

    GLSLglslhlslslang
    Auf GitHub ansehen↗11,998
  • armory3d/armortoolsAvatar von armory3d

    armory3d/armortools

    3,933Auf GitHub ansehen↗

    Armortools is a 3D PBR texture painting suite and mesh texture workflow tool. It provides a system for painting physically based rendering materials directly onto 3D meshes using a combination of layer and mask support, a GPU-accelerated texture baker for extracting geometry data from high-polygon models, and a node-based material editor for creating procedural textures. The software features integrated neural network tools for AI texture authoring, allowing the generation of PBR maps from text prompts, image-based material extraction, and texture upscaling via local nodes. It also implements

    Loads image files into a node editor for use as GPU textures within projects.

    C3darmorpaintpainting
    Auf GitHub ansehen↗3,933
  • gpac/gpacAvatar von gpac

    gpac/gpac

    3,205Auf GitHub ansehen↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Loads JPG, PNG, or EVG Canvas content into a WebGL texture for use in shaders.

    Catsc3broadcastcenc
    Auf GitHub ansehen↗3,205
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Swift Projects
  7. Image Loading Libraries
  8. Texture Loaders

Unter-Tags erkunden

  • CompressedImports GPU-ready compressed texture formats directly into graphics memory. **Distinct from Texture Loaders:** Distinct from Texture Loaders: focuses on loading compressed formats like KTX for performance rather than general image loading.