An open API service indexing awesome lists of open source software.

https://github.com/clord/negative_mass

very simple simulation of what negative mass would look like in newtonian mechanics. Of course this is most likely not what reality is like, but I was struck with the simplicity of the idea and whipped this up one weekend to try it out. Bugs and issues abound.
https://github.com/clord/negative_mass

Last synced: 4 days ago
JSON representation

very simple simulation of what negative mass would look like in newtonian mechanics. Of course this is most likely not what reality is like, but I was struck with the simplicity of the idea and whipped this up one weekend to try it out. Bugs and issues abound.

Awesome Lists containing this project

README

          

What is negative mass? It would be how the universe behaves if antimater falls "up". This property of antimatter has not been determined yet: http://www.technologyreview.com/blog/arxiv/26709/

Negative Mass Simulator
=======================

You should be able to build (once you have devtools) on any mac with:

make

I also include a [`Tupfile`](http://gittup.org/tup/) in case you like that sort of thing. I do.

More info (including videos of what the output is) at [my blog post about this code](http://christopher.lord.ac/wanna-simulate-the-universe-0)

Licence
=======

The MIT License

Copyright (c) 2010 Christopher Lord

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.