What SDL can do ?
-
Let's assume I'm developing a game, with a main menu graphical window, and more graphical windows. So, SDL should be awesome for my needs (simple 2D pictures & animations). But I also need a login-form, registration-form, help-form, windows-form-like windows. Can I make the forms with SDL ?
-
Let's assume I'm developing a game, with a main menu graphical window, and more graphical windows. So, SDL should be awesome for my needs (simple 2D pictures & animations). But I also need a login-form, registration-form, help-form, windows-form-like windows. Can I make the forms with SDL ?
Specification Design Language?:confused:
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Let's assume I'm developing a game, with a main menu graphical window, and more graphical windows. So, SDL should be awesome for my needs (simple 2D pictures & animations). But I also need a login-form, registration-form, help-form, windows-form-like windows. Can I make the forms with SDL ?
Not as far as I know. Okay, you can still do the complete code for the UI yourself but it is probably not what you are looking for. Anyway, there is a better alternative for SDL: SFML[^]. It is quite recent (one or two years) and is a good replacement for the SDL (which offers an object-oriented architecture, instead of a C interface). It can also be integrated with MFC, so that's probably what you are looking for. Furthermore, the performances are much better than the SDL (I can tell you from experience that SDL is quite slow).
Cédric Moonen Software developer
Charting control [v1.3] -
Specification Design Language?:confused:
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
DavidCrow wrote:
Specification Design Language?
No, Simple DirectMedia Layer[^]
Cédric Moonen Software developer
Charting control [v1.3] -
Not as far as I know. Okay, you can still do the complete code for the UI yourself but it is probably not what you are looking for. Anyway, there is a better alternative for SDL: SFML[^]. It is quite recent (one or two years) and is a good replacement for the SDL (which offers an object-oriented architecture, instead of a C interface). It can also be integrated with MFC, so that's probably what you are looking for. Furthermore, the performances are much better than the SDL (I can tell you from experience that SDL is quite slow).
Cédric Moonen Software developer
Charting control [v1.3] -
Specification Design Language?:confused:
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Not as far as I know. Okay, you can still do the complete code for the UI yourself but it is probably not what you are looking for. Anyway, there is a better alternative for SDL: SFML[^]. It is quite recent (one or two years) and is a good replacement for the SDL (which offers an object-oriented architecture, instead of a C interface). It can also be integrated with MFC, so that's probably what you are looking for. Furthermore, the performances are much better than the SDL (I can tell you from experience that SDL is quite slow).
Cédric Moonen Software developer
Charting control [v1.3]Cedric Moonen wrote:
SFML[^]. It is quite recent (one or two years) and is a good replacement for the SDL (which offers an object-oriented architecture, instead of a C interface).
Good to know, thanks!
-
Not as far as I know. Okay, you can still do the complete code for the UI yourself but it is probably not what you are looking for. Anyway, there is a better alternative for SDL: SFML[^]. It is quite recent (one or two years) and is a good replacement for the SDL (which offers an object-oriented architecture, instead of a C interface). It can also be integrated with MFC, so that's probably what you are looking for. Furthermore, the performances are much better than the SDL (I can tell you from experience that SDL is quite slow).
Cédric Moonen Software developer
Charting control [v1.3] -
Dejavu ;) nic
OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]
:-D
Cédric Moonen Software developer
Charting control [v1.3]