HTML/CSS Gravity Simulator: JavaScript & HTML Canvas Code Review

AI Thread Summary
A user is developing a gravity simulator using JavaScript and HTML Canvas, seeking feedback on their code and physics calculations, particularly for acceleration and velocity of planets. They acknowledge their limited coding experience and express concerns about frame rate variability affecting calculations. The program allows users to adjust the gravitational constant, planet sizes, toggle a background image, and pause the simulation using specific keyboard keys. The user has shared a link to their code for review and is open to suggestions for improvement, emphasizing the need for assistance in refining their approach.
Kaura
Messages
122
Reaction score
22
Recently I have been working on a gravity simulator using JavaScript and HTML Canvas
I know that is not the most practical method but it fits my current skill set at the moment
I have worked out the basics but due to my lack of experience in coding I was simply looking for people who better understand the language as well as the physics applied by my program to take a look at it and give feedback and what works well and more importantly what I could improve
I especially would like feedback on my way of calculating acceleration and velocity for the planets as I am almost positive that better methods are available
I also believe that since the canvas is updated based on frames and frame rate can vary this might cause an issue in the calculations so any help resolving that issue would be appreciated

The code the for program can be found here
http://pastebin.com/raw/CsAhEheN

As I stated it is currently using JavaScript and HTML Canvas so the program itself is HTML
To run the program one can either save the code as an HTML file or use a HTML simulating website such as http://www.onlinehtmleditor.net/ which will show the program in a preview box

In the program itself the gravitational constant can be altered using the Q and W keys, the size of newly created planets can be altered using the A and S keys, the space image background can be toggled using the B key, and the program can be paused using the space bar

The code right now is probably very sloppy at the moment since I am fairly new to coding therefore any help at all would be greatly appreciated
Thank you so much for helping me and good luck
 
  • Like
Likes CynicusRex
Technology news on Phys.org
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

Replies
1
Views
2K
Replies
3
Views
2K
Replies
2
Views
1K
Replies
13
Views
2K
Replies
4
Views
3K
Replies
3
Views
2K
Replies
8
Views
2K
Replies
4
Views
2K
Replies
13
Views
5K
Back
Top