-
Notifications
You must be signed in to change notification settings - Fork 0
Home
peio42 edited this page Nov 27, 2020
·
2 revisions
Welcome to the uvpp wiki! yes really :)
uvpp is a Modern C++ wrapper for libuv. If you don't know it, go discover it.. Cross-platform Reactor Event Library.
uvpp is licensed under the MIT license.
uvpp is still under early development, even if it's already usable. You can download it through GitHub repository.
No need to build, uvpp is a header-only C++ library. But you need libuv accessible.
This wiki is based and adapted from libuv documentation. It's goal is to give details about uvpp syntax and how to integrate it into your projects.
Anyway, you should refer to the original libuv documentation if you need implementation details, and links should be given when needed.