The Core class is a collection of low-level methods responsible of all the interactions
between the library and the console (e.g. changing colors, writing text, etc.).
The Window class is a collection of methods to manage visual elements stored in itself.
You may add, remove, or render elements in the console after adding them to the Window class.