t. pogeet
!!b2oSUmilA2N
8/22/2025, 12:33:14 PM
No.106345535
>>106345401
Kshatriya. Not like it actually matters.
The only two places that really looks into that shit are the retarded government for its wage slave hiring and the even more retarded educational institutions.
>>106345474
>I don't deeply understand all the syntax
SDL library is based on event based architecture.
The library gives you events about windowing(resize, move, maximize, minimize), I/O events of peripherals like keyboard, mouse, joystick, monitor and much more but we don't need all of them just for running a game.
You just process those events and design your application(or your game in this scenario). Just figuring out how your games should respond to these events, like what you want your game to do when players presses W,A, S, D keys or moves the mouse, is pretty much all of our game development.
Kshatriya. Not like it actually matters.
The only two places that really looks into that shit are the retarded government for its wage slave hiring and the even more retarded educational institutions.
>>106345474
>I don't deeply understand all the syntax
SDL library is based on event based architecture.
The library gives you events about windowing(resize, move, maximize, minimize), I/O events of peripherals like keyboard, mouse, joystick, monitor and much more but we don't need all of them just for running a game.
You just process those events and design your application(or your game in this scenario). Just figuring out how your games should respond to these events, like what you want your game to do when players presses W,A, S, D keys or moves the mouse, is pretty much all of our game development.