вес - A simple gravity simulator

  • ief015
    1st Oct 2010 Former Staff 0 Permalink
    Update
    Download it here http://www.iefhost.com/dl/Bec/builds/10.%20October%202010/
    Or, get the source code here http://www.iefhost.com/dl/Bec/src/10.%20October%202010/

    October 5, 2010
    -In order to get leveling working, first few levels are pretty damn simple now.

    October 7, 2010
    -Collision modes for objects. Refer to the Instructions.
    + "None" : No collision. Objects will pass through eachother.
    + "Merge" : Merges objects into the object with biggest mass. Smaller mass object is removed. This is default.
    + "Soft" : Objects will softly bounce off eachother.
    + "Jelly" : AKA Absorb Mode. Soft mode with a merge.
    -Minor fixes and additions.
    -Fixed some crap in the instructions. Also added instructions file because the console is kind of annoying to read.
  • TheWiseEyes
    1st Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • duartel
    1st Oct 2010 Member 0 Permalink
    this is EPIC
    i haz it i just have one question
    gravity is affected by mass itself or mass-radius ratio?
  • zc00gii
    1st Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • ief015
    1st Oct 2010 Former Staff 0 Permalink
    duartel
    Mass. Radius has no effect on other objects, except collision.

    zc00gii
    SetPixel() isn't very fast with SFML, and drawing pixel-sized rectangles isn't very efficient either.
    The best way I can think of is using OpenGL directly, with GL_Points.
  • ief015
    1st Oct 2010 Former Staff 0 Permalink
    Update
    Download it here http://www.iefhost.com/dl/Bec/builds/10.%20October%202010/
    Or, get the source code here http://www.iefhost.com/dl/Bec/src/10.%20October%202010/

    October 11, 2010
    -Objects will spawn where you initially click the mouse, instead of where the mouse is when you release left-click.
    -Trajectory guides when 'shooting'.
    -Trajectory length can be edited though the config.ini.*

    Solar System creation now 100x easier.


    *If trajectories screw up while zooming, redownload now, it has been fixed. Also an extra update.