Drawing shapes using JavaScript

  Рет қаралды 13,307

Radu Mariescu-Istodor

Radu Mariescu-Istodor

Күн бұрын

Пікірлер: 61
@pesterenan
@pesterenan 2 жыл бұрын
Another nice episode! All well-explained and at a good pace for someone that is beggining to learn about front-end dev! =)
@Radu
@Radu 2 жыл бұрын
Thanks :-) happy to hear you like the content!
@levgopratama7878
@levgopratama7878 Жыл бұрын
If only I could find this channel earlier. But better late than never. Thanks for the tutorial Radu. It easy to understand for someone who know nothing about coding like me
@Radu
@Radu Жыл бұрын
Glad to help!
@unknown-bx8my
@unknown-bx8my 2 жыл бұрын
I will watch the entire course even though i think i know 70% of canvas element functionalities😀 I am very excited to watch the advanced videos too. This is very useful for beginners.
@Radu
@Radu 2 жыл бұрын
I have a feeling you know everything here :-) but I tried to sprinkle in some tricks here and there, so, maybe something new for you as well. Who knows? :-)
@a.j.outlaster1222
@a.j.outlaster1222 Жыл бұрын
I know this, But, It took me MUCH longer than 10 minutes, He is good at explaining things quickly, Right? Thx, Radu!
@chessketeer
@chessketeer 5 ай бұрын
Great tutorial! Thank you.
@Radu
@Radu 5 ай бұрын
You're welcome :-)
@CarlosToscanoOchoa
@CarlosToscanoOchoa 2 жыл бұрын
Hi Radu! I got to know you through a recent video in which you explained how to code a self-driving car in canvas. I'll also go through this entire series. On top of that: tell us a good book to learn how to master canvas element, please! Many thanks!
@Radu
@Radu 2 жыл бұрын
Hi, I actually haven't studied a book on the topic. All the technical things you need are here: developer.mozilla.org/en-US/docs/Web/API/Canvas_API To those all you need to add is some creativity :-)
@CarlosToscanoOchoa
@CarlosToscanoOchoa 2 жыл бұрын
@@Raduso directly from the source, right? Alright, thanks!
@Radu
@Radu 2 жыл бұрын
I think so... I would look at that source for technical knowledge and KZbin for ideas (what others create using the Canvas)
@offorjohn
@offorjohn 5 ай бұрын
Thanks for this awesome tutorial.
@Radu
@Radu 5 ай бұрын
You're very welcome! :-)
@KlinovAS
@KlinovAS 2 жыл бұрын
Nice! Really easy and cool material Good examples. Thank you! Please don't forget about curves in the future. I would like to learn how to draw analytical graphs
@Radu
@Radu 2 жыл бұрын
Ok. Good to know. I will make an intermediate/advanced course about the canvas someday. But also some math related videos too. It will have curves as well. Let's see which one I will make first :-)
@vadimgaymanovskiy4203
@vadimgaymanovskiy4203 2 жыл бұрын
Great. I'm waiting for the next lesson
@Radu
@Radu 2 жыл бұрын
Will be out this week (probably Friday).
@philliplam2704
@philliplam2704 2 жыл бұрын
will future lectures include more advanced topics? such as how to move/bounce shapes w/ boundary & collision detection?
@Radu
@Radu 2 жыл бұрын
Hi, unfortunately no. I will only teach some animation basics. My puzzlecam and self driving car courses have what you are looking for.
@philliplam2704
@philliplam2704 2 жыл бұрын
@@Radu thank you I will check out the puzzle cam. Looks amazing, thanks for always making unique content
@Radu
@Radu 2 жыл бұрын
@@philliplam2704 thanks for watching :-) you may still keep an eye on this one, though. It's basic, but I do sprinkle in some clever things here and there :-)
@mattoattacko
@mattoattacko 2 жыл бұрын
Great content mate!
@Radu
@Radu 2 жыл бұрын
Thank you :-)
@nickpawsey
@nickpawsey 2 жыл бұрын
Nice video man, very helpful.
@Radu
@Radu 2 жыл бұрын
Glad you think so :-)
@callmejobson
@callmejobson 2 жыл бұрын
Great video! I now have use for the graph paper I saved all those years ago XD
@Radu
@Radu 2 жыл бұрын
That's great! :-))
@davidmurphy563
@davidmurphy563 2 жыл бұрын
I've never seen an arc go clockwise before... It's always anti-clockwise because positive x and positive y. It's just what you get with the least amount of maths whether it's trig it a rotation matrix. If you were going to do clockwise you'd think they would start from 12 O'clock but no, they start from the usual 3pm... JS always has to be different! :)
@davidmurphy563
@davidmurphy563 2 жыл бұрын
Oh wait, zero is top left, that's why.
@Radu
@Radu 2 жыл бұрын
Yup :-)
@davidmurphy563
@davidmurphy563 2 жыл бұрын
@@Radu I had to do a handstand to figure that one out! 🤸 ;)
@Radu
@Radu 2 жыл бұрын
@@davidmurphy563 Only great coders can handstand while coding. You must be one of them ;-)
@davidmurphy563
@davidmurphy563 2 жыл бұрын
@@Radu Ha! Always wondered why Australians are so good at coding! Your 20k celebration video is going to have to be done hanging from the ceiling now!!
@mamavscience2977
@mamavscience2977 Жыл бұрын
Ahem, you have to put height and width attributes within the tag itself, rather than in a style rule? I just learned that the hard way.
@Radu
@Radu Жыл бұрын
The difference is that putting it in the tag will set the canvas' actual width and height to those values. CSS is just a style. It will stretch the canvas to visually fit those values, but its internal properties won't change.
@mamavscience2977
@mamavscience2977 Жыл бұрын
@@Radu Many thx for explaining! I had no idea there was such a difference btwn surface appearance and "internal properties"....just like real life!
@Radu
@Radu Жыл бұрын
@@mamavscience2977 Deep 🤔
@he4-f2e
@he4-f2e 2 жыл бұрын
Done!
@Radu
@Radu 2 жыл бұрын
Cool!
@TanmayGaude23e4
@TanmayGaude23e4 2 жыл бұрын
Thank you:)
@Radu
@Radu 2 жыл бұрын
No problem :-)
@od1367
@od1367 2 жыл бұрын
Thanks professor, Ima be on break I hope to catch up next week professor.
@Radu
@Radu 2 жыл бұрын
Breaks are important :-) I'm on a long one myself!
@od1367
@od1367 2 жыл бұрын
@@Radu yeah i remember you told me, I hope you are having fun I hope to go to Europe one day
@omeralishin
@omeralishin Жыл бұрын
nice it's like computer graphics with opengl
@Radu
@Radu Жыл бұрын
A bit, but easier, I think :-)
@omeralishin
@omeralishin Жыл бұрын
@@Radu yes ... I'll try to learn 😁
@akhiltenny1855
@akhiltenny1855 Жыл бұрын
tenks
@Radu
@Radu Жыл бұрын
You're welcome!
@wbDev-23
@wbDev-23 3 ай бұрын
bro i code on vs code and i wrote same to same html , css , js but canvas line is not visible. note: canvas is visible and hight width is work and also there no error show. now what i do. 😔
@Radu
@Radu 3 ай бұрын
If you want, you can share your code somehow (like on my discord) and I'll have a look.
@wbDev-23
@wbDev-23 3 ай бұрын
@@Radu please check
@Radu
@Radu 2 ай бұрын
I think I did check a few days ago, and found the problem.
@wbDev-23
@wbDev-23 2 ай бұрын
@@Radu Thanks
@AndyRocket1000
@AndyRocket1000 Жыл бұрын
🥱because the internett is not already full of canvasBasic🥴setup
@Radu
@Radu Жыл бұрын
Hmmm, ok. Many viewers asked me to do a 'basics' series so I did. They also ask for JavaScript basics and I'm considering it too... You think there's no value in teaching something already done by someone else?
@AndyRocket1000
@AndyRocket1000 Жыл бұрын
@@Radu yes ofcourse. Personaly.. Im trying to build two Things: a game engine and a chat system. And it already took too long. I watch many code videos. But.. it’s like .. every video stops on the moment when Things starts to Get interesting. 👀
@Radu
@Radu Жыл бұрын
@@AndyRocket1000 What kind of game are you trying to make? I have only few game tutorials, like puzzle cam and I guess the self-driving car simulation has many game elements as well. I don't have anything about chats at the moment.
Color and Style - HTML Canvas
10:56
Radu Mariescu-Istodor
Рет қаралды 6 М.
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 5 МЛН
Человек паук уже не тот
00:32
Miracle
Рет қаралды 3,8 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 74 МЛН
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 22 МЛН
Learn HTML5 Canvas By Creating A Drawing App | HTML Canvas Tutorial
19:43
HTML5 Canvas tutorial 7 - Drawing arcs and circles on the canvas
7:11
Create a simple drawing app using javascript and HTML5 canvas
9:51
JavaScript Academy
Рет қаралды 45 М.
HTML Canvas Course (Lecture 1)
18:55
Radu Mariescu-Istodor
Рет қаралды 16 М.
JavaScript & Canvas : Drawing Lines
4:43
Idaho Coders
Рет қаралды 9 М.
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 5 МЛН