Drawing Shapes with the HTML5 Canvas!

preview_player
Показать описание
Learn how to draw triangles, Bezier curves, rectangles, and circles in this informative tutorial!

Рекомендации по теме
Комментарии
Автор

"Geezer curves" - Poth

thank you so much, great video! i just found your channel, and i love all of it!

coochieman
Автор

I dont get how u have 3 sides to use it. U have css, js, html. What editing app u use?

johnreyes
Автор

When I change the height on mine the height of the canvas doesn't get incremented like yours in 1:10. Why could this be happening? Thanks for the videos, this is indeed the best way to learn js. I am commenting every single line of code to make this the beginning of my learning route.

Автор

Hello . Good work . I want to make graphics, animations and may be some simple games . But I am confused with different technology available . I have some knowledge on Java and thought of creating creative visual content on it . But now I think that it is too difficult and time consuming to develop a game in Java . So I have done some research and came to know about HTML5, CSS and JS . Well all the work that I have seen created using these technology seems very good . But I am not sure . I just want to know from you, Can I develop mobile (android and ios) apps with these tech, or some browser addon, Is by learning these tech I could develop app for all the platform . And lastly Could you give some info on the large picture of all these tech and how they fit together . For example, what is phaser and how it fit with others or what are framework . Do we need them or what . Hope you understand my confusion . Thank you

ctheart
Автор

with the arc method what happens if you use Math.PI * 3?

bennyquick
Автор

I couldn't get this one to work very much. All I ended up with was the text PoP Vlog - Canvas on one side of a giant blue rectangle, and canvas> on the other side, I could change the color of the rectangle. Edit: and I could adjust the size of the rectangle.

Faceplantfloor