> Delphi Menu Engine
logo-longways-1
modrinth hangar generic spigot github

Pages


Dev Journal

Development log.

Journal cataloging the development of Delphi from the 19th of January 2025.

NLayout Engine

Narcissine Layout Engine v4.0

Introduction This document describes the process of writing the NLayout engine that executes layout for Delphi and how it works. This part, the layout engine, has been the most difficult part of the Delphi project to date, executing layout with so …

Rendering Elements

Turning DOM elements into display entities.

Introduction This document describes the process of turning DOM elements into render objects and how those objects are rendered into display entities. The rendering is part of the delphirender module. Note: The document uses a lot of pseudo code …