Cinder 0.9.3 has been released! Release v0.9.3 · cinder/Cinder · GitHub
Now for some more interesting work. In short order we’re planning to
- Set the minimum C++ version to C++20
- Move the minimum MSVC version to 2022*
-* Set the baseline Windows deployment target to Win 10+.
In the medium term, we’re hoping to experiment with moving the macOS windowing code to GLFW. We’ve also got on the list the introduction of a core new event handler, keyChar() distinct from keyDown() and keyUp()as there is really no other way to allow for translation of characters.