Dude, youre awesome, great teaching. Even though my English is terrible I understood everything i needed, thx sir
@CodingWithRuss7 ай бұрын
Nice! Glad it made sense
@Antiwoke-s6x6 ай бұрын
For sure is awsome. I subscribed and am loving it so far.
@Dennis.Vlachopoulos Жыл бұрын
That is really cool and useful for simple hitboxes for simple games!
@CodingWithRuss Жыл бұрын
Thanks, yea exactly, it can save loading in extra assets if a simple shape can be used instead.
@oatz1878 Жыл бұрын
Mate! Great video. I’ve been making a basic GUI to display elements of a dashboard for an electric car I’ve built. Taking CAN data and displaying the data graphically. Im a bit basic at this pygame stuff, so it’s all bar graphs using rectangles, but I’m inspired to get creative with arcs to make a functioning round gauge. The radians are a bit tough to wrap my head around though.
@Jacknoham Жыл бұрын
how do I make a triangle?
@CodingWithRuss Жыл бұрын
There's no native triangle shape in pygame but you can use polylines to create one by defining the corners of the triangle
@godpranit9 ай бұрын
can someone tell me how to change the thickness of a line??
@Antiwoke-s6x6 ай бұрын
Why would I run into a bunch of intention errors? I'm a newbie so please take it easy on me. Typed everything in exactly like it is here and I just cannot get a shape (the rectangle) to display. It keeps giving me indentation errors.
@its_zayy__3 ай бұрын
if you’re getting indentation errors make sure there’s no unnecessary spaces before your lines
@Antiwoke-s6x3 ай бұрын
@@its_zayy__ Thank you so much, I really do appreciate it.
@its_zayy__3 ай бұрын
@@Antiwoke-s6x no problem dude :D
@howtopostanaudiobook455511 ай бұрын
What program are you coding in?
@CodingWithRuss11 ай бұрын
Sublime text
@gorpazin6982 Жыл бұрын
Great video. Thanks.
@CodingWithRuss Жыл бұрын
Glad you liked it
@chukwumakingsley8790 Жыл бұрын
Good one. Thank you
@CodingWithRuss Жыл бұрын
Glad it was helpful
@32_bits Жыл бұрын
interesting how fast the graphics are drawn and displayed
@CodingWithRuss Жыл бұрын
Yes its quite quick and can be useful instead of using sprites for simple images that can be drawn as a shape.
@timurryssuly3058 күн бұрын
Why are all the shapes so pixelated?
@saadedi75 Жыл бұрын
Thanks
@fortnitegamer20228 ай бұрын
what language is this?
@anomalous50488 ай бұрын
pygame
@ik3207 Жыл бұрын
why the hell do arcs need to be passed in as radians 😭