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

https://github.com/shouya/lorenz

Lorenz System Demonstration
https://github.com/shouya/lorenz

Last synced: 26 days ago
JSON representation

Lorenz System Demonstration

Awesome Lists containing this project

README

        

# Lorenz System Demonstration
## What does it look like
Screenshot:

![for sigma=10, rho = 15, beta = 8/3](https://github.com/shouya/lorenz/raw/master/lorenz_screenshot.png)

## Requirements
* [ruby](http://ruby-lang.org) v1.9 tested, should support v1.8
* [rubygame](http://www.rubygame.org)
* [SDL](http://www.libsdl.org)

## Usage
`ruby game.rb`

## License
![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png)

```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
```