This website is under construction. Some features may not work properly. Please be patient.
TI Stella
About

Stella is a time driven simulator. It is not a programming environment, as you cannot write programs with it. You can simply simulate events occuring over time. I am currently working to write a version of Stella for TI. Why? Because it's challenging, and it will let me do my comp sci homework twice as fast (30 seconds instead of a minute).

Update: I am stopping work on this program. If anybody wants to continue it, email me at ub[NOSPAM]er@awesomelicious.com

Features

Currently there are very limited features of TI Stella.

Currently supports:
  • Stocks, flows (in+out, uni+bi), and converters
  • Variables
  • Equations which reference other stocks, flows, converters, or variables
  • Up to 5-letter object names
  • Multiple runs of the same setup
  • Circular references
Currently lacks:
  • Saving
  • Non-negative option for stocks
  • Graphics
  • Easy way to create setups (currently uses menu selection)
  • Advanced functions in equations (If-then-else structures)
  • Speed (hopeless, its a calculator)
  • Automatic detection of calculation order (must be manually entered)
  • Runs using more than 99 time intervals (due to matrix size limitations)
  • Intuitiveness
  • Decent error checking