awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nvidiagameworks/kaolin

Open-source alternatives to Kaolin

30 open-source projects similar to nvidiagameworks/kaolin, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kaolin alternative.

  • pointcloudlibrary/pclالصورة الرمزية لـ PointCloudLibrary

    PointCloudLibrary/pcl

    11,028عرض على GitHub↗

    The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing large-scale 3D spatial datasets. It provides a framework for 3D point cloud processing, incorporating tools for spatial data filtering and geometric feature estimation. The library includes specialized systems for aligning multiple spatial datasets into a single unified coordinate system and a rendering engine for the visual inspection and analysis of processed point cloud data. It also features tools for calculating spatial descriptors to identify structural patterns and shapes within

    C++c-plus-pluscomputer-visioncpp
    عرض على GitHub↗11,028
  • facebookresearch/pytorch3dالصورة الرمزية لـ facebookresearch

    facebookresearch/pytorch3d

    9,902عرض على 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

    Python
    عرض على GitHub↗9,902
  • dmlc/dglالصورة الرمزية لـ dmlc

    dmlc/dgl

    14,283عرض على GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    عرض على GitHub↗14,283

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • daniilidis-group/neural_rendererالصورة الرمزية لـ daniilidis-group

    daniilidis-group/neural_renderer

    1,165عرض على GitHub↗

    Neural renderer is a differentiable rendering library for PyTorch that projects three-dimensional meshes into two-dimensional images while maintaining continuous mathematical gradients for backpropagation. The framework enables gradient-based inverse rendering, allowing optimization of input parameters such as camera pose, vertex positions, and texture maps by propagating pixel-level reconstruction errors backward to the source geometry. The architecture incorporates approximate rasterisation gradients that substitute discontinuous edge derivatives with heuristic approximations to facilitate

    Python
    عرض على GitHub↗1,165
  • zylo117/yet-another-efficientdet-pytorchالصورة الرمزية لـ zylo117

    zylo117/Yet-Another-EfficientDet-Pytorch

    5,245عرض على GitHub↗

    This project is a PyTorch implementation of the EfficientDet architecture designed for real-time object detection. It provides a neural network and inference engine capable of identifying and locating multiple objects within images or video streams. The implementation includes pretrained computer vision models with optimized weights, enabling immediate inference and fine-tuning without the need for training from scratch. The project covers the full pipeline for computer vision model optimization, including custom object detection training and model weight optimization. It incorporates struct

    Jupyter Notebookbifpndetectionefficientdet
    عرض على GitHub↗5,245
  • nerfstudio-project/nerfstudioالصورة الرمزية لـ nerfstudio-project

    nerfstudio-project/nerfstudio

    11,737عرض على GitHub↗

    Nerfstudio is a modular development framework for training, visualizing, and exporting three-dimensional scene representations derived from two-dimensional image datasets. It provides a neural scene reconstruction pipeline that converts raw images and camera data into high-fidelity 3D assets and cinematic video using a differentiable volumetric renderer. The system features an interactive web-based visualizer that allows users to monitor training progress and inspect neural scene geometry in real time. It decouples neural network architectures from the training loop through a standardized mod

    Python
    عرض على GitHub↗11,737
  • playcanvas/engineالصورة الرمزية لـ playcanvas

    playcanvas/engine

    16,051عرض على GitHub↗

    This project is a WebGL 3D game engine and comprehensive suite of tools for rendering high-performance 3D graphics and interactive scenes in the browser using WebGL and WebGPU. It provides a dedicated WebXR framework for building augmented and virtual reality experiences that run directly in a web browser. The engine includes a specialized Gaussian splatting renderer for displaying 3D point-cloud data to create photorealistic environmental captures. It utilizes a glTF asset pipeline to load and stream compressed 3D models and textures for efficient asset delivery. The system covers real-time

    JavaScript
    عرض على GitHub↗16,051
  • microsoft/directxtkالصورة الرمزية لـ microsoft

    microsoft/DirectXTK

    2,781عرض على GitHub↗

    DirectXTK is a C++ library designed to simplify 2D and 3D graphics, audio, and input programming for DirectX applications. It serves as a comprehensive toolkit providing high-level wrappers for DirectX graphics, audio management, and input handling. The toolkit includes a graphics wrapper for loading textures and rendering 3D models and 2D sprites, alongside a dedicated audio manager for sound effects and 3D spatial audio. It also provides an input handler to track and process state updates from keyboards, mice, and gamepads. The library covers a broad capability surface including 3D math an

    C++cpp-librarydesktopdirectx
    عرض على GitHub↗2,781
  • oframe/oglالصورة الرمزية لـ oframe

    oframe/ogl

    4,540عرض على GitHub↗

    ogl is a WebGL graphics library and 3D scene graph engine designed for rendering three-dimensional scenes. It provides a lightweight framework for managing geometries and coordinating spatial transformations within a hierarchical system. The project includes a PBR shader system for creating realistic materials and a GPGPU computation framework for performing large-scale general-purpose calculations and particle simulations on the graphics processor. It also features a post-processing suite for applying visual filters to rendered scenes via frame buffers. The library covers broader capabiliti

    JavaScript
    عرض على GitHub↗4,540
  • f3d-app/f3dالصورة الرمزية لـ f3d-app

    f3d-app/f3d

    4,137عرض على 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

    C++3d3d-graphics3d-viewer
    عرض على GitHub↗4,137
  • chenyuntc/simple-faster-rcnn-pytorchالصورة الرمزية لـ chenyuntc

    chenyuntc/simple-faster-rcnn-pytorch

    4,034عرض على GitHub↗

    This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a framework for identifying multiple object classes and their corresponding bounding boxes within images using a deep learning system. The implementation includes a training pipeline for optimizing models on custom datasets and a utility for converting pretrained weights from external formats into a compatible structure for model initialization. The system covers a two-stage detection pipeline comprising a region proposal network and an ROI pooling layer. It incorporates multi-task los

    Jupyter Notebookcupyfaster-rcnnobject-detection
    عرض على GitHub↗4,034
  • viser-project/viserالصورة الرمزية لـ viser-project

    viser-project/viser

    2,633عرض على GitHub↗

    Viser is a Python 3D visualization framework and remote scene server that renders 3D primitives, point clouds, and meshes in a web browser. It functions as a server-client system that synchronizes scene state and camera poses to a web client via WebSockets. The framework provides specialized capabilities for robotics and computer vision, including a URDF robot visualizer for loading robot models and joint states, as well as a GPU-accelerated Gaussian splatting viewer for high-fidelity volumetric rendering. It also supports the visualization of human body models and skinned meshes for pose ana

    Pythonpythonvisualizationweb
    عرض على GitHub↗2,633
  • googlewebcomponents/model-viewerالصورة الرمزية لـ GoogleWebComponents

    GoogleWebComponents/model-viewer

    8,142عرض على GitHub↗

    model-viewer is a web component used to render and interact with three-dimensional models directly in a web browser. It functions as a glTF 3D model renderer and an interactive WebGL component, encapsulating a 3D rendering pipeline within a custom HTML element. The project enables web-based augmented reality, allowing 3D assets to be projected into physical environments using a mobile device camera. It provides tools for augmented reality projection and experience creation by combining 3D models with camera tracking. The component supports 3D product visualization and the integration of inte

    TypeScript
    عرض على GitHub↗8,142
  • godotengine/godot-demo-projectsالصورة الرمزية لـ godotengine

    godotengine/godot-demo-projects

    8,250عرض على 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

    GDScript
    عرض على GitHub↗8,250
  • cloudcompare/cloudcompareالصورة الرمزية لـ CloudCompare

    CloudCompare/CloudCompare

    4,577عرض على GitHub↗

    CloudCompare is a professional software application for processing and analyzing 3D point clouds and polygonal meshes. It functions as a 3D mesh analysis tool and a large dataset visualizer designed to display and manage millions of points in a 3D environment. The software provides specialized capabilities for point cloud comparison, utilizing an optimized octree structure to calculate spatial differences between two 3D datasets. This allows for the identification of variations and errors between point clouds or between a point cloud and a mesh. The system covers broad 3D data analysis areas

    C++
    عرض على GitHub↗4,577
  • cadene/pretrained-models.pytorchالصورة الرمزية لـ Cadene

    Cadene/pretrained-models.pytorch

    9,102عرض على GitHub↗

    This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network architectures and weights. It serves as a computer vision model zoo for image classification and feature extraction, offering a framework for transfer learning where pretrained networks are adapted for custom image recognition tasks. The library focuses on transforming images into high-level numerical representations and calculating class probability scores. It includes utilities for downloading and initializing standard architectures such as ResNet, Inception, and Xception. Capabil

    Pythonimagenetinceptionpretrained
    عرض على GitHub↗9,102
  • ecomfe/echartsالصورة الرمزية لـ ecomfe

    ecomfe/echarts

    66,608عرض على GitHub↗

    ECharts is a JavaScript data visualization library and web charting framework used to render interactive 2D and 3D data plots within a web browser. It functions as a visualization engine that transforms raw data into customizable charts and graphs. The project includes a WebGL-based hardware acceleration engine specifically for producing three-dimensional plots and globe visualizations. This allows the library to handle large and complex datasets through GPU-accelerated rendering. The framework supports both canvas-based raster rendering and SVG-based vector rendering. It provides capabiliti

    TypeScript
    عرض على GitHub↗66,608
  • hepengwei/visualization-collectionالصورة الرمزية لـ hepengwei

    hepengwei/visualization-collection

    4,550عرض على GitHub↗

    This project is a frontend visualization library and gallery of interactive web examples. It provides a collection of implementations that demonstrate advanced visual effects through the use of stylesheets, canvas drawing surfaces, and three-dimensional graphics libraries. The collection specifically features implementations for visualizing artificial intelligence outputs and complex data patterns. It includes specialized galleries for three-dimensional scenes and spatial objects, as well as a showreel of stylistic motion effects and interface designs. The library covers a broad range of ren

    TypeScriptcanvascollectioncss3
    عرض على GitHub↗4,550
  • huawei-noah/cv-backbonesالصورة الرمزية لـ huawei-noah

    huawei-noah/CV-Backbones

    4,416عرض على GitHub↗

    CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network architectures for extracting visual features and processing image data. It serves as a PyTorch vision framework of reusable deep learning components designed for image analysis and visual representation learning. The library focuses on efficient neural network architectures to reduce computational overhead while maintaining feature extraction performance. This is achieved through the implementation of lightweight model designs such as GhostNet and MLP. The project covers a br

    Python
    عرض على GitHub↗4,416
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cornellius-gp/gpytorchالصورة الرمزية لـ cornellius-gp

    cornellius-gp/gpytorch

    3,893عرض على GitHub↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    عرض على GitHub↗3,893
  • perone/euclidesdbالصورة الرمزية لـ perone

    perone/euclidesdb

    640عرض على GitHub↗

    A multi-model machine learning feature embedding database

    C++
    عرض على GitHub↗640
  • ferrine/geooptالصورة الرمزية لـ ferrine

    ferrine/geoopt

    1,080عرض على GitHub↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    عرض على GitHub↗1,080
  • piquil/qucumberP

    PIQuIL/QuCumber

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bharathgs/naluB

    bharathgs/NALU

    0عرض على GitHub↗
    عرض على GitHub↗0
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bachili/rednerالصورة الرمزية لـ BachiLi

    BachiLi/redner

    1,439عرض على GitHub↗

    Differentiable rendering without approximation.

    NASLcomputer-graphicscomputer-visiondifferentiable-rendering
    عرض على GitHub↗1,439
  • cvxgrp/cvxpylayersالصورة الرمزية لـ cvxgrp

    cvxgrp/cvxpylayers

    2,106عرض على GitHub↗

    CVXPYlayers is a Python library for constructing differentiable convex optimization layers in PyTorch, JAX, and MLX using CVXPY. A convex optimization layer solves a parametrized convex optimization problem in the forward pass to produce a solution. It computes the derivative of the solution…

    Python
    عرض على GitHub↗2,106
  • intel-isl/open3dالصورة الرمزية لـ intel-isl

    intel-isl/Open3D

    13,695عرض على GitHub↗

    Open3D is a 3D data processing library, visualization engine, and machine learning library. It provides a framework for manipulating point clouds and meshes through specialized algorithms designed for 3D data science workflows. The project includes a toolkit for 3D scene reconstruction to generate spatial models and align surfaces from raw data. It also functions as a GPU accelerated framework that offloads intensive spatial computations to the graphics processor to increase processing speed. The library covers a broad range of capabilities including physically based light simulations for vi

    C++
    عرض على GitHub↗13,695
  • lastools/lastoolsالصورة الرمزية لـ LAStools

    LAStools/LAStools

    1,059عرض على GitHub↗

    efficient tools for LiDAR processing

    C++
    عرض على GitHub↗1,059