I wrote a C command line tool which uses GLUT to visualize a genetic algorithm and I want to distribute it in a Mac OS X .app Bundle.
How do I do that? Are there any helper tools available for this?
Thank you very much! Thomas
Edit: Thank you very much for your help, I didn't think of it being that easy!