B
B
bloh_creator2020-01-15 16:59:48
Canvas
bloh_creator, 2020-01-15 16:59:48

What can be done in canvas that can't be done without it?

Hi all. Recently in programming. There was such a philosophical question - "what can be done in canvas , what can not be done without it?". In essence, canvas can update the content at any time, this is how I understand its main essence. But I can also do it with setinterval . And many other features, you can think of. Meaning in canvas ?
What can't be done without canvas?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Programming, 2020-01-15
@bloh_creator

This is NOT a philosophical question.
Philosophy is a picture of the world, a worldview, metaphysics, the meaning of life ...
There are three ways to draw on a canvas:
1) you can draw shapes, text and pictures on it
60 times per second, an image is drawn, erased and drawn again
2) you can insert an array of values pixels, also for example 60 times per second, the refresh rate can be any
3) via WebGl

L
Lev Zabudkin, 2020-01-16
@zabudkin

You are here to read: here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question