vimwiki/tech/development.wiki

22 lines
469 B
Plaintext
Raw Normal View History

2021-09-22 14:09:42 +00:00
= Development =
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
== 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
2021-09-22 17:23:25 +00:00
2021-09-23 17:54:24 +00:00
[[index]]