vimwiki/tech/development.wiki
2021-10-10 23:22:53 -04:00

22 lines
469 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
== Tools ==
* [[gcc|GCC]] - Gnu compiler
* [[cgdb]] - Vim like front end for the GNU Debugger
* [[make|Make]] - Automate compiling
* [[vim]] - Text editor
* [[qemu]] - Virtual machine
[[index]]