Skip to content

lstrzebinczyk/cnbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosu c++ tutorial: https://github.com/jlnr/gosu/wiki/C---Tutorial

compile with: g++ -fopenmp -03 main.cpp libgosu.a gosu-config --libs -o my_game

to profile, make loop stop after n rounds

g++ -fopenmp -pg main.cpp libgosu.a gosu-config --libs -o my_game ./my_game gprof my_game > gprof.output

About

Meant to be c++ representation of nbody repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages