Skip to content

Fadilix/particle-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

particle-system

Learning how threads and atomics in C work by making a little particle system with ncurses for the rendering stdatomic to avoid race conditions and pthread for thread management

How to run

make && ./run

or if you don't have make

gcc -o run main.c particles.c -lncurses -lpthread
./run

Result

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published