|
|
2 жил өмнө | |
|---|---|---|
| .gitignore | 2 жил өмнө | |
| LICENSE | 2 жил өмнө | |
| README.md | 2 жил өмнө | |
| build_raw.sh | 2 жил өмнө | |
| build_raylib.sh | 2 жил өмнө | |
| ffmpeg.h | 2 жил өмнө | |
| ffmpeg_linux.c | 2 жил өмнө | |
| ffmpeg_windows.c | 2 жил өмнө | |
| main_raw.c | 2 жил өмнө | |
| main_raylib.c | 2 жил өмнө | |
| olive.c | 2 жил өмнө |
This example generates video by filling up memory with raw pixels. It uses olive.c library for that.
$ ./build_raw.sh
$ ./build/main_raw
This example captures the output of Raylib application and saves it as a video.
$ ./build_raylib.sh
$ ./build/main_raylib