View RSS Feed

Cooler

  1. What's new in the Apus Game Engine: April 2022.


    MessageScene


    Are you familiar with application.MessageBox() or ShowMessage()? I found that in every game I have to implement similar functions to show a message or confirm something. Now it is built into the engine: use TGameApplication.ShowMessage/Ask/Confirm to show a message dialog.

    Font inheritance


    In past few UI widgets has their own font property: Button, Label, EditBox, ListBox, so each element must be configured separately. Now "font" ...
    Tags: engine, update Add / Edit Tags
    Categories
    Developer Diary
  2. New engine release: Engine4

    Just published a new version of Astral Towers game which is built on the 4-th generation API of my Apus Game Engine (Engine4). The game works under Windows and Linux and uses SDL2 library for system management and input processing.

    The engine's revision used in this game is published at GitHub as Engine4-r1
    Tags: engine, steam Add / Edit Tags
    Categories
    Developer Diary