GuyInGrey / AptitudeEngine

A 2D based, new technology using, game engine in C#.
https://guyingrey.github.io/
MIT License
0 stars 0 forks source link

Increase Engine Efficiency #24

Open GuyInGrey opened 6 years ago

GuyInGrey commented 6 years ago

References

-Remove all references to System.Collections.Generic if possible (removing List and replacing with Array). -Remove all references to old OpenTK library (this will have to be done after the Render Pipe Overhaul milestone.

Variables

-Reduce Variable Instantiation during render and update time. -Remove Duplicate Variables/Variables that can be combined.

Suggest Additions/Modifications by commenting here!