FMX Base Game Engine

FMX Base Game Engine

It's Very Good!!!!

https://github.com/dimsa/ShadowEngine
https://github.com/dimsa/ShadowEngine

Comments

  1. The demo works in Delphi XE6, replacing line 197 of the uBannerPanel unit:

        FList[i].RecalcSize;
    Replace with:
        FList[i].RecalcUpdateRect;

    ReplyDelete

Post a Comment