I am working on a render that draw world like in duke nukem 3d(sector rendering). I think it is a good solution to make pseudo 3d shooter in defold.
I have an idea for such shooter, but i not sure that i will do it=)
I take an idea and a base code from video https://www.youtube.com/watch?v=HQYsFshbkYw.
I make a working prototype, and now i am fixing errors, and make bindings for lua.
I want keep render logic and collision on a native part. And write all logic in lua.
Prototype is buggy=)