OpenGeometry Ultimate is a modern C++20 geometry processing and visualisation engine designed for high-performance medical imaging, advanced graphics and AI-assisted workflows.
- Healthcare-grade DICOM ingestion, volume rendering and anatomical modelling.
- AI/ML integration via ONNX Runtime for segmentation, anomaly detection and predictive analytics.
- Cross-platform real-time graphics built on Vulkan and Metal with physically-based rendering.
- Enterprise-ready architecture featuring distributed processing, analytics, cloud connectors and robust security.
- Production tooling: CMake, vcpkg, Docker, CI/CD, unit and integration tests, static analysis and runtime profiling.
# Clone repository
$ git clone https://github.com/opengeometry/ultimate.git
$ cd ultimate
# Configure & build
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make -j$(sysctl -n hw.ncpu 2>/dev/null || nproc)
# Run CLI
$ ./opengeometry_ultimate --help| Domain | Highlights |
|---|---|
| Medical Imaging | DICOM 3.0 parsing, volume reconstruction, morphometric analysis |
| Artificial Intel. | Mesh super-resolution, neural segmentation, treatment outcome prediction |
| Graphics | Vulkan / Metal back-ends, PBR pipeline, volume and mesh rendering |
| Performance | SIMD-optimised math, multithreading, GPU compute, built-in profiler |
| Cloud & DevOps | Docker images, Kubernetes manifests, metrics export via OpenTelemetry |
| Security | HIPAA/GDPR compliance helpers, AES-256 encryption, OpenSSL integration |
Create a .env file (not committed) and supply your keys:
OPENAI_API_KEY=your_key_here
Copyright (c) 2024 Nik Jois
OpenGeometry Ultimate is released under the MIT License – see the LICENSE file for details.
We welcome contributions via pull request. Please follow the code style enforced by clang-format and supply unit tests for new functionality.
Maintained by Nik Jois nikjois@llamasearch.ai