Closed stephen-hqxu closed 3 years ago
Most classes have been given delete
constructors due to the fact that they are for functional purposes or moved around by reference only (rendering, computing, etc.). Utiliy class like settings that are most likely to be used by developers have been implemented with explicit constructors.
Solid implementations instead of just assigning delete
for more classes will come in the future, for now maintainance is not my No.1 priority which is to complete 2D generators according to our road map.
Current state
Suggestion
The following should be implemented