Search Results

Found 3 results for "42afd916426084437d8d4db3c18216dd" across all boards searching md5.

Anonymous /vmg/1778093#1801660
8/2/2025, 10:16:11 AM
>We jizzed on the food and fed it to Yeonwoo to power her up
>Erneste's perverted face holding up all of it with pride
CONSUME THE CUM CHALICE
Anonymous /v/714374961#714385370
7/3/2025, 4:35:16 PM
I will never let myself be demotivated ever again if this passes.
Even a random Mold Man can save Vidya if he tries hard enough.
Anonymous /v/713881074#713931282
6/29/2025, 1:01:03 AM
>>713888832
- Love2D was used to create SNKRX and you can check a327ex's blogs(he explains his engine in full) or the Balatro source to see how things can be done
- PyGame is used by 'doctorFlufflypotato' to release 2-3 steam games, write a networked cart racer, VR shooter, and he explains in several streams how he made his own level editor
- Randy just released a 'blueprint' project that gives you a basic game engine, with a simple graphics pipeline, using SOKOL bindings to achieve cross platform functionality written in Odin: https://github.com/baldgg/blueprint
- You can just write directly over SDL like many game frameworks already do in C or a scripting language that just calls the C bindings(this is what PyGame does)
- RayLib is an option, although I'm not aware of any commercial games made with it

I don't think learning OpenGL right out of the gate is a good idea. Eventually you'll want to learn about the graphics pipeline, but until then you should focus on understanding the 'shape' of a game engine.
Also, you should PICK ONE thing and focus 100% on it. Don't split your attention across five projects, languages, and frameworks, that's how you die without getting anything done.