Mischa-Alff / Wind

Wind: a lightweight, flexible, and modern C++11 Physics Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wind - The lightweight, flexible, and modern C++ Physics Engine

Wind is an easy-to-use and flexible physics engine using C++11, designed for customizability.

Building

Wind uses CMake, which means building it is easy no matter which platform you're on:

$ git clone https://github.com/Mischa-Alff/Wind Wind
$ mkdir Wind/build && cd build
$ cmake ..
$ make -j3

About

Wind: a lightweight, flexible, and modern C++11 Physics Engine

License:MIT License


Languages

Language:C++ 100.0%