diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-05-13 17:30:04 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-05-13 17:30:04 +0200 |
| commit | b93d7c3214eb0f425e90ee599223cc5e3754f27f (patch) | |
| tree | ac80a37e924121b62147317630789ab523400e1a | |
| parent | c3f2067222b76f7343c7a8886d115dd60fda8403 (diff) | |
add sokol-d bindings to readme and update changelog
| -rw-r--r-- | CHANGELOG.md | 12 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3826f7b..cf7a66bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ### 13-May-2024 -A couple minor texture format related fixes in the WebGPU backends in sokol_gfx.h and sokol_app.h: +Official bindings for the **D language** have been added, like the other official +bindings those will be automatically updated on commits to the main repository: + +https://github.com/kassane/sokol-d + +...this also includes a matching output format `sokol_d` in the sokol-shdc shader +compiler. + +Many thanks to @kassane for the hard work! + +...and a couple minor texture format related fixes in the WebGPU backends in sokol_gfx.h and sokol_app.h: - merged PR https://github.com/floooh/sokol/pull/1045, this sets 32-bit float textures to filterable if supported (depending on `WGPUFeatureName_Float32Filterable`), many @@ -8,7 +8,7 @@ [**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**09-May-2024**: **BREAKING CHANGES** 'storage buffer support' in sokol_gfx.h -[](/../../actions/workflows/main.yml) [](/../../actions/workflows/gen_bindings.yml) [](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)[](https://github.com/floooh/sokol-rust/actions/workflows/main.yml) +[](/../../actions/workflows/main.yml) [](/../../actions/workflows/gen_bindings.yml) [](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)[](https://github.com/floooh/sokol-rust/actions/workflows/main.yml)[](https://github.com/kassane/sokol-d/actions/workflows/build.yml) ## Examples and Related Projects @@ -77,6 +77,7 @@ These are automatically updated on changes to the C headers: - [sokol-odin](https://github.com/floooh/sokol-odin) - [sokol-nim](https://github.com/floooh/sokol-nim) - [sokol-rust](https://github.com/floooh/sokol-rust) +- [sokol-d](https://github.com/kassane/sokol-d) ## Notes |