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

https://github.com/francescozoccheddu/refinement-schemes-editor

Hexmesh refinement schemes editor
https://github.com/francescozoccheddu/refinement-schemes-editor

gui hexmesh

Last synced: 12 months ago
JSON representation

Hexmesh refinement schemes editor

Awesome Lists containing this project

README

          

# Refinement Schemes Editor

### Compatibility

Requires [CMake](https://cmake.org/) 3.14+, a modern C++20 compiler and OpenGL 1.1 support.
Tested on MSVC v143 on Windows 11 and g++ 10.3, g++ 12.2, Clang 14 and Clang 15 on Ubuntu 22.10.

## Setup

1. Clone this repository:

```Shell
git clone https://github.com/francescozoccheddu/refinement-schemes-editor.git
cd refinement-schemes-editor
```

2. Generate the build system:

```Shell
mkdir out
cd out
cmake ..
```

3. Build:

```Shell
cmake --build .
```

4. Run the `main` executable.

5. Enjoy! 😉