A modern DGTD framework

🚧 UNDER DEVELOPMENT 🚧

⚠️ APIs and features are evolving rapidly.

🔧 Build Instructions

# Clone the repository
git clone https://github.com/tiagovla/oiseau

# Navigate into the project directory
cd oiseau

# Configure the project using CMake with Ninja
cmake -B build -G Ninja .

# Build the project
cmake --build build