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
caosdoar avatar

caosdoar/spheres

0
View on GitHub↗
272 stars·13 forks·C·7 views

Spheres

When graphics programmers face the problem of creating a mesh for a sphere, trade-offs must be made between quality and construction, memory and rendering costs. This document introduces four different methods and analyzes their characteristics and compares them allowing programmers to make an…

Features

  • Geometry Processing - Methods for creating sphere meshes.

Star history

Star history chart for caosdoar/spheresStar history chart for caosdoar/spheres

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Spheres

Similar open-source projects, ranked by how many features they share with Spheres.
  • nvidia/isaac-gr00tNVIDIA avatar

    NVIDIA/Isaac-GR00T

    6,222View on GitHub↗
    Jupyter Notebook
    View on GitHub↗6,222
  • kmammou/v-hacdkmammou avatar

    kmammou/v-hacd

    1,633View on GitHub↗

    Collision detection is essential for realistic physical interactions in video games and computer animation. In order to ensure real-time interactivity with the player/user, video game and 3D modeling software developers usually approximate the 3D models composing the scene (e.g. animated…

    C++
    View on GitHub↗1,633
  • liangliangnan/easy3dLiangliangNan avatar

    LiangliangNan/Easy3D

    1,634View on GitHub↗

    A lightweight, easy-to-use, and efficient library for processing and rendering 3D data (C++ & Python)

    C++3d-modelingcomputer-graphicsdata-structure
    View on GitHub↗1,634
  • ivanfratric/polypartitionivanfratric avatar

    ivanfratric/polypartition

    702View on GitHub↗

    PolyPartition is a lightweight C++ library for polygon partition and triangulation. PolyPartition implements multiple algorithms for both convex partitioning and triangulation. Different algorithms produce different quality of results (and their complexity varies accordingly). The implemented…

    C++
    View on GitHub↗702
See all 16 alternatives to Spheres→

Frequently asked questions

What does caosdoar/spheres do?

When graphics programmers face the problem of creating a mesh for a sphere, trade-offs must be made between quality and construction, memory and rendering costs. This document introduces four different methods and analyzes their characteristics and compares them allowing programmers to make an…

What are the main features of caosdoar/spheres?

The main features of caosdoar/spheres are: Geometry Processing.

What are some open-source alternatives to caosdoar/spheres?

Open-source alternatives to caosdoar/spheres include: nvidia/isaac-gr00t. kmammou/v-hacd — Collision detection is essential for realistic physical interactions in video games and computer animation. In order… liangliangnan/easy3d — A lightweight, easy-to-use, and efficient library for processing and rendering 3D data (C++ & Python). libigl/libigl — libigl is a C++ geometry processing library used for analyzing and manipulating 3D triangle and tetrahedral meshes. It… lukasbanana/geometronlib — GeometronLib - Basic Geometry Library for 2D/3D Apps in modern C++. ivanfratric/polypartition — PolyPartition is a lightweight C++ library for polygon partition and triangulation. PolyPartition implements multiple…