gandalfcode / gandalf

GANDALF (Graphical Astrophysics code for N-body Dynamics And Lagrangian Fluids)
GNU General Public License v2.0
44 stars 12 forks source link

C++ shared library #50

Open rbooth200 opened 8 years ago

rbooth200 commented 8 years ago

It would be useful to have the C++ shared library available in such a way that it could be used as a base for someone to do their own analysis. For example, you might need tree walks in an analysis, so it could be faster to use the C++ than python.

We don't need to provide too many different functions, but I think it would be useful for people to have have access to a shared library and enough headers that they could build code on top of it.