File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
docs/dev-corner/dev-guide Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,21 @@ There are many other channels for specific systems or subprojects. If you are wo
32
32
33
33
Our tech stack includes the following:
34
34
35
- - Systems development for aircraft uses Rust and the ` msfs-rs ` library
35
+ !!! info "Tech Stack / Language Summary"
36
+ Below you can find a table summary of the languages and technologies used in the A32NX project.
37
+
38
+ | Category | Language / Technology |
39
+ |:------------------------------|-----------------------------------------------------------|
40
+ | General | React |
41
+ | flyPadOS | Tailwind CSS, Redux |
42
+ | Autopilot / Flight Controls | MATLAB / C++ |
43
+ | Systems / Physics Simulations | Rust |
44
+ | Displays / Avionics | Typescript / React (deprecated) / MSFS Avionics Framework |
45
+
46
+ - Systems development for aircraft uses Rust and the ` msfs-rs ` library.
36
47
- Avionics programming is done using JavaScript or TypeScript (depending on the project), with the ` React.js ` rendering library.
37
- - Front-end web or desktop app development uses the same technologies outlined above
38
- - Server-side development uses ` nest.js ` for the API and ` MySQL ` for the database backend
48
+ - Front-end web or desktop app development uses the same technologies outlined above.
49
+ - Server-side development uses ` nest.js ` for the API and ` MySQL ` for the database backend.
39
50
40
51
Knowledge of all items on this list is obviously not necessary, but this can hopefully give you a better insight into what your skills can fit into.
41
52
You can’t perform that action at this time.
0 commit comments