we will explore how to create AI text-to-image prompts using a cross-platform application built using Delphi 11 FireMonkey. These prompts will be used to generate images usingStable Diffusion. Stay tuned as we
IOS, Macos, Windows, and Linux platforms (FMXLinux was recently added to Delphi 10.3 Rio Enterprise and Architect). You can also deploy Delphi FireMonkey apps to the web using websockets and HTML5. The method for doing this is basically the FireMonkey app runs on ...
8 changes: 7 additions & 1 deletion 8 src/delphi/fmx.castlecontrol.pas Original file line numberDiff line numberDiff line change @@ -110,6 +110,7 @@ TContainer = class(TCastleControlContainer) read GetCurrentShift write SetCurrentShift; function MousePosToCastle(const X, Y: Single): T...
There are a number of ways to deploy Delphi and C++Builder FireMonkey apps to Android devices which includes sideloading the apps (copying them to the device), through an enterprise MDM like AirWatch or MaaS260 (mobile device manager), and through Google Play. In addition to...