vimwiki/tech/development.wiki

24 lines
530 B
Plaintext

= Development =
== 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
[[index]]