actsl
2016-08-08 19:10:49 UTC
Good work, nice to see that people make widget toolkits.
Sorry, i have not installed or tried that. Just trying to find out more.
The license is said to be Apache license, but there seems to be no source code of the library anywhere.
Works only in Linux and SDL 1.2 as i understand, why SDL 1.2, is it using some old libraries or such, that don't support SDL 2?
There is not much documentation, from the ReadMe i read that it implements windows, buttons and icons. From what you wrote i also read "import forms", so i assume there are also some entry boxes. No scrollbars, text boxes (with dynamically sized arrays), combo boxes, progress bars? That's too minimal i think, there are some things necessary for most of the common user interfaces.
Is it an immediate GUI or retained GUI? By seeing the example it seems to me that it is a some type of retained GUI.
There is also another very minimal widget toolkit for SDL, KiWi, but it too doesn't have text boxes and combo boxes, and it's also restricted in that it's tile-based. But at that it is almost twice bigger than mine, mine is 2400 lines, that one has 5600 lines of code as much as i remember.
But at that, i don't say that widget toolkits smaller than mine are not necessary. These things, they don't compete, there are different categories, most minimal, small, advanced, depending on what one may need. And the others who develop widget toolkits, we may need each other one day. Keep up the good work!
------------------------
kiss_sdl - Simple generic GUI widget toolkit for SDL2 https://github.com/actsl/kiss_sdl
Sorry, i have not installed or tried that. Just trying to find out more.
The license is said to be Apache license, but there seems to be no source code of the library anywhere.
Works only in Linux and SDL 1.2 as i understand, why SDL 1.2, is it using some old libraries or such, that don't support SDL 2?
There is not much documentation, from the ReadMe i read that it implements windows, buttons and icons. From what you wrote i also read "import forms", so i assume there are also some entry boxes. No scrollbars, text boxes (with dynamically sized arrays), combo boxes, progress bars? That's too minimal i think, there are some things necessary for most of the common user interfaces.
Is it an immediate GUI or retained GUI? By seeing the example it seems to me that it is a some type of retained GUI.
There is also another very minimal widget toolkit for SDL, KiWi, but it too doesn't have text boxes and combo boxes, and it's also restricted in that it's tile-based. But at that it is almost twice bigger than mine, mine is 2400 lines, that one has 5600 lines of code as much as i remember.
But at that, i don't say that widget toolkits smaller than mine are not necessary. These things, they don't compete, there are different categories, most minimal, small, advanced, depending on what one may need. And the others who develop widget toolkits, we may need each other one day. Keep up the good work!
------------------------
kiss_sdl - Simple generic GUI widget toolkit for SDL2 https://github.com/actsl/kiss_sdl