Skip to content

Releases: kghose/groho

Phoenix

25 Jun 03:00
Compare
Choose a tag to compare

Groho 2020.06.24 screenshot

This is a rebirth of the program, hence this name. Differences to the last release are huge

  1. Instead of plotting in C++, in one program, we now have a simulator in C++ that simply computes and re-computes the simulation, and a visualizer in Python, that plots and re-plots the simulation. Both are triggered automatically when the input files are changed.
  2. Much of the internal structure of the C++ code has changed. The most conserved part is the SPK file loading code, though even that has evolved a bit.

Thaumasia

27 Aug 03:07
Compare
Choose a tag to compare
Thaumasia Pre-release
Pre-release

screen shot 2018-08-26 at 10 43 50 pm

groho-18 08 26

  • Time slider, allows quick jumps to arbitrary time points
  • Experimenting with different color scheme
  • Major refactor of internals

Phison

26 Jul 03:01
Compare
Choose a tag to compare
Phison Pre-release
Pre-release

screen shot 2018-07-25 at 11 03 19 pm

screen shot 2018-07-25 at 11 03 31 pm

screen shot 2018-07-25 at 11 04 34 pm

  • Markers for simulation bodies
  • Display layers: Key presses can now show/hide paths, markers and
    scaled models of bodies.
  • More dense sampling. Not perfect, but better and without having to implement interpolation
  • Code cleanups

Ophir

22 Jul 23:17
Compare
Choose a tag to compare
Ophir Pre-release
Pre-release

Notable features/changes

  • New - more user friendly - syntax for scenario files
  • Several basic spacecraft actions
  • BodyTree allows keyboard navigation of bodies to use as camera center
  • Text rendering! Shows the camera center and the state of the simulator
  • Much more efficient copying of data, display no longer slows simulation or forces simulation sampling

(Trying out calendar versioning and named releases. Names will be taken from here (I sorted the list by increasing size of feature and picked according to how it sounds ) and are names of features of Mars. An important release will get the name of a moon, and a yearly release will get the name of a planet)

Chase demo

13 Jun 09:47
Compare
Choose a tag to compare
Chase demo Pre-release
Pre-release

demo: Shows how to center camera on (chase) simulation object. Center object is hardcoded right now - this is just a technology demonstrator. The next version will be a rewrite of buffer and view to implement multi-level detail.