Need a better definition of Systems and components
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 20/100
Direzione di ricerca
Non vengono indicati file, test o punti di ingresso. Inizia individuando l’attuale modello dei componenti dell’engine e la gestione del ciclo di vita di World, Engine ed Editor, quindi confrontali con le definizioni proposte di WorldSystem, PersistentSystem ed EditorSystem. Il lavoro sarà considerato completato quando esisterà un design concordato sulla proprietà dei sistemi e sull’avvio/arresto, che fornisca un percorso chiaro per creare sistemi definiti dall’utente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Right now the engine component model is somewhat monolithic and does not provide a clear path for users to go about making a new system.
I think the best way to go about solving this problem is to actually introduce the concept of System's into our data model. The engine will manage the lifetime of these systems for you, giving you a couple options to choose from when creating one.
Definitions
- A
WorldSystem- A world system will share the lifetime of it's owning world, being started and destroyed when the world does. By sharing the lifetime of a world this makes it easy to write gameplay systems, silar to Unreal'sUWorldSubsystemand Unity's "Press Play" ideology. - A
PersistentSystem- A system that will share the lifetime of the engine as a whole. It will be started when the engine is launched, and shutdown when the application closes. This is what the engine itself can use to do things like rendering, input, and other systems that need to be about during the entire lifetime. EditorSystem- A system that shares the lifetime of the editor, which will make it simple to have some debug systems that you can create tools in and exclude from development builds.
Code Structure
class System
|
|-- World System
|-- -- Any user defined gameplay subsystems
|-- -- Lua Scripting system
|-- -- Game type Definitions
|-- PersistentSystem
|-- -- Rendering systems
|-- -- Input systems
|-- -- File IO systems
|-- EditorSystem
|-- -- Editor systems like ImGUI options or other tools
- Lingua principale
- C++
- Stelle
- 415
- Fork
- 16
- Merge medio
- 16m
- PR unite (30g)
- 6
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di flingengine/FlingEngine
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
flingengine/FlingEngine#199 ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 30/100
flingengine/FlingEngine#196 ·
-
Core Input System refactor Aperta
Difficoltà 5/5 Più di una settimana Idoneità per principianti 15/100
flingengine/FlingEngine#177 ·
-
Update git submodules Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
flingengine/FlingEngine#170 ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 20/100
flingengine/FlingEngine#165 ·
Tutte le issue di flingengine/FlingEngine
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
litertlm-android AAR ships no consumer ProGuard rules → "mid == null" SIGABRT in minified apps Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
Component: GLib
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
brave/brave-browser#59300 ·
-
Mute ydb/tests/functional/dstool/test_canonical_requests.py.Test.test_group_take_snapshot in main Apertaai_reviewed
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
ydb-platform/ydb#53974 · 3 commenti ·