You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Things like the free cam and the first person cam should be transferred to lua for the same reasons listed in #8 for moving gui code to lua. It might be better to move these into another repo that is included by automated builds to keep this one from growing too large.
CameraWrapper would still be written in c++ and bound to lua to provide a nice way of controlling the camera, but the actual camera logic would be in lua.
The text was updated successfully, but these errors were encountered:
Things like the free cam and the first person cam should be transferred to lua for the same reasons listed in #8 for moving gui code to lua. It might be better to move these into another repo that is included by automated builds to keep this one from growing too large.
CameraWrapper
would still be written in c++ and bound to lua to provide a nice way of controlling the camera, but the actual camera logic would be in lua.The text was updated successfully, but these errors were encountered: