Skip to content

francescozoccheddu/refinement-schemes-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refinement Schemes Editor

Compatibility

Requires CMake 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:
git clone https://github.com/francescozoccheddu/refinement-schemes-editor.git
cd refinement-schemes-editor
  1. Generate the build system:
mkdir out
cd out
cmake ..
  1. Build:
cmake --build .
  1. Run the main executable.

  2. Enjoy! 😉

About

Hexmesh refinement schemes editor

Topics

Resources

Stars

Watchers

Forks