25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Zelaven 8ba2e4e014 Revised SDL Clicky for upload to the new repository 3 yıl önce
examples Revised SDL Clicky for upload to the new repository 3 yıl önce
src Revised SDL Clicky for upload to the new repository 3 yıl önce
.gitignore Revised SDL Clicky for upload to the new repository 3 yıl önce
Makefile Revised SDL Clicky for upload to the new repository 3 yıl önce
README.md Revised SDL Clicky for upload to the new repository 3 yıl önce

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.