An open API service indexing awesome lists of open source software.

https://github.com/edbcrepo/raylib-screen-board

Draw in your computer's screen using an external device
https://github.com/edbcrepo/raylib-screen-board

Last synced: about 1 month ago
JSON representation

Draw in your computer's screen using an external device

Awesome Lists containing this project

README

        

# Raylib Screen Board
It is a simple raylib app that let you draw in your computer using an external device

## Dependencies
```bash
📌Nodepp: https://github.com/NodeppOficial/nodepp
📌Raylib: https://www.raylib.com/
```

## Preview
[preview](https://github.com/user-attachments/assets/d139413f-16e2-4f79-b030-4e3444703330)

## Build & Use
```bash
g++ -o main main.cpp -I./include -L./lib -lraylib -lssl -lcrypto -std=c++11 ; ./main
```