浏览代码

add a language bindings section to the readme

Andre Weissflog 3 年之前
父节点
当前提交
a83e3d6f70
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -57,6 +57,14 @@ useful details for integrating the Sokol headers into your own project with your
 - [**sokol\_shape.h**](https://github.com/floooh/sokol/blob/master/util/sokol_shape.h): generate simple shapes and plug them into sokol-gfx resource creation structs
 - [**sokol\_color.h**](https://github.com/floooh/sokol/blob/master/util/sokol_color.h): X11 style color constants and functions for creating sg_color objects
 
+## 'Official' Language Bindings
+
+These are automatically updated on changes to the C headers:
+
+- [sokol-zig](https://github.com/floooh/sokol-zig)
+- [sokol-odin](https://github.com/floooh/sokol-odin)
+- [sokol-nim](https://github.com/floooh/sokol-nim)
+
 ## Notes
 
 WebAssembly is a 'first-class citizen', one important motivation for the