Skip to content

A custom reimplementation of the CSFML event handling system, offering a different architecture and logic structure. This repository is still in work.

License

Notifications You must be signed in to change notification settings

PamplemomM/csfml-event-rework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSFML Event Rework

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.

Features

  • Enhanced event handling for CSFML.
  • Simplified API for ease of use.
  • Improved performance and reliability.

Installation

  1. Clone the repository:
    git clone git@github.com:PamplemomM/csfml-event-rework.git
  2. Navigate to the project directory:
    cd csfml-event-rework
  3. Build the project using your preferred build system.

Testing

To test the project, follow these steps:

  1. Build the project:
    make
  2. Run the testing executable:
    ./event_rework
  3. Feel free to check how the main_test.c works to adapt it to your project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

📝 Personal project developed by PamplemomM.

About

A custom reimplementation of the CSFML event handling system, offering a different architecture and logic structure. This repository is still in work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published