Skip to main content

Conquer3D

Installation

1. Install from PyPI

pip install -U conquer3d

2. Install via Docker (Recommended for complete 3D & CUDA setup)

You can directly pull and run the pre-built Docker image with full GPU and CUDA toolchain support:

docker pull kohido/conquer3d:latest
docker run --rm --gpus all -it kohido/conquer3d:latest bash

Or build the image locally from source:

docker build -t conquer3d:latest .
docker run --rm --gpus all -it conquer3d:latest bash

3. Build from Source

To build from source, ensure you have a compatible CUDA toolchain (e.g., CUDA Toolkit 12.8) and PyTorch installed:

# Optional: Create a dedicated Conda environment with modern C++ compilers and CUDA
conda create -c conda-forge -n geocutool python=3.10 gxx_linux-64=13 gcc_linux-64=13 -y
conda activate geocutool
conda install -c conda-forge sparsehash -y
conda install nvidia::cuda-toolkit==12.8.2 -y

# Install PyTorch and binding generators
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
pip install pybind11-stubgen

Install directly from GitHub without build isolation:

pip install git+https://github.com/KhoiDOO/geocutool.git --no-build-isolation

Or clone the repository for local development in editable mode:

git clone https://github.com/KhoiDOO/geocutool.git
cd geocutool
pip install -e . --no-build-isolation

Acknowledgements & References

For further theoretical background, GPU collision detection guides, and related open-source projects, please refer to:

  • Research Papers: Key computational geometry, differential topology, and acceleration structure literature.
  • Blog Posts: Articles and guides on NVIDIA GPU spatial traversal and parallel construction.
  • Related Repositories: Open-source libraries and frameworks supporting geometric deep learning and processing.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conquer3d-0.5.5.tar.gz (3.4 MB view details)

Uploaded Source

File details

Details for the file conquer3d-0.5.5.tar.gz.

File metadata

  • Download URL: conquer3d-0.5.5.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.14

File hashes

Hashes for conquer3d-0.5.5.tar.gz
Algorithm Hash digest
SHA256 2ea78eaf430f7efc3c23da737590218ecd05255be37d3c0f4638212a2cc359bc
MD5 98da8c9ec1302f8d42d90fd5e4230b38
BLAKE2b-256 8cd137d7ab258faed6437a5c703af004ae37d0dd42bf3ad20169c446b710f828

See more details on using hashes here.

Release history Release notifications | RSS feed

0.7.0

1 file

0.6.9

1 file

0.6.8

1 file

0.6.7

1 file

0.6.6

1 file

0.6.5

1 file

0.6.4

1 file

0.6.3

1 file

0.6.0

1 file

0.5.9

1 file

0.5.8

1 file

0.5.7

1 file

0.5.6

1 file

This release

0.5.5 This release

1 file

0.5.4

1 file

0.5.3

1 file

0.5.2

1 file

0.5.1

1 file

0.5.0

1 file

0.4.9

1 file

0.4.8

1 file

0.4.7

1 file

0.4.6

1 file

0.4.5

1 file

0.4.3

1 file

0.4.2

1 file

0.4.1

1 file

0.4.0

1 file

0.3.9

1 file

0.3.5

1 file

0.3.4

1 file

0.3.3

1 file

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.9

1 file

0.2.8

1 file

0.2.7

1 file

0.2.6

1 file

0.2.5

1 file

0.2.4

1 file

0.2.1

1 file

0.2.0

1 file

0.1.9

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page