Skip to content

unclebob/clojureOrbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <CLJLIB>/clojure.jar:<CLJLIB>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
  <space>  Center the sun.


About

Orbital simulator in Clojure

Resources

Stars

Watchers

Forks

Packages

No packages published