Skip to content

Commit 47f1923

Browse files
authored
docs(resources): add tech stack / language table summary
* docs(resources): add tech stack / language table summary * fix table formatting
1 parent 77a5dd2 commit 47f1923

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/dev-corner/dev-guide/resources.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,21 @@ There are many other channels for specific systems or subprojects. If you are wo
3232

3333
Our tech stack includes the following:
3434

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.
3647
- 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.
3950

4051
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.
4152

0 commit comments

Comments
 (0)