Quote Originally Posted by cairnswm
Will you make the new 2D library VCL/LCL based or just classes?

I'd prefer just having classes - and then to make it easier to learn, wrap those classes as LCL and VCL components.
Well, as GLFW creates and handles all the windowmanagement its not possible to make that many VCL/LCL components, maybe based around DataModules if anything.

As a progress update, the window funktions is all but done, need some polishing and documentation. Texture loading is more or less completed aswell, some work left on imagelists and such.

After that the base is done and then its timer + font that is the next project.