Iris 3 Plan / Roadmap #802
Labels
Enhancement
New feature or request
Extra Help Needed
Extra attention is needed
Medium Priority
Plugin
Won't Fix
This will not be worked on
Iris 3 is an overall goal to refine all features and support more platforms in a more efficient way.
New Capabilities
Engine Architecture
To accomplish all this, the engine itself is its own project as a downloadable jar (downloaded by the platforms on demand)
Platform Service
The platform contains all methods and events used for the engine to properly interact with the platform. A valid platform must be able to do the following
Data Service
The iris data system just like before is responsible for loading and processing json and object files along with any new types of data, they are loaded managed and cached here
Mantle Service
Performs just like the mantle currently does. Can store anything anywhere in any layer.
Seed Service
To avoid seed issues all seeded roots will be housed in a service in which any part of the engine can request a new sub-seed derived from the world seed there are multiple kinds of seeds. The world seed is protected to avoid temptation of using the direct seed.
The seed service also acts as a factory for all RNG objects & generator objects. It is recommended you create generators through the seed manager and not via tier constructors.
Initialization Seeds
These seeds are constant with the world seed and they normally are a seed procedurally created with the world seed and a name (hashed) into a new seed.
Indexed Seeds
Indexed seeds take the world seed, a name (hash) and a position such as 4 or even 3,56,77. These seeds are constant to the world seed and specific position
Mode
The mode organizes features and is responsible for calling services and loading data to generate terrain
Features
Features are not in a pipeline and instead can depend on one another.
Feature Dependencies
A feature can depend on multiple other features to be completed before it can be started, this allows iris to find the optimal multi core path to generating all features in order in the most efficient way. Such that
would result in
The text was updated successfully, but these errors were encountered: