My SDL application [Avalon Media Center]

Hello everyone.
I took time developing a software (like a media center) that uses the SDL libraries and I wanted to share with all of you. Currently the project has grown bigger than I expected, but still have work to do. The software is still under development and I am aware that contains errors. Still you can use and I would like to know your opinions. I have an email where I accept any comments about errors, changes, improvements, opinions… If you want also can comment here and so help me to improve the application.

I hope you like it like me!

web: http://avalonmediacenter.orgfree.com

[Image: http://avalonmediacenter.orgfree.com/images/others/ejemplo_1.jpg ]

[Image: http://avalonmediacenter.orgfree.com/images/others/ejemplo_2.jpg ]

What GUI system do you use ?

MrTAToad wrote:

What GUI system do you use ?

I don’t know what do you mean. It’s all programmed in SDL and OpenGL directly. Like you can see in the skins files, I use my own objects like texts, images, buttons… with their properties that I draw in OpenGL and that you can edit there. I don’t use a predefined GUI system to do this.
I don’t know if is this what you mean. I hope I answer your question.
Greetings.

So the GUI system is all your own work then - its a good job!