blob: 3b1b67d9206d57e086acccf34ad67604530aea9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# NUKE2
A UI Demo using Nuklear + SDL3 + SDL3-Image + LibUVC to display a webcam. It works mid.
## Requirements
- nuklear.h
- sdl3.h
- sdl3_image.h
- libuvc.h
## Compile
`make`
## Run
`sudo bin/demo`
|