OnurKader / qt-particles

Small Particle System Made In C Using SDL2 & SDL2_GFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Program To Visualize A QuadTree Using SDL2

A Non-Generic QuadTree I Made With SDL Primitives To Make A Faster Particle System

Screenshots

Circular Query

Build

The program has only two dependencies SDL2 and SDL2_gfx

Certain settings can be modified in the Makefile

To compile the program just run make in either the root directory or in src/

To run, run make run

About

Small Particle System Made In C Using SDL2 & SDL2_GFX

License:Other


Languages

Language:C 96.0%Language:Makefile 4.0%