Can I exclude main features when using libgdx?

Is it possible to use libgdx without needing to use some of its main features such as its built in game loop? I want to use my own gameloop along side it’s tmxmaploader and texture features.

yes that’s possible, I use very little of libgdx’s features, just the core application handling