Castle Game Engine: Delphi Port Progress – window, UI, designs (JSON) serialization, XML compatibility, Delphi 11 / 10.4, Windows 32 and 64, PNG using PngImage

We made great progress porting Castle Game Engine to Delphi. Running an engine in a window (using TCastleWindowBase) on Windows works. User interface controls (things in CastleControls, CastleUIControls units, like buttons, images, edit boxes etc.) all work. Reading and writing design files, like .castle-user-interface, that you create using CGE editor works. We’re using a version …

Castle Game Engine: Arch Linux package

Arch Linux users can now install Castle Game Engine from AUR (Arch User Repository). The package is available on https://aur.archlinux.org/packages/castle-engine-git/ . Follow the standard AUR installation process: Do it manually following AUR docs, like wget https://aur.archlinux.org/cgit/aur.git/snapshot/castle-engine-git.tar.gz tar xzvf castle-engine-git.tar.gz cd castle-engine-git/ makepkg -sri Or use a helper like paru. Once you have it working, just …