Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New C++17 header-only wrapper #76

Closed
janekb04 opened this issue Dec 7, 2020 · 3 comments
Closed

New C++17 header-only wrapper #76

janekb04 opened this issue Dec 7, 2020 · 3 comments

Comments

@janekb04
Copy link

janekb04 commented Dec 7, 2020

Hi, I have created a header-only C++17 wrapper for GLFW 3.3. It is quite thin because I like thin wrappers and is as such different from the already linked GLFWM library. I am planning to add more examples to it and update to cover future versions of GLFW. Currently it is only missing functionality from glfw3native.h, which I plan to add soon.
The library should be fairly stable, but I can't guarantee that there are no issues whatsoever.
Language: C++ (17)
Author: Jan Bielak
GLFWPP

@janekb04 janekb04 changed the title New C++ Wrapper New C++17 header-only wrapper Dec 7, 2020
@janekb04
Copy link
Author

janekb04 commented Dec 7, 2020

I think that adding this wrapper to the website would be useful as, at least I, always look for a C++ wrapper for a C library that I plan to include in my C++ projects. I usually prefer thin wrappers, such as this one, as it makes it easy to adopt them and switch from a C implementation.

siavashserver added a commit that referenced this issue Dec 7, 2020
@siavashserver
Copy link
Member

Thank you very much!

@janekb04
Copy link
Author

janekb04 commented Dec 7, 2020

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants