mosra / magnum

Lightweight and modular C++11 graphics middleware for games and data visualization
https://magnum.graphics/
Other
4.77k stars 439 forks source link

Add make script and more tutorials or example please #65

Closed Angluca closed 10 years ago

Angluca commented 10 years ago

More repo will build and must install /usr/local, I feel inconvenient for them. And too few tutorials/example cause Only have to look at the source to study it Can make it look like cocos2dx,bgfx or oryol compile? I think it is easier to use.

LB-- commented 10 years ago

CMake generates a make script for you.

mosra commented 10 years ago

See comment in issue #64 for installation prefix issues. I'm planning to create a "superproject" that would compile and install the complete project at once (see #49), but didn't get to that yet. For even more convenience there could be build scripts (or packages) for homebrew, but since I don't have any OSX machine, I can't create these. Maybe someone else would be able to do that? There are already packages for some Linux distributions, so that would be really great.

Yes, I will add more examples, but I'm a little time-constrained at the moment and this is not a thing that could be done overnight ;-)