G
G
godsplane2022-03-16 19:15:34
JavaScript
godsplane, 2022-03-16 19:15:34

How is the modern approach used when creating various animations/drawings on canvas?

Now I’m delving into this technology and it seemed to me that there wasn’t much here.
Are any libraries used for beautiful rendering of anything (abstraction) on canvas? Or what is the modern approach in general?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shamanov, 2022-03-16
@godsplane

https://developer.mozilla.org/en-US/docs/Web/API/C...
https://developer.mozilla.org/en-US/docs/Games/Tec...
https:// developer.apple.com/library/archive/docume...
in general, only basic functionality is always available out of the box. opengl and directx are also based on this primitive functionality.
+ this is not the fastest technology - in many browsers it is implemented programmatically

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question