Coder Social home page Coder Social logo

nbody-simulator's Introduction

N-Body particle simulator implemented for CSCI1951U

Version 0.1 for initialy submission.

  • Randomized number of balls created upon initialization N(10,2)
  • Randomized initial velocities upon initialization (v = N(2,0), Theta = U(0, 2*pi))
  • Randomized masses and sizes upon initialization N(4,2)
  • Dynamic lighting illuminates the planets
  • Balls cannot collide with each other
  • Balls collide elastically with the walls

Version 0.2 plans:

  • Balls interact with each other’s gravity implementing an N-body simulation
  • Pleasing color palette
  • Users specify the target framerate
  • Use no more than 200 MB memory, profile code to reduce CPU usage

Version 0.3 plans:

  • The Mouse represents a body with mass when it is moved over the screen
  • Scrolling increases or decreases the mass of the mouse
  • Balls trace out a line or stream of dots that slowly disappears in their wake

Version 1:

  • Relativistic effects
  • Add a user-configurable speed of light slider

nbody-simulator's People

Contributors

peterhuson avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.