OpenGeode is an open source framework for representing and manipulating geometric models, from simple meshes to complex boundary representations. The framework is easy to use thanks to its readable API and its Python bindings for quick prototyping. It is the industrialization of a 5-year research prototype platform RINGMesh.
Project | Version | Description |
---|---|---|
OpenGeode-IO | Implementation of input and output formats | |
OpenGeode-Geosciences | Custom objects and algorithms tailored for Geosciences | |
OpenGeode-GeosciencesIO | Implementation of input and output formats for Geosciences | |
OpenGeode-ModuleTemplate | Template for creating your own OpenGeode modules | |
OpenGeode-Inspector | Inspecting meshes and models | |
Geode | Open-source software for visualization, modeling and much more |
Code and API are fully documented inside the code itself. To check out our live documentation, visit docs.geode-solutions.com.
Installing OpenGeode is done:
- either, by compiling the C++ source. Check this documentation page for more details.
- or, by using pip command
pip install OpenGeode-core
and addimport opengeode
in your Python script. Check this documentation page for more details.
For questions and support please use the official slack. The issue list of this repo is exclusively for bug reports and feature requests.
Detailed changes for each release are documented in the release notes.
Copyright (c) 2019 - 2024, Geode-solutions