Overview of my progress in learning the Trick framework by NASA
Update: 03/05/2025:
Learning the basic of Trick by following the tutorial to build a simple analytical cannon ball simulator (up to tutorial 7).
In tandem with the provided tutorial, additional features include
Dockerfile based on Ubuntu 20.04 with Trick 19.7.3 installed
Should simplify testing without intefering with my host machine
Docker run script that
Mount a local workspace directory - to keep my working example persistent and able to be tracked using Git
Forward X11 server for Trick GUI application
Next steps: Redo analytical cannon ball simulator with C++ instead of C