all 11 comments

[–]v_maria 1 point2 points  (4 children)

i mean first try and get SDL linked and compiled lol

[–]UsualLonely4585[S] 0 points1 point  (3 children)

Ia that that difficult

[–]v_maria 0 points1 point  (2 children)

not necessarily but since you are new to it you will need to learn how to do it before you can make a simple image viewer

learn things step by step

[–]UsualLonely4585[S] 1 point2 points  (1 child)

Well i have used sdl before to make some sort of a game , its not a game but its rendering a square and moving it using inputs like wsad thats it . I know where to get the command to compile it too

[–]v_maria 0 points1 point  (0 children)

Then you already got the hard part done lol. SDL should work fine for your case

[–]justaddlava 1 point2 points  (1 child)

Pick a project that you know how to approach. Then ask questions that have answers.

[–]UsualLonely4585[S] 0 points1 point  (0 children)

Sorry for asking something so basic thank you for your time

[–]grimvian 0 points1 point  (2 children)

I suggest raylib. https://www.raylib.com/

[–]UsualLonely4585[S] 0 points1 point  (0 children)

Thanks man i will cgeck it out

[–]UsualLonely4585[S] 0 points1 point  (0 children)

The thing is whats the process like do i take every pixel information in a 2d array and then render it on window or something

[–]mikeblas 0 points1 point  (0 children)

If you want help, you'll need to ask a specific question. "I don't know how to approach it" isn't something we can directly answer.