mocabe
mocabe
- [ ] Move dynamic typing functions to .cpp - [ ] Replace UUID codes with `yave::uuid`
Playground for GUI related stuff. This PR is probably not going to be merged soon.
Enable undo/redo feature * `Ctrl + Z` for undo * `Ctrl + R` for redo Known issues: * [ ] Some operations are missing undo implementation + Ungrouping is not...
Even though the document of `SoundIoOutStream::name` says it defaults to `"SoundIoOutStream"`, some backends do not initialize it after `soundio_outstream_open` and leave it `NULL` if user does not provide optional value...
Hello, I just started to learn Bazel recently but encountered an issue that Bazel fails detect local installation of VS2022 Preview. I was able to workaround it by defining envvar...