Overv / OOGL

Object-oriented C++ wrapper for OpenGL.
Boost Software License 1.0
411 stars 44 forks source link

CMake build system #35

Open golxzn opened 1 year ago

golxzn commented 1 year ago

Hi! Thank you for your project! The question is super easy: did you think about moving to the CMake build system?

As I can see, this project doesn't look like a big, complex project which required the same build system. I mean, it will not be so hard to integrate CMake into this project.

If you aren't skilled in CMake, I could pay as much time as possible.

To make the CMake project, we can create new branch with the following changes:

If you'll be happy to use CMake, I may try to work a little around it in a cmake_support branch or etc.

Overv commented 1 year ago

To be honest I don't really maintain this repository anymore since superior websites like learnopengl.com have popped up.

golxzn commented 1 year ago

Oh, I got you. Sorry to hear it

jetblacksalvation commented 4 days ago

https://github.com/jetblacksalvation/OOGL-Cmake this is my fork which has some cmake support. i am still working on getting it to spit out binary that ppl can install either through cmake or github itself i also dont have support for that FindLibrary functionality yet. I had alot of fun using this library at work today and even got cmake building and a little square demo with user input on the screen. Anyways feedback would be nice on this. i am work on implement the find library supports :^) since this is something i want too