floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.82k stars 475 forks source link

Please add another example to README.md #854

Closed bztsrc closed 1 year ago

bztsrc commented 1 year ago

Hi,

I've ported my fantasy console to sokol, if it's not too much trouble for you, could you please add it to the readme under section "Examples"?

diff --git a/README.md b/README.md
index d9ac024..f9366fb 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ cross-platform libraries for C and C++, written in C.

 - [Tiny 8-bit emulators](https://floooh.github.io/tiny8bit/)

+- [MEG-4](https://bztsrc.gitlab.io/meg4) a virtual fantasy console emulator in C89, ported to sokol
+
 - A 'single-file' [Pacman clone in C99](https://github.com/floooh/pacman.c/), also available in [Zig](https://github.com/floooh/pacman.zig/)

 - A [Minigolf game](https://mgerdes.github.io/minigolf.html) ([source](https://github.com/mgerdes/minigolf)).

I'm already linking back to your github repo in my readme, but if you would like any more attribution, please let me know!

Cheers, bzt

floooh commented 1 year ago

Fixed! Thanks!