-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
How To: Screen Recording
Rob Loach edited this page Apr 4, 2024
·
3 revisions
Within raylib, you have the ability to take a screenshot or record the screen to an animated .gif.
To take a screenshot, press F12
. There will be a screenshot%%%.png file saved to the current working directory.
This requires SUPPORT_SCREEN_CAPTURE
to be defined.
To start recording the screen, press CTRL + F12
. Press the keys again to save the recording to an animated screenrec%%%.gif to the current working directory.
This requires SUPPORT_GIF_RECORDING
to be defined.
www.raylib.com | itch.io | GitHub | Discord | YouTube
- Architecture
- Syntax analysis
- Data structures
- Enumerated types
- External dependencies
- GLFW dependency
- libc dependency
- Platforms and graphics
- Input system
- Default shader
- Custom shaders
- Coding conventions
- Integration with other libs
- Working on Windows
- Working on macOS
- Working on GNU Linux
- Working on Chrome OS
- Working on FreeBSD
- Working on Raspberry Pi
- Working for Android
- Working for Web (HTML5)
- Creating Discord Activities
- Working anywhere with CMake
- CMake Build Options
- raylib templates: Get started easily
- How To: Quick C/C++ Setup in Visual Studio 2022, GCC or MinGW
- How To: C# Visual Studio Setup
- How To: VSCode
- How To: Eclipse
- How To: Sublime Text
- How To: Code::Blocks