You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zelaven 8ba2e4e014 Revised SDL Clicky for upload to the new repository преди 3 години
examples Revised SDL Clicky for upload to the new repository преди 3 години
src Revised SDL Clicky for upload to the new repository преди 3 години
.gitignore Revised SDL Clicky for upload to the new repository преди 3 години
Makefile Revised SDL Clicky for upload to the new repository преди 3 години
README.md Revised SDL Clicky for upload to the new repository преди 3 години

README.md

SDL Clicky

This is a simple library for working with GUI in SDL. By providing simple and flexible types and methods, the user can compose their own aggregate types for more complex purposes if need be. The library relies on the fact that, on any system the author can think of that this library would ever feasibly be used to make an application for, the address of a struct is the same as the address of its first member. This is used as a form of singular inheritance, which lays the foundation of the structure of the library.

Using SDL Clicky

The library is not ready for use. If you want to take a look, then consult the examples folder.

Contributing

I am not open to contributions at this stage of development

License

This project is my personal work. I do not provide it under any license because I can't be bothered with those things. I permit using it under the common sense approach of giving credit. If you have a credits list for your project, then list me there, otherwise find a good spot.