aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-01-09 13:49:39 +0100
committerAndre Weissflog <floooh@gmail.com>2021-01-09 13:49:39 +0100
commit19001d9dcf5aa3826dc23e3c61d8b866565a7ce3 (patch)
tree71ea48e7f700acb726a28f7e833501749d34b4aa /README.md
parenta1c1a57d7f572d04192ba23792e8ccc91c21a5b0 (diff)
readme: add links to Minigolf and Dealer's Dungeon, cleanup Examples & Projects section
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index c0c8cb39..1f7db759 100644
--- a/README.md
+++ b/README.md
@@ -10,21 +10,22 @@ cross-platform libraries for C and C++, written in C.
## Examples and Related Projects
-[Live Samples](https://floooh.github.io/sokol-html5/index.html) via WASM.
+ - [Live Samples](https://floooh.github.io/sokol-html5/index.html) via WASM ([source](https://github.com/floooh/sokol-samples))
-Sample code is in a separate repo: https://github.com/floooh/sokol-samples
+- [LearnOpenGL examples ported to sokol-gfx](https://www.geertarien.com/learnopengl-examples-html5/) by @geertarien (cool stuff!)
-[LearnOpenGL examples ported to sokol-gfx](https://www.geertarien.com/learnopengl-examples-html5/) by @geertarien (cool stuff!)
+- [Dear ImGui starterkit](https://github.com/floooh/cimgui-sokol-starterkit) a self-contained starterkit for writing Dear ImGui apps in C.
-[Dear ImGui starterkit](https://github.com/floooh/cimgui-sokol-starterkit) a self-contained starterkit for writing Dear ImGui apps in C.
+- [Tiny 8-bit emulators](https://floooh.github.io/tiny8bit/)
-Tiny 8-bit emulators: https://floooh.github.io/tiny8bit/
+- A 'single-file' [Pacman clone in C99](https://github.com/floooh/pacman.c/), ... an in [Zig](https://github.com/floooh/pacman.zig/)
-A 'single-file' Pacman clone in C99: https://github.com/floooh/pacman.c/
+- A [Minigolf game](https://mgerdes.github.io/minigolf.html) ([source](https://github.com/mgerdes/minigolf)).
-...and in Zig: https://github.com/floooh/pacman.zig/
+- ['Dealer's Dungeon'](https://dealers-dungeon.com/demo/) ([lower graphics quality](https://dealers-dungeon.com/demo/?q=3),
+[source](https://github.com/bqqbarbhg/spear))
-Command line tools: https://github.com/floooh/sokol-tools
+- [Command line tools](https://github.com/floooh/ sokol-tools) (shader compiler)
## Core libraries