https://github.com/Geode-solutions/OpenGeode
Open source framework for representing and manipulating geometric models
https://github.com/Geode-solutions/OpenGeode
brep mesh meshing modeling
Last synced: 7 months ago
JSON representation
Open source framework for representing and manipulating geometric models
- Host: GitHub
- URL: https://github.com/Geode-solutions/OpenGeode
- Owner: Geode-solutions
- License: mit
- Created: 2019-08-01T08:58:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T11:59:33.000Z (7 months ago)
- Last Synced: 2025-04-25T12:32:04.511Z (7 months ago)
- Topics: brep, mesh, meshing, modeling
- Language: C++
- Homepage: https://geode-solutions.com/opengeode
- Size: 19 MB
- Stars: 164
- Watchers: 9
- Forks: 15
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Zenodo: .zenodo.json
Awesome Lists containing this project
- awesome-open-geoscience - OpenGeode
README
OpenGeodeby Geode-solutions
Open source framework for representing and manipulating geometric models
---
## Introduction
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](http://ringmesh.org).
## Ecosystem
| Project | Version | Description |
| -------------------------- | ----------------------------------- | -------------------------------------------------------------- |
| [OpenGeode-IO] | ![OpenGeode-IO-version] | Implementation of input and output formats |
| [OpenGeode-Geosciences] | ![OpenGeode-Geosciences-version] | Custom objects and algorithms tailored for Geosciences |
| [OpenGeode-GeosciencesIO] | ![OpenGeode-GeosciencesIO-version] | Implementation of input and output formats for Geosciences |
| [OpenGeode-ModuleTemplate] | ![OpenGeode-ModuleTemplate-version] | Template for creating your own OpenGeode modules |
| [OpenGeode-Inspector] | ![OpenGeode-Inspector-version] | Inspecting meshes and models |
| [Geode] | ![Geode-version] | Open-source software for visualization, modeling and much more |
[OpenGeode-IO]: https://github.com/Geode-solutions/OpenGeode-IO
[OpenGeode-IO-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg
[OpenGeode-Geosciences]: https://github.com/Geode-solutions/OpenGeode-Geosciences
[OpenGeode-Geosciences-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-Geosciences.svg
[OpenGeode-GeosciencesIO]: https://github.com/Geode-solutions/OpenGeode-GeosciencesIO
[OpenGeode-GeosciencesIO-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-GeosciencesIO.svg
[OpenGeode-Inspector]: https://github.com/Geode-solutions/OpenGeode-Inspector
[OpenGeode-Inspector-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-Inspector.svg
[OpenGeode-ModuleTemplate]: https://github.com/Geode-solutions/OpenGeode-ModuleTemplate
[OpenGeode-ModuleTemplate-version]: https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg
[Geode]: https://github.com/Geode-solutions/GeodePackage
[Geode-version]: https://img.shields.io/github/release/Geode-solutions/GeodePackage.svg
## Documentation
Code and API are fully documented inside the code itself.
To check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).
Installing OpenGeode is done:
- either, by compiling the C++ source. Check [this documentation page](https://docs.geode-solutions.com/guides/compile-opengeode.html) for more details.
- or, by using pip command `pip install OpenGeode-core` and add `import opengeode` in your Python script. Check [this documentation page](https://docs.geode-solutions.com/guides/use-opengeode-binding.html) for more details.
## Questions
For questions and support please use the official [slack](https://geode-solutions.com/#slack). The issue list of this repo is exclusively for bug reports and feature requests.
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode/releases).
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2019 - 2024, Geode-solutions