This repository is a comprehensive collection of tutorials and examples covering various programming topics and frameworks. It's organized into several main sections, each focusing on different technologies and concepts.
- FTXUI Tutorial
- GTK Tutorial
- OpenGL Tutorial
- ASIO Server
- Delegate Tutorial
- Geometry Examples
- QtAVPlayer
- ScreenShot
- Windows Examples
Each tutorial directory contains its own CMakeLists.txt file for easy building. To get started:
- Clone the repository
- Navigate to the desired tutorial directory
- Follow the specific build instructions in each directory
- CMake (3.10 or higher)
- C++17 compatible compiler
- Framework-specific dependencies (Qt, GTK, etc.)
- Boost libraries (for ASIO examples)