TeamForbiddenLLC / warfork-qfusion

Warfork is powered by Qfusion a 3D game engine. Qfusion is a fork of id Tech 2, popularly known as the Quake II engine. Qfusion is free and open-source software subject to the terms of the GNU General Public License.
https://warfork.com
110 stars 45 forks source link

feat: add stub interface and move math free function under math_util.h #259

Closed pollend closed 9 months ago

pollend commented 9 months ago

these are some initial changes for separating the opengl renderer. The main goal is to try and manage some of the complicated global state in the renderer. Some of these changes should help with upstream changes since it reduces some of the complexity in the codebase.