raylib_interactive 0.1.6

An interactive library for Raylib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
rayinteract provides CMake targets:

# To use rayinteract in your project, add the following to your CMakeLists.txt:

find_package(rayinteract REQUIRED)
target_link_libraries(main PRIVATE rayinteract::rayinteract)

# Include headers in your source files:
#include <rayinteract/button.hpp>
#include <rayinteract/checkbox.hpp>
#include <rayinteract/dropdown.hpp>
#include <rayinteract/textfield.hpp>