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
- Host: GitHub
- URL: https://github.com/edbcrepo/raylib-screen-board
- Owner: EDBCREPO
- License: cc0-1.0
- Created: 2024-04-14T05:28:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:58:22.000Z (7 months ago)
- Last Synced: 2025-05-11T12:47:25.128Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```