yes raylib but first holy your terminal setup is fire
@merial92 күн бұрын
Wow two introduction to Raylib in less than one month. Here and in the Clear Code channel!
@codingwithsphere2 күн бұрын
Oh wow ! I didn't know he made a video too. Hes one of the youtubers that I used as a resource to get into game development. Pretty cool
@eduardabramovich12162 күн бұрын
Please keep up with the Raylib content!
@lel75312 күн бұрын
Watching halfway through and can already tell this video is of excellent quality and you always like some vim mastery being displayed. Can't wait to see more ! If there's enough interest maybe make it a series? I don't know
@codingwithsphere2 күн бұрын
Thank you ! I'm thinking rather than making a sequential series, I'll cover topics individually. The next one I'm planning is on building an animation system, for example.
@manchunyu8432 күн бұрын
I found the beginning of the video very helpful, as I have only experience programming in C in a cloud-based environment, where makefiles and compilers were already set up. Thank you so much for showing me how to setup the environment for making a raylib project!
@codingwithsphere2 күн бұрын
No problem thank you for watching !
@wiseskeshom46732 күн бұрын
Thank you so much, I really enjoyed this introduction to Raylib vid. Looking forward to the next video in this series.
@tobafett28732 күн бұрын
lovely walkthru. Very similar to the process I go thru setting up a new 2D game :)
@YeahItsThatBad2 күн бұрын
Awesome man, good luck with this new series!
@codingwithsphere2 күн бұрын
thank you !
@arijitgogoi56532 күн бұрын
I was just playing with raylib today. Imagine the co incidence!!!
@spYf082 күн бұрын
Thanks ❤
@presauced12 сағат бұрын
I was amused on why you'd use a Sprite struct for the player since traditionally you'd use a Player struct with sprite data -- but then found out you were working on a tutorial using Ebitengine (which states that everything is an image). Very interesting :)
@ismotheis2 күн бұрын
I enjoy feeling validated that other programmers treat C++ as just C with some extra treats thrown on top.
@hexstudiosКүн бұрын
I just wanna know where you found that sick background 👀
@codingwithsphereКүн бұрын
@@hexstudios it's a painting by nicola samori
@simonritch80892 күн бұрын
Thanks for the tutorial. What text editor are you using? I love the cursor animation
@codingwithsphereКүн бұрын
@@simonritch8089 neovim, but the cursor animation is from my terminal emulator kitty
@insadeytКүн бұрын
I really loved ur wallpaper can i get a download link ?
@codingwithsphereКүн бұрын
@@insadeyt it's a painting by Nicola Samori. I think I found it on wallhaven
@mthw2 күн бұрын
I think you'd really like the Odin programming language Michael, includes bindings for Raylib as standard.
@codingwithsphere2 күн бұрын
I'm very interested in that language. Maybe I'll give it a try !
@mthw2 күн бұрын
@@codingwithsphere Karl Zylinski recently released a very good book about Odin through his itch account, he also has a KZbin channel focused on the language.
@mehmeh88832 күн бұрын
W
@PokemonBattleQuestGodot2 күн бұрын
yo how does you’re terminal mouse jump around like that i have been trying to find that effect for a while now but didnt know the name
@codingwithsphere2 күн бұрын
It's called a "cursor trail". I'm using the kitty terminal, which recently added support for it. As far as I know, no other terminal emulator has the feature. This specific style stems from Neovide, which is like a terminal emulator but only runs neovim
@PokemonBattleQuestGodot2 күн бұрын
@ so it wouldn’t work in ghostty yet aight thanks!