w1th0utnam3
PhD student and researcher at the Computer Animation group @ RWTH Aachen University
RWTH Aachen UniversityAachen, Germany
w1th0utnam3's Stars
turbinesFoam/turbinesFoam
Actuator line modeling extension library for OpenFOAM.
LibreVR/Revive
Play Oculus-exclusive games on the HTC Vive or Valve Index, scroll down for downloads and installation instructions.
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
rlguy/GridFluidSim3D
A PIC/FLIP fluid simulation based on the methods found in Robert Bridson's "Fluid Simulation for Computer Graphics"
dcsale/SOWFA
NREL's Simulator for Offshore Wind Farm Applications
NREL/SOWFA
kimchi-project/kimchi
An HTML5 management interface for KVM guests
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
ArashPartow/exprtk
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
wo80/Triangle
CMake project for Jonathan Shewchuk's Triangle mesh generator.
FortAwesome/Font-Awesome
The iconic SVG, font, and CSS toolkit
jlblancoc/suitesparse-metis-for-windows
CMake scripts for painless usage of SuiteSparse+METIS from Visual Studio and the rest of Windows/Linux/OSX IDEs supported by CMake
w1th0utnam3/linear_algebra_containers
Some basic, c++ template linear algebra classes (vector, matrix, quaternion) useful for computer graphics or other computations.
w1th0utnam3/undirected_graph
A simple (probably incomplete) implementation of an undirected graph in c++ using the stl.