Skip to content

A simple and efficient SDL2-based game framework

License

Notifications You must be signed in to change notification settings

izawartka/rzuf3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RZUF3

RZUF3 is a simple and efficient game framework based on SDL2. It allows for building scenes and objects with assigned scripts. Communication between scripts is done through events. Each scene has its own event manager broadcasting global events (such as update, draw, mouse events), as well as object event managers for peer-to-peer communication between scripts within the same object. The framework also offers an assets manager, preventing multiple loading of the same asset by different scripts/objects.

Sample Project:

You can find a repository of a sample project here. It can serve as a good base for your own project.

Dependencies

RZUF3 requires the following libraries: SDL2, SDL2_image, SDL2_ttf, spdlog, yaml-cpp. More info in the sample project repository.

Author:

masuo / izawartka

About

A simple and efficient SDL2-based game framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published