issues
search
satchelfrost
/
revolvr
A VR-focused Game Engine
MIT License
9
stars
1
forks
source link
Refactor app and xr context
#21
Closed
satchelfrost
closed
1 year ago
satchelfrost
commented
1 year ago
Removed the OnBlah() functions
Added namespace rvr to things e.g. RVRApp -> rvr::App
Decoupled Update() from Render() (though now it's called UpdateSystems())
Moved some code from app to xrContext to simplify BeginFrame() and EndFrame()