Central map of directions, layers, and transitions within the Lizerium ecosystem
Lizerium.Hub is the entry point to the ecosystem.
There is no implementation here.
Its purpose is to help you quickly understand:
- what areas exist
- how they are separated
- where to go next
Tip
If you are here for the first time:
- Pick a direction below
- Open the corresponding
*.Structsrepository - Navigate to the actual projects from there
Game formats, resources, and data structures related to Freelancer
→ https://github.com/Lizerium/Lizerium.Game.Structs
Runtime experiments and game logic built with Unity
→ https://github.com/Lizerium/Lizerium.Unity.Structs
Servers, backend systems, and infrastructure
→ https://github.com/Lizerium/Lizerium.Software.Structs
Editors, parsers, and utility tooling
→ https://github.com/Lizerium/Lizerium.Tools.Structs
Validation, testing, and integrity control systems
→ https://github.com/Lizerium/Lizerium.Frameworks.Structs
Lizerium
├── direction (Game / Unity / Software / ...)
│ └── *.Structs (layer map)
│ └── actual projects
Important
As the number of projects grows, structure becomes critical.
The Hub exists to:
- provide navigation
- separate responsibilities between layers
- make it easier to find and understand components
Tip
If you are looking for actual code or tools — this is not the place.
Hub is only a map of the ecosystem.