No description
This repository has been archived on 2025-09-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
ErrorOnUsername fcf39be1d0
README
2019-06-28 13:06:23 -05:00
Nasa ADC Added lights indicating the staging of the rockets. 2019-05-03 20:02:45 -05:00
.gitattributes Add .gitignore and .gitattributes. 2019-03-27 21:02:14 -05:00
.gitignore Add .gitignore and .gitattributes. 2019-03-27 21:02:14 -05:00
Nasa ADC.7z buttons are now event based, window resized, graph placement now triggers richards ocd 2019-04-22 17:50:54 -05:00
Nasa ADC.sln Add project files. 2019-03-27 21:02:16 -05:00
README.md README 2019-06-28 13:06:23 -05:00

NASA App Development Contest

This app was developed for the 2019 NASA ADC

Theme

We were supposed to map the tellemetry of the AA-2 rocket given to us by NASA

What We Learned

  • How to parse a CSV file and allocate the data to different variables
  • How to use that data to calculate the desired numbers
  • Finnaly, how to display that data in some meaningful way beyond text using WPF