I didn’t like how CSFML handled events, so I made my own version. This repository is still in work. It is a rework of the CSFML event library, designed to improve functionality and usability for graphical programming.
- Enhanced event handling for CSFML.
- Simplified API for ease of use.
- Improved performance and reliability.
- Clone the repository:
git clone git@github.com:PamplemomM/csfml-event-rework.git
- Navigate to the project directory:
cd csfml-event-rework
- Build the project using your preferred build system.
To test the project, follow these steps:
- Build the project:
make
- Run the testing executable:
./event_rework
- Feel free to check how the
main_test.c
works to adapt it to your project.
This project is licensed under the MIT License. See the LICENSE
file for details.
📝 Personal project developed by PamplemomM.