SDL.NET GUI

Started by
2 comments, last by CrazyEddie 11 years, 10 months ago
Hi,

I'm brand new developing with sdl i started developing with XNA a little but it got exausted since they don't have a pretty GUI, at least tables (data grids). I saw that most of the games are being developing using SDL.

What i want to know is....what is the best GUI (simple to use) to use with SDL? And one that have textbo, datagrid, dropdowns and list. (More concret, controls like used in Football Manager etc...)

And most important that work with SDL.Net because i'm developing in C#

THanks in advance
Advertisement
Not sure, but I'd only develop cross platform.
Have a look at the CEGUI (http://www.cegui.org...x.php/Main_Page). It is a well known open source C++ gui library that can easily be used with SDL (http://www.cegui.org..._SDL_and_OpenGL).

There is a .Net port available here: http://sourceforge.n...cts/ceguisharp/
For info, the CEGUI# .Net port of CEGUI is, as far as I know, somewhat out of sync with the current state of the C++ CEGUI.

Fairly recently I have had conversations with somebody who is interested in either creating an up-to-date port or in creating a wrapper around the C++ version. Nothing was definitely decided there, though I think it's something that has a good chance of going ahead - espeically once we finally get the CEGUI 1.0 release out :)

Of course this situation does not preclude someone from using the more out dated port, but I thought it could be useful to know that the existing port does not represent 'current' CEGUI.

CE.

This topic is closed to new replies.

Advertisement