Coding Global Background
Coding Global

Drawing smth from an array

Archiviert 4 months ago
2 Nachrichten
2 Mitglieder
Erstellt 5 months ago
Aktualisiert 5 months ago
In Discord öffnen
S
Sarp
Verified
Lets say that I have an array just like this:

[
1, 0, 0
1, 1, 0
1, 1, 1
1, 1,0
]

I wanna convert this to a drawing (each value in the array being 1x1 pixel) using the HTML/JS canvas api. I couldn't figure it out myself and I don't really know which technical term it correlates to thus I couldn't Google it myself.

Antworten (1)