Posts by Arthur JC • 21 points
2 posts
-
-1
votes1
answer50
viewsA: collision response between circles is not working in javascript
Well, first some care must be taken: Suppose a circle has a velocity in x much higher than y (small angle) and both velocities are positive. In this case, it is better to make the sine arch (not the…
-
2
votes1
answer68
viewsQ: AJAX request failed to use the file:/// protocol at source. How to resolve?
I am making a very simple program where I need to read a . txt file with Javascript. I am not using any IDE, I just created . html files, . js and . txt in a folder. To simplify the question, I…