awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

41 repository-uri

Awesome GitHub RepositoriesMesh Processing APIs

Programmatic interfaces for interacting with and manipulating geometric mesh data.

Distinct from Mesh Networking: Distinct from network-based mesh implementations: focuses on geometric data structures and 3D modeling.

Explore 41 awesome GitHub repositories matching graphics & multimedia · Mesh Processing APIs. Refine with filters or upvote what's useful.

Awesome Mesh Processing APIs GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • moeru-ai/airiAvatar moeru-ai

    moeru-ai/airi

    41,040Vezi pe GitHub↗

    Airi is an interactive digital companion engine designed to bridge large language models with local animation rendering. It functions as a middleware platform that synchronizes conversational text streams with skeletal and facial movements to drive virtual avatars in real time. The framework distinguishes itself by integrating desktop context awareness, allowing characters to maintain situational awareness of a user's screen activity across both desktop and web environments. It utilizes a hybrid execution model that splits computational workloads between cloud-based language processing and lo

    Translates conversational text streams into synchronized skeletal and facial animation data using real-time inference.

    TypeScriptai-companionai-vtuberclawdbot
    Vezi pe GitHub↗41,040
  • libgdx/libgdxAvatar libgdx

    libgdx/libgdx

    24,816Vezi pe GitHub↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Provides skeletal animation systems to dynamically deform 3D meshes based on bone movement.

    Java2d3dandroid
    Vezi pe GitHub↗24,816
  • kwaivgi/liveportraitAvatar KwaiVGI

    KwaiVGI/LivePortrait

    18,632Vezi pe GitHub↗

    LivePortrait is a deep learning framework for portrait animation that transfers facial expressions from a driving video to a static image. It functions as an AI motion retargeting tool, mapping movements between different identities while preserving the unique features of the source portrait. The system includes specialized capabilities for cross-species portrait animation, adapting human-centric models to non-human subjects and animals. It also features a motion template generator that converts driving videos into portable files to accelerate inference and protect the identity of the origina

    Implements precise mapping of facial expressions from a driving video to a target portrait while preserving identity.

    Python
    Vezi pe GitHub↗18,632
  • tencent-hunyuan/hunyuan3d-2Avatar Tencent-Hunyuan

    Tencent-Hunyuan/Hunyuan3D-2

    14,016Vezi pe GitHub↗

    Hunyuan3D-2 is a machine learning framework designed to convert two-dimensional images into fully realized, textured three-dimensional meshes. It utilizes a generative artificial intelligence model to perform both shape construction and surface texture synthesis, enabling the automated creation of digital assets. The system distinguishes itself through a modular generative pipeline that separates geometry reconstruction from texture mapping. It employs multi-view image projection and latent diffusion techniques to ensure geometric consistency, while providing a plugin-based bridge architectur

    Provides a local service for automating the creation of digital assets through programmatic requests.

    Python3d3d-aigc3d-generation
    Vezi pe GitHub↗14,016
  • facebookresearch/animateddrawingsAvatar facebookresearch

    facebookresearch/AnimatedDrawings

    12,797Vezi pe GitHub↗

    AnimatedDrawings is a system for transforming static 2D drawings of humanoid figures into animated characters. It provides a workflow for character rigging, motion mapping, and scene assembly to turn hand-drawn sketches into moving visual sequences. The project utilizes a motion retargeting framework to map movement data from motion capture files onto custom character skeletons regardless of their physical proportions. It employs a rigging tool that uses pose estimation to automatically predict joint locations and create digital skeletons, which can be manually refined to improve animation ac

    Maps a skeletal structure of joint points to a 2D image to define bending and stretching.

    Python
    Vezi pe GitHub↗12,797
  • openai/shap-eAvatar openai

    openai/shap-e

    12,251Vezi pe GitHub↗

    Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language descriptions or two-dimensional images. It functions as a generative model capable of producing three-dimensional implicit functions and assets. The project includes a 3D latent encoder that converts trimeshes and 3D models into latent representations using point clouds and multiview renders. It utilizes an image-to-3D generator to produce assets from synthetic view images and a text-to-3D generator to build shapes from text prompts. The system implements a pipeline involving latent

    Implements a rendering pipeline where outputs are differentiable to optimize 3D shapes via gradient descent.

    Python
    Vezi pe GitHub↗12,251
  • saschawillems/vulkanAvatar SaschaWillems

    SaschaWillems/Vulkan

    11,998Vezi pe GitHub↗

    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

    Calculates final vertex positions by interpolating bone transformations and applying weighted influences from a skeleton.

    GLSLglslhlslslang
    Vezi pe GitHub↗11,998
  • nerfstudio-project/nerfstudioAvatar nerfstudio-project

    nerfstudio-project/nerfstudio

    11,737Vezi pe GitHub↗

    Nerfstudio este un framework de dezvoltare modular pentru antrenarea, vizualizarea și exportarea reprezentărilor de scene tridimensionale derivate din seturi de date de imagini bidimensionale. Oferă un pipeline de reconstrucție neuronală a scenei care convertește imaginile brute și datele camerei în active 3D de înaltă fidelitate și videoclipuri cinematografice folosind un renderer volumetric diferențiabil. Sistemul dispune de un vizualizator interactiv bazat pe web care permite utilizatorilor să monitorizeze progresul antrenamentului și să inspecteze geometria scenei neuronale în timp real. Decuplează arhitecturile rețelelor neuronale de bucla de antrenament printr-o interfață modulară standardizată, permițând dezvoltarea și experimentarea arhitecturilor personalizate de câmpuri de radianță neuronală. Framework-ul acoperă o gamă largă de capabilități, inclusiv preprocesarea seturilor de date pentru calculul poziției camerei, evaluarea fidelității modelului și generarea de secvențe video cinematografice prin interpolarea traiectoriei camerei. Include, de asemenea, utilitare pentru exportarea scenelor antrenate ca active 3D și nori de puncte pentru utilizare în software-uri de modelare externe. Execuția hardware consistentă este susținută prin medii containerizate care includ drivere grafice și dependențe de sistem.

    Implements a differentiable rendering pipeline to optimize 3D scene geometry from 2D image data.

    Python
    Vezi pe GitHub↗11,737
  • facebookresearch/pytorch3dAvatar facebookresearch

    facebookresearch/pytorch3d

    9,902Vezi pe GitHub↗

    PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds and complex 3D surface geometries. It provides a collection of reusable components and data structures for deep learning with 3D data, including a framework for training and evaluating neural radiance fields to enable photorealistic view synthesis. The project features a differentiable 3D renderer that converts meshes and point clouds into 2D images while allowing gradients to flow back into the geometry and textures. This enables 3D shape optimization, where mesh geometry, te

    Provides programmatic interfaces for processing and transforming triangle meshes and point clouds using tensor operations.

    Python
    Vezi pe GitHub↗9,902
  • cocos-creator/engineAvatar cocos-creator

    cocos-creator/engine

    9,671Vezi pe GitHub↗

    Acest proiect este un motor de jocuri cross-platform și un toolkit de dezvoltare conceput pentru crearea de jocuri 2D și 3D de înaltă performanță. Servește drept motor de randare grafică 3D și framework de jocuri bazat pe web care permite implementarea aplicațiilor pe medii mobile, desktop și web dintr-un singur codebase. Motorul dispune de un pipeline de randare configurabil care suportă atât căi de randare forward, cât și deferred. Utilizează un strat de abstractizare grafică cross-platform și traducere universală de shadere pentru a asigura un output vizual consistent pe diferite hardware-uri și platforme. Toolkit-ul include sisteme integrate pentru randare bazată pe fizică (PBR), animații scheletice și simulări fizice în timp real pentru coliziuni și mișcare. Capabilitățile suplimentare acoperă generarea de efecte de particule, editarea geometriei terenului și construcția de elemente complexe de interfață utilizator.

    Ships a skeletal animation system for deforming 3D meshes using bone hierarchies and vertex weights.

    C++
    Vezi pe GitHub↗9,671
  • cocos/cocos-engineAvatar cocos

    cocos/cocos-engine

    9,651Vezi pe GitHub↗

    Cocos Engine is a cross-platform game engine designed for building high-performance 2D and 3D interactive experiences for web, mobile, and desktop platforms. It features a multi-backend rendering engine and a 2D and 3D physics simulator, utilizing a core architecture that combines a C++ runtime for performance with TypeScript for game logic scripting. The engine distinguishes itself through a multi-platform deployment system that packages projects for native operating systems and instant-play web ecosystems. Its graphics system supports multiple APIs, employing physically based rendering and

    Implements skeletal animation for deforming 3D meshes using bone structures and vertex weights.

    C++3dcocoscocoscreator
    Vezi pe GitHub↗9,651
  • gcssloop/androidnoteAvatar GcsSloop

    GcsSloop/AndroidNote

    9,332Vezi pe GitHub↗

    AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive guidance on application architecture, custom view development, and advanced graphics programming. The project is distinguished by its depth in visual implementation, covering pseudo-3D perspective projections via virtual cameras and complex 2D rendering using Bézier curves and PorterDuff color blending. It also provides detailed methodologies for app modularization and the management of internal libraries through private Maven repositories and JitPack. The reference surface ext

    Manipulates vertices and meshes to warp and distort bitmaps and canvas graphics.

    Javaandroidandroid-studiocustom-view
    Vezi pe GitHub↗9,332
  • o3de/o3deAvatar o3de

    o3de/o3de

    8,954Vezi pe GitHub↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Creates optimized collider assets from 3D source meshes using triangle meshes, primitives, or convex hulls.

    C++3d-graphics3d-graphics-engineanimation
    Vezi pe GitHub↗8,954
  • yemount/pose-animatorAvatar yemount

    yemount/pose-animator

    8,843Vezi pe GitHub↗

    Pose-animator is a system that maps real-time body and face tracking data to 2D vector illustrations. It functions as a skeletal animation engine and motion controller that translates human keypoint recognition into instantaneous SVG path updates. The project enables real-time motion capture from webcam feeds and pose extraction from static images. It utilizes a skeletal rig to link virtual bones to vector character surfaces, allowing for the animation of custom characters and interactive avatars. The tool incorporates client-side machine learning inference for processing camera frames, coor

    Functions as a skeletal animation engine that moves vector character surfaces via a virtual rig.

    JavaScript
    Vezi pe GitHub↗8,843
  • godotengine/godot-demo-projectsAvatar godotengine

    godotengine/godot-demo-projects

    8,250Vezi pe GitHub↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    Rigs 2D characters with skeletal hierarchies and bones to enable fluid movement via inverse kinematics.

    GDScript
    Vezi pe GitHub↗8,250
  • zeux/meshoptimizerAvatar zeux

    zeux/meshoptimizer

    7,283Vezi pe GitHub↗

    meshoptimizer is a 3D mesh optimization library designed to compress geometry and animation data, reduce memory usage, and improve rendering performance. It functions as a geometry simplification tool, a mesh compression codec, and a utility for preparing data for mesh shaders and raytracing acceleration. The library provides specialized toolsets for partitioning meshes into clusters and meshlets to optimize hardware-accelerated rendering pipelines. It also includes helpers for generating opacity micromaps and spatial clusters to increase the speed of hardware ray-triangle intersection tests.

    Simplifies meshes by lowering triangle counts while preserving geometric appearance and attribute seams.

    C++compressiongltfgpu
    Vezi pe GitHub↗7,283
  • google-deepmind/graphcastAvatar google-deepmind

    google-deepmind/graphcast

    6,680Vezi pe GitHub↗

    GraphCast is a machine learning model that uses graph neural networks to produce global weather forecasts up to ten days ahead at high spatial resolution. The system represents the Earth's surface as an icosahedral mesh, enabling message passing between mesh nodes to capture atmospheric dynamics, and combines this with a learned multiscale processor that operates across coarse-to-fine mesh resolutions. The model is trained on historical ERA5 reanalysis data through a supervised learning objective, and its autoregressive rollout loop feeds predictions back as input to generate multi-step forec

    Converts regular latitude-longitude grids into triangular icosahedral meshes for graph network processing.

    Pythonweatherweather-forecast
    Vezi pe GitHub↗6,680
  • valvesoftware/openvrAvatar ValveSoftware

    ValveSoftware/openvr

    6,615Vezi pe GitHub↗

    OpenVR is a software development kit and runtime that provides a unified API for accessing virtual reality hardware from multiple manufacturers. It abstracts vendor-specific headsets, controllers, and tracking systems into a common interface, enabling applications to work across different VR devices without requiring hardware-specific code. The SDK handles core VR operations including stereoscopic frame submission to a compositor, headset and controller tracking, and input binding that maps abstract application actions to physical device controls. The runtime is built around a modular driver

    Delivers hand and body animation data through a dedicated API for VR skeletal tracking devices.

    C++hardwareopenvr-sdksdk
    Vezi pe GitHub↗6,615
  • hiloteam/hiloAvatar hiloteam

    hiloteam/Hilo

    5,932Vezi pe GitHub↗

    Hilo is an HTML5 game engine for building 2D games that run across browsers and devices. It renders graphics through Canvas, DOM, or WebGL backends, automatically selecting the best option for the target environment. The engine provides a complete game development solution with sprite, skeletal, and particle animation, along with a texture atlas system for efficient image loading and rendering. The framework distinguishes itself through its integration of the DragonBones skeletal animation engine, which drives bone-based character movement without frame-by-frame sprites, and its Chipmunk phys

    Integrates the DragonBones skeletal animation engine for bone-based character movement.

    JavaScriptcanvasgamehilo
    Vezi pe GitHub↗5,932
  • orillusion/orillusionAvatar Orillusion

    Orillusion/orillusion

    5,188Vezi pe GitHub↗

    Orillusion este un motor de randare 3D WebGPU conceput pentru scene de înaltă fidelitate și efecte vizuale în browser. Funcționează ca un framework de calcul GPU pentru operațiuni matematice paralele și un pipeline grafic de randare bazat pe fizică pentru materiale și suprafețe realiste. Sistemul include, de asemenea, un toolkit de animație 3D bazat pe web pentru a conduce animații scheletice și a interpola pozițiile vertex-urilor. Motorul se distinge prin utilizarea unui sistem de entități-componente pentru logica scenei și un sistem de generare de shadere bazat pe macro-uri care creează variante multiple de shadere. Optimizează performanța prin gestionarea buffer-elor mapate în memorie pentru a reduce overhead-ul de schimb de date între CPU și GPU. Proiectul acoperă o gamă largă de capabilități grafice, inclusiv randare clustered forward, iluminare globală bazată pe probe și un pipeline de post-procesare cu efecte precum god rays volumetrice și depth of field. De asemenea, integrează fizică accelerată GPU pentru particule și fluide, detectarea coliziunilor și interfețe utilizator accelerate hardware.

    Implements 3D mesh deformation using hierarchical bone structures and vertex weights for character movement.

    TypeScript3dgraphicshtml5
    Vezi pe GitHub↗5,188
Înapoi123Înainte
  1. Home
  2. Graphics & Multimedia
  3. Mesh Processing APIs

Explorează sub-etichetele

  • Differentiable Mesh Manipulations1 sub-tagOperations on 3D meshes using differentiable tensors to allow gradient flow for optimization. **Distinct from Mesh Processing APIs:** Specifically focuses on differentiable operations for deep learning, whereas the parent is a general API for manipulation.
  • Generative Mesh APIs1 sub-tagProgrammatic interfaces for triggering automated 3D asset and texture generation. **Distinct from Mesh Processing APIs:** Distinct from Mesh Processing APIs: focuses on generative creation services rather than manual mesh manipulation.
  • Grid-to-Mesh Spatial ModelingConverting regular latitude-longitude grids into triangular icosahedral meshes for graph network processing. **Distinct from Mesh Processing APIs:** Distinct from Mesh Processing APIs: focuses on converting gridded spatial data to meshes for graph networks, not general mesh manipulation.
  • Mesh-Based Collision GeometryUtilities for mapping vertex and index buffers to physics engines for collision detection. **Distinct from Mesh Processing APIs:** Distinct from general mesh processing: focuses on collision geometry generation for physics engines.
  • Skeletal Animation15 sub-tag-uriTechniques for deforming 3D meshes using hierarchical bone structures and vertex weights. **Distinct from Mesh Processing APIs:** Distinct from general mesh processing: focuses specifically on skeletal deformation and skinning.