stb image headers for flipping image
This commit is contained in:
parent
1ffe7f9811
commit
0586152c8d
@ -7,13 +7,12 @@ Watch folder for images and flip them
|
|||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
joomer-ftxui-file-monitoring [path]
|
joomer-ftxui-file-monitoring
|
||||||
- drag and drop files into the path folder
|
- drag and drop files into the path folder
|
||||||
```
|
```
|
||||||
|
|
||||||
[todo]
|
[todo]
|
||||||
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
```
|
```
|
||||||
learndir/
|
learndir/
|
||||||
@ -49,4 +48,10 @@ msbuild joomer-ftxui-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:
|
|||||||
bin\Debug\joomer-ftxui-file-monitoring.exe
|
bin\Debug\joomer-ftxui-file-monitoring.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For a prototype app we can just dump the stb headers right into the helloworld dir for simplicity
|
||||||
|
```
|
||||||
|
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
|
||||||
|
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
|
||||||
|
make all -j4
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user