The RGL package is a visualization device system for R, using OpenGL or WebGL as the rendering backend. An OpenGL rgl device at its core is a real-time 3D engine written in C++. It provides an ...
This project implements a 2D fluid solver on the CUDA and the OpenGL 3.3. The solver features a marker-and-cell grid, 3rd order Runge-Kutta advection, a conjugate gradient solver.