The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
A question about 3D graphics and SDL
Tassarion Vesryn
Guest

Hello,

3D high quality graphics are often used in games that are made with SDL ?. Games of any kind.
A question about 3D graphics and SDL
Sik


Joined: 26 Nov 2011
Posts: 905
Well you can use OpenGL directly with SDL, so as long as your engine
can take the OpenGL context from the SDL window, yeah you can do that.
In this case SDL still would be used for all the non-graphics tasks.

2016-04-21 6:04 GMT-03:00, Tassarion Vesryn:
Quote:
Hello,

3D high quality graphics are often used in games that are made with SDL ?.
Games of any kind.

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
A question about 3D graphics and SDL
Tassarion Vesryn
Guest

I refer only to the image itself (eJ: myFile.png)

On Thu, Apr 21, 2016 at 11:16 AM, Sik the hedgehog wrote:
Quote:
Well you can use OpenGL directly with SDL, so as long as your engine
can take the OpenGL context from the SDL window, yeah you can do that.
In this case SDL still would be used for all the non-graphics tasks.

2016-04-21 6:04 GMT-03:00, Tassarion Vesryn:
Quote:
Hello,

3D high quality graphics are often used in games that are made with SDL ?.
Games of any kind.



_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
A question about 3D graphics and SDL
Tassarion Vesryn
Guest

The question is because I'm doing some free courses related to programming (3D graphics, algorithms, etc) and I would like to know if there are particular topics that interest more.

The course is not 3D graphics with OpenGL.

On Thu, Apr 21, 2016 at 11:20 AM, Tassarion Vesryn wrote:
Quote:
I refer only to the image itself (eJ: myFile.png)

On Thu, Apr 21, 2016 at 11:16 AM, Sik the hedgehog wrote:
Quote:
Well you can use OpenGL directly with SDL, so as long as your engine
can take the OpenGL context from the SDL window, yeah you can do that.
In this case SDL still would be used for all the non-graphics tasks.

2016-04-21 6:04 GMT-03:00, Tassarion Vesryn:
Quote:
Hello,

3D high quality graphics are often used in games that are made with SDL ?.
Games of any kind.



_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org





Re: A question about 3D graphics and SDL
DLudwig


Joined: 09 Feb 2012
Posts: 179
Tassarion Vesryn wrote:
3D high quality graphics are often used in games that are made with SDL ?. Games of any kind.


Yes, LibSDL can be, and has been, used to make games with 3D graphics.

Does this answer your question?

Cheers,
-- David L.
A question about 3D graphics and SDL
Tassarion Vesryn
Guest

Yes, thanks!


On Thu, Apr 21, 2016 at 6:43 PM, DLudwig wrote:
Quote:



Tassarion Vesryn wrote:

3D high quality graphics are often used in games that are made with SDL ?. Games of any kind.




Yes, LibSDL can be, and has been, used to make games with 3D graphics.

Does this answer your question?

Cheers,
-- David L.


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org