Recent content by Bob65536

  1. B

    Approximating Ellipse Orbits with Newton's Law

    We need more information to be able to help you. Do you want to simulate the orbit of a body based on its position and velocity? Do you just want to plot random orbits? In which case it would be easier to base it on eccentricity and period. Can the orbits change and what sort of events...
  2. B

    Simulating Galactic Evolution in a Game

    That's a great point. Thanks for the input. When I update the velocity of the fluid due to gravity, I will first apply it to adjacent cells from the center of the cells. Then I will apply it individually between the center of nearby stars to the center of the cell. I also forgot to mention...
  3. B

    Simulating Galactic Evolution in a Game

    There are three types of resources: light elements, heavy elements, and exotic elements. These elements are used in creating ships, defences, infrastructure, and a small amount is used in research. You can mine them yourself or give permission for others to mine from your star as well. You can...
  4. B

    Simulating Galactic Evolution in a Game

    I am writing a browser based multiplayer game. The basic idea is that you are the leader of a very advanced spacefaring civilization. Your objective is to gather resources and develop your technology further. You gather resources by mining stars. The more stars you control, the more resources...
  5. B

    Rotations in nth Dimensional Space

    Let me start by saying I do not have a lot of background in linear algebra, but I'm not afraid of learning. I am working on a flash animation with action script. That does the following: 1. Start with a point. 2. Add width so it turns into a line. 3. Rotate about the x-y plane 360 deg. 4...
Back
Top