From 3ab8bb04b593f54c6db2140e901c27ec9aeed0c9 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sat, 12 May 2018 16:20:29 +0800 Subject: [PATCH] Add: Generate SVG images in C --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12b974..fbf68db 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ * [**C**: *Build Your Own Text Editor*](https://viewsourcecode.org/snaptoken/kilo/) * [**C**: *How to Write a Video Player in Less Than 1000 Lines*](http://dranger.com/ffmpeg/ffmpeg.html) * [**C**: *Learn how to write a hash table in C*](https://github.com/jamesroutley/write-a-hash-table) + * [**C**: *Generate SVG images in less than 300 lines*](http://www.code-in-c.com/writing-svg-library-c/) * [**C++**: *Build your own VR headset for $100*](https://github.com/relativty/Relativ) * [**C++**: *How to write an emulator (CHIP-8 interpreter)*](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) * [**C++**: *Writing a Linux Debugger*](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/)