python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Orthographic perspective map ̀problems
I was trying to make a sphere using some data I found on Wikipedia about the Orthographic projection of a map and there's been something that has been keeping me busy for some time. When I run the pro...
MisterJuanXDLOL
Votes: 0
Answers: 1
Why is Javascript Canvas putImageData drawing a white image to screen?
I am trying to draw a gray gradient (or a few of them actually) to the canvas. To do this I am using the getImageData() and putImageData() methods of canvas. data is an Uint8ClampedArray with size 10...
Teodor Dyakov
Votes: 0
Answers: 1
Canvas.putImageDate - Weird Behaviour
I'm trying to use perlin noise to create a noise map using html canvas.
Here's my code:
const width = noiseMap.length
const height = noiseMap[0].length
const colorM...
Thiago Facchini
Votes: 0
Answers: 1