Alex2772
Alex2772

It's the case of the gRPC library. Consider the imported library MyLibrary contains several package configs: `MyLibrary-config.cmake` for the actual library and `MyLibraryHelper-config.cmake` for some helper stuff. How can I...
- [x] Initial adoption - [x] Pipeline checks - [x] Windows - [x] Linux - [x] MacOS - [x] iOS - [x] Android - [ ] Publish to conan.io? (8.0.0...
1. Use `value()` getters instead of `getValue()` - does the same job but shorter. 2. In Doxygen documentation, use `@` instead of `\` because `@` is more common.
Fast gaussian blur: 1. Downscale framebuffer texture 2. Do 2-step gaussian blur of the downscaled texture 3. Draw result using linear filter
#304 #306
AUI is not capable to handle emoji characters or other complex unicode characters ``` void AView::onCharEntered(char16_t c) ```