Forráskód Böngészése

update readme and changelog

Andre Weissflog 2 éve
szülő
commit
1f7f59d8c8
2 módosított fájl, 9 hozzáadás és 1 törlés
  1. 8 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 ## Updates
 
+- **02-Nov-2022** A new header sokol_spine.h (in the util dir), this is a
+  renderer and 'handle wrapper' around the spine-c runtime (Spine is a popular 2D
+  character anim system: http://esotericsoftware.com/). This turned out a much bigger
+  rabbit-hole than I initially expected, but the effort is justified by being a
+  experimentation testbed for a couple of things I want to add to other sokol
+  headers (for instance cleaned up handle pool code, a new logging- and error-reporting
+  system, render layers which will be useful for sokol_gl.h and sokol_debugtext.h).
+
 - **22-Oct-2022** All sokol headers now allow to override logging with a
   callback function (installed in the setup call) instead of defining a SOKOL_LOG
   macro. Overriding SOKOL_LOG still works as default fallback, but this is no

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Simple
 [STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt)
 cross-platform libraries for C and C++, written in C.
 
-[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**22-Oct-2022** runtime logging callback in all sokol headers)
+[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**02-Oct-2022** new header: sokol_spine.h)
 
 [![Build](/../../actions/workflows/main.yml/badge.svg)](/../../actions/workflows/main.yml) [![Bindings](/../../actions/workflows/gen_bindings.yml/badge.svg)](/../../actions/workflows/gen_bindings.yml) [![build](https://github.com/floooh/sokol-zig/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [![build](https://github.com/floooh/sokol-nim/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [![Odin](https://github.com/floooh/sokol-odin/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)