hannorein / rebound

💫 An open-source multi-purpose N-body code.
https://rebound.readthedocs.io/
GNU General Public License v3.0
824 stars 218 forks source link

Pick Color in C language #605

Closed issar27 closed 1 year ago

issar27 commented 2 years ago

Hello,

I am an undergraduate Physics student using rebound for research. I could notice that particles can be colored if I am using Python but not C. I was wondering if I can do the same with C so that I can distinguish between particles and planetesimals in my simulations.

hannorein commented 2 years ago

Are you talking about the OpenGL visualization? You would have to implement that yourself.