Status: In development. Parts of the codebase are incomplete. Current short-term target: OpenGL 3.3 (Core Profile). Full OpenGL state management. A front-end that exposes OpenGL functions. Pluggable ...
cvi{N}/ ├── uloha{N}.c # Main simulation code ├── uloha{N}.exe # Compiled executable ├── data.txt # Simulation output data ├── plot.gp # Gnuplot visualization script └── *.png # Generated graphs # ...