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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
NVIDIAGameWorks avatar

NVIDIAGameWorks/kaolin

0
View on GitHub↗
5,107 stars·624 forks·Python·Apache-2.0·21 views

Kaolin

Kaolin is a PyTorch 3D deep learning library providing a comprehensive suite of tools for 3D geometry processing, physics simulation, data visualization, and gradient-based rendering for computer vision.

The library includes a differentiable 3D renderer and a geometry processing toolkit for converting and transforming 3D representations such as meshes and point clouds. It also features a 3D physics simulation engine to calculate physical interactions and collisions between three-dimensional objects and scenes.

The toolkit provides utilities for 3D data visualization, including the creation of interactive views and turntable animations. Additional capabilities cover 3D dataset management, data preprocessing, and 3D representation rendering.

Features

  • Differentiable Rasterizers - Ships a differentiable rasterizer that allows gradients to flow from 2D images back into 3D spatial parameters.
  • PyTorch-Based Frameworks - Acts as a PyTorch-based framework for accelerating research in 3D computer vision and deep learning.
  • PyTorch Tensor Operations - Performs all 3D geometric calculations using PyTorch tensor operations for GPU acceleration and automatic differentiation.
  • 3D Point Cloud Learning - Enables deep learning research on 3D geometric data including meshes and point clouds using PyTorch.
  • 3D Physics Engines - Includes a 3D physics engine to calculate physical interactions and collisions between objects and scenes.
  • 3D Math and Geometry Toolkits - Provides a comprehensive toolkit for converting, managing, and transforming 3D representations such as meshes and point clouds.
  • Differentiable Rendering - Provides a differentiable rendering pipeline allowing 3D geometry optimization via gradients from 2D images.
  • CUDA Compute Kernels - Provides custom CUDA compute kernels in C++ to parallelize high-speed 3D physics and spatial transformations.
  • 3D Representation Conversions - Provides utilities for transforming geometric data between formats like meshes, point clouds, and volumetric structures.
  • Coordinate-Based Spatial Mappings - Implements coordinate-based spatial mapping to represent 3D geometry as functions or grids in Cartesian space.
  • Voxel-Based Grids - Organizes spatial data into voxel-based grids to optimize collision detection and volumetric operations.
  • Mesh-To-Pointcloud Sampling - Provides weighted area sampling to convert surface meshes into discrete point sets for deep learning input.
  • 3D Spatial Preprocessing - Implements 3D spatial preprocessing pipelines to transform data formats for improved deep learning training speed.
  • Physical Interaction Simulations - Simulates physical interactions and collisions between meshes and point clouds within 3D scenes.
  • 3D Model Visualizers - Offers tools for rendering and inspecting 3D models with interactive views and turntable animations.
  • 3D Scene Renderers - Produces 2D images from spatial data using lighting and camera models to support gradient-based optimization.
  • Data and Graph Processing - Library for 3D deep learning research.
  • Point Cloud Processing - PyTorch library for accelerating 3D deep learning research.
  • Developer Tools - 3D deep learning research library.
  • Processing Libraries - NVIDIA library for accelerating 3D deep learning research.
  • D Segmentation, Classification and Regression - Listed in the “D Segmentation, Classification and Regression” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for nvidiagameworks/kaolinStar history chart for nvidiagameworks/kaolin

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does nvidiagameworks/kaolin do?

Kaolin is a PyTorch 3D deep learning library providing a comprehensive suite of tools for 3D geometry processing, physics simulation, data visualization, and gradient-based rendering for computer vision.

What are the main features of nvidiagameworks/kaolin?

The main features of nvidiagameworks/kaolin are: Differentiable Rasterizers, PyTorch-Based Frameworks, PyTorch Tensor Operations, 3D Point Cloud Learning, 3D Physics Engines, 3D Math and Geometry Toolkits, Differentiable Rendering, CUDA Compute Kernels.

Which projects share features with nvidiagameworks/kaolin?

Projects with overlapping indexed features include: pointcloudlibrary/pcl — The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing… facebookresearch/pytorch3d — PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds… dmlc/dgl — DGL is a Python library for building and training graph neural networks. It functions as a graph message passing… daniilidis-group/neural_renderer — Neural renderer is a differentiable rendering library for PyTorch that projects three-dimensional meshes into… zylo117/yet-another-efficientdet-pytorch — This project is a PyTorch implementation of the EfficientDet architecture designed for real-time object detection. It… microsoft/directxtk — DirectXTK is a C++ library designed to simplify 2D and 3D graphics, audio, and input programming for DirectX…

Projects sharing features with Kaolin

These projects share indexed features with Kaolin. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pointcloudlibrary/pclPointCloudLibrary avatar

    PointCloudLibrary/pcl

    11,028View on 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
    View on GitHub↗11,028
  • facebookresearch/pytorch3dfacebookresearch avatar

    facebookresearch/pytorch3d

    9,902View on 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
    View on GitHub↗9,902
  • dmlc/dgldmlc avatar

    dmlc/dgl

    14,283View on 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
    View on GitHub↗14,283
  • daniilidis-group/neural_rendererdaniilidis-group avatar

    daniilidis-group/neural_renderer

    1,165View on 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
    View on GitHub↗1,165
Compare all 30 related projects→