Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unclebob/clojureorbit

Orbital simulator in Clojure
https://github.com/unclebob/clojureorbit

Last synced: about 1 month ago
JSON representation

Orbital simulator in Clojure

Awesome Lists containing this project

README

        

Simple Orbital Simulator written in Clojure.
Robert C. Martin
2 Jun 2010

To run:
java -jar clojureOrbit-standalone.jar

or to execute wihout the jar:
java -cp /clojure.jar:clojure-contrib.jar clojure.main src/orbit/run.clj
where CLJLIB is the directory that holds the jar files for clojure.

or, with leiningen:

lein deps
lein repl
(load "orbit/run")

Commands:
q Quit
+ zoom in
- zoom out
t toggle trails
Center the sun.