vimwiki/tech/development.wiki

34 lines
680 B
Plaintext
Raw Normal View History

2021-09-22 14:09:42 +00:00
= Development =
2021-09-22 17:23:25 +00:00
2022-02-16 17:45:02 +00:00
== Conceptual ==
* [[error_handling]]
2021-09-22 17:23:25 +00:00
== Libraries ==
* [[rapidxml|Rapidxml]] - XML parsing library
* [[sdl2|SDL2]] - Simple Direct Media Layer (Low level X Windows and graphics)
* [[libcurl|Libcurl]] - Curl the tool, but the API
* [[periodictable|Periodic Table]] - Python periodic table
2022-01-10 17:45:01 +00:00
* [[ffmpeg]] - video/media library
2021-09-22 17:23:25 +00:00
== Tools ==
* [[gcc|GCC]] - Gnu compiler
* [[cgdb]] - Vim like front end for the GNU Debugger
* [[make|Make]] - Automate compiling
* [[vim]] - Text editor
2021-10-11 03:22:53 +00:00
* [[qemu]] - Virtual machine
2022-01-18 22:15:01 +00:00
* [[Docker]] - Psudeo VMs
2021-09-22 17:23:25 +00:00
2022-01-27 21:00:01 +00:00
== Human aspect ==
The human aspect of development
* [[eliciting_requirements]]
2022-02-08 21:15:01 +00:00
* [[requirements_modeling]]
2021-09-22 17:23:25 +00:00
2021-09-23 17:54:24 +00:00
[[index]]