您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
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.