In this thread, I was asked if it were possible to create a split-screen game in Corona:
https://forums.coronalabs.com/topic/74023-game-map/
I said, “Yes”. I also said I’d look up some old experimental code of mine that was related to the concept.
In 2014 … 2015 I did an experiment with ‘viewport cloning’ This is essentially duplicating the current screen view into one or more additional views.
In addition to duplicating a view, I experimented with offset views of the same world. This is where the concept of splitting comes in.
Anyways, I never did anything with my work and I will say it is probably a bit messy and under-optimized.
Here is the code: https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2018/10/viewportCloning.zip
That said, I was able to create test scenes with up to 16 views of the world all offset and even rotated.
This would not run great on mobile, but desktop was OK.
https://www.youtube.com/watch?v=e_AQOFOql14&feature=youtu.be