Here you will find sample code and other tidbits from Grijjy's Just Add Code blog.
- Cross Platform Text-to-Speech, as discussed in this blog post.
- Build your own Error Reporter, as discussed in these blog posts for iOS and Android.
- SIMD Assembly Optimization, as discussed in this blog post.
- Cross-Platform Code Hooking, as discussed in this blog post.
- Experiments in Uniform Memory Management, as discussed in this blog post.
- Face Detection on Android and iOS, as discussed in this blog post. See also this fork with support for customizing voices.
- Allocation-Free Collections, as discussed in this blog post.
- Mapping Delphi Types to Indices at Compile Time, as discussed in this blog post.
- Boost Mac performance with Metal and Delphi 10.4, as discussed in this blog post.
- Automate Restorable Operations with Custom Managed Records, as discussed in this blog post.
- Custom Managed Records for Smart Pointers, as discussed in this blog post.
- Introduction to Shader Programming, as discussed in this blog post.
- Happy New Year from Team Grijjy!, as discussed in this blog post.
- The Curiously Recurring Generic Pattern, as discussed in this blog post.
- Revisiting Startup Parameters and Settings, as discussed in this blog post.
- Lightweight Multicast Events, as discussed in this blog post.