enginmanap / enginmanap/limonEngine

Model Loading is too convoluted

Open
#69 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
712
Forks
70
PR merge metrics
No merged PRs in 30d

Description

Models are loaded by WorldLoader even though all other Game object types are de/serialized by their respective classes. This is done because Model might create an Actor too, but at the current state, it requires just too much indirection. Declaring it a friend would solve it, but it is architecturally not preferred.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.