Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGeometry Ultimate

Build Status License C++20

OpenGeometry Ultimate is a modern C++20 geometry processing and visualisation engine designed for high-performance medical imaging, advanced graphics and AI-assisted workflows.

Why OpenGeometry Ultimate?

  1. Healthcare-grade DICOM ingestion, volume rendering and anatomical modelling.
  2. AI/ML integration via ONNX Runtime for segmentation, anomaly detection and predictive analytics.
  3. Cross-platform real-time graphics built on Vulkan and Metal with physically-based rendering.
  4. Enterprise-ready architecture featuring distributed processing, analytics, cloud connectors and robust security.
  5. Production tooling: CMake, vcpkg, Docker, CI/CD, unit and integration tests, static analysis and runtime profiling.

Quick Start

# 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

Features

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

Environment Variables

Create a .env file (not committed) and supply your keys:

OPENAI_API_KEY=your_key_here

License and Attribution

Copyright (c) 2024 Nik Jois

OpenGeometry Ultimate is released under the MIT License – see the LICENSE file for details.

Contribution Guidelines

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

About

OpenGeometry Ultimate — high-performance C++20 geometry/medical/AI engine

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages