Hi there,
I am wondering is it possible to have scene navigation without using storyboard/composer/director?
I have been reading up on an MVC approach but it seems quite complex for whats needed.
Currently I have a set of projects all setup individually with their own main.lua which has the code and assets etc but I want to combine them into one bigger project and have a menu to go between them.
Is there a more basic way of doing this without intergrating storyboard into the app or a good MVC example?