Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Zelaven 8ba2e4e014 Revised SDL Clicky for upload to the new repository vor 3 Jahren
examples Revised SDL Clicky for upload to the new repository vor 3 Jahren
src Revised SDL Clicky for upload to the new repository vor 3 Jahren
.gitignore Revised SDL Clicky for upload to the new repository vor 3 Jahren
Makefile Revised SDL Clicky for upload to the new repository vor 3 Jahren
README.md Revised SDL Clicky for upload to the new repository vor 3 Jahren

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.