-
Notifications
You must be signed in to change notification settings - Fork 0
Forge Overview
Status: Active Development Technology: .NET 10 / Avalonia / ReactiveUI
RealmForge is the official content management tool for RealmEngine. It connects directly to the Postgres database via ContentDbContext and provides a desktop UI for browsing and editing all game content entities.
- UI: Avalonia 11 with ReactiveUI view-models
- Data access: ContentDbContext (EF Core via RealmEngine.Data) — no JSON files on disk
- Content tree: Driven by ContentRegistry routing table (Domain → TypeKey → Entity)
- Editor: AvaloniaEdit JSON text view of DB entity fields; form mode for individual properties
- References: DB-backed reference picker via ContentRegistry
powershell dotnet run --project RealmForge
Requires a ContentDb connection string in ppsettings.json:
json { "ConnectionStrings": { "ContentDb": "Host=localhost;Database=realmengine;Username=...;Password=..." } }
"@ | Set-Content "c:\code\RealmEngine\RealmForge\README.md" -Encoding UTF8
@"
Last Updated: March 2026 Technology: .NET 10 / Avalonia 11 / ReactiveUI / EF Core (Postgres)
RealmForge is the content authoring tool for RealmEngine. It queries and modifies game content directly in Postgres via ContentDbContext. There is no JSON file editing — all content is DB-first.
| Service | Purpose |
|---|---|
| ContentTreeService | Builds left-panel hierarchy from ContentRegistry |
| ContentEditorService | Loads and saves typed entities from correct DbSet by table name |
| ReferenceResolverService | Builds @domain/path:item reference catalog from ContentRegistry |
| EditorSettingsService | Persists minimal editor preferences (theme) to local JSON |
The current entity editor presents DB content as JSON text. In future versions this will be replaced by proper form-based editing. JSON export (DB → file) will be supported server-side for deployment pipelines.
Home · Getting Started · Contributing · FAQ
Characters & Progression
Combat
Items & Economy
World & Content
Extensibility
Regions & Zones