An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

OpenGeodeby Geode-solutions


Open source framework for representing and manipulating geometric models


Build Status
Deploy Status
Coverage Status
Version
PyPI


Windows support
Ubuntu support
Red Hat support


Language
License
Semantic-release

Slack invite


DOI

---

## 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