Lerp is used everywhere in games. Itβs simple, but combined with a few small tricks it becomes incredibly powerful.
This thread is full of visual examples.
Lerp is used everywhere in games. Itβs simple, but combined with a few small tricks it becomes incredibly powerful.
This thread is full of visual examples.
Nice update to pico_ecs v3.0: github.com/empyreanx/pi...
Test version of the web build of my #gamedev tiny shoot em up is available on pusewicz.itch.io/raptor-cute-c
Would you say that Swift is a complex #programming language?
The most important screen in all #gamedev is #gameover.
Itβs funny how one can quickly adapt to a more archaic syntax and features of a programming language, and enjoy it.
Iβm specifically talking about C.
#programming
Randy wrote a nice overview of Cute Frameworkβs Renderer randygaul.github.io/cute_framewo... How does it compare to your own renderer? #2d #gamedev
@gamefromscratch.bsky.social It would only be matching for your account and channel to talk about Cute Framework! Itβs cute and allows you to build games fromβ¦ scratch! π github.com/RandyGaul/cu...
Made something cool with the Cute Framework? Let the world know!
randygaul.github.io/cute_framewo...
#cute-framework
Yep, they still have a long way to go.
Readability 101
When exploring a game development framework, what is it that draws your attention? Screenshots in the README? Demos available in-browser? What makes you think βOoh, I want to try it!β?
Iβm back with experimenting in Swift. Trying to figure out how to use Tasks as an alternative to C coroutines. The whole @MainActor malarkey is not simple #gamedev
@eskilsteenberg.bsky.social Loved your last interview on the Wookash Podcast. How can I convince you to become a mentor for a novice C programmer like me?
Nice! As Iβm exploring the world of gamedev, how does one correctly reverse the screen point to game world point? Is it just literally the reverse formula for a point in game world to the rendered pixel? How would one calculate that with this fake perspective mode? simonschreibt.de/gat/dont-sta...
I think it's not too late to pivot into cozy farming sim #neracoder #gamedev
Yes, I did enjoy adding pico_ecs.h to my project. I think we will become friends. #gamedev
Just look at these colors!
My brain when reading this: What Continuous Deployment did Cabel listen to?!
This is both insane and amazing at the same time. You can now develop games on your own iPhone! #gamedev
Awesome, congrats!
I have this small #gamedev sideproject Iβm toying with. Itβs a small 2D game with spaceships using a C/C++ game framework called Cute Framework but Iβm using it with #SwiftLang. Iβm after general code feedback from someone who has experience. github.com/pusewicz/rap...
Iβm playing around with Cute Framework at github.com/pusewicz/rap...
Pretty good start for a book about game engine programming in C! Enjoyed going through the content step-by-step. #gamedev #indiedev
How difficult would it be to add actual default argument values to functions in C? #langdev
This is looking good!
Swift is a complex beast. So many features, so many keywords. Is it time to simplify the approach and go with C?
Duneβs soundtrack (especially the Amiga version!) is still one of my favorites. Did you play it on a PC or Amiga?
Glad to see you picking up gamedev again!