vimwiki/tech/development.wiki

34 lines
680 B
Plaintext

= Development =
== Conceptual ==
* [[error_handling]]
== 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
* [[ffmpeg]] - video/media library
== Tools ==
* [[gcc|GCC]] - Gnu compiler
* [[cgdb]] - Vim like front end for the GNU Debugger
* [[make|Make]] - Automate compiling
* [[vim]] - Text editor
* [[qemu]] - Virtual machine
* [[Docker]] - Psudeo VMs
== Human aspect ==
The human aspect of development
* [[eliciting_requirements]]
* [[requirements_modeling]]
[[index]]