2022.1
Features:
- Introduction of the
Clayground.Text
plugin which provides JSONata (querying and transformation of JSON), CSV (read/write, visualize, filter), regular expression based text highlighter - Enhanced Android build configuration allows building/deploying of demos
- Clayground.Network gets a WebAccess component (simple HTTP_GET requests at the moment only)
Fixes/Improvements:
- Canvas exposes 'interactive' flag (gives more control when working with other layers that process mouse events)
- Fixed non-working
onLeft
signal of CollionsTracker - Generation of
main.cpp
for examples via CMake works also if clayground is not the top-level projection - Platformer and TopDown examples use touch input on iOS and Android
Hint: This release needs at least Qt 6.3 because of the new CMake functionality which eases build/deployment for Android targets