sui-qc
sui-qc copied to clipboard
Simple QuakeC (MenuQC) UI system for FTEQW
Results
2
sui-qc issues
Sort by
recently updated
recently updated
newest added
`CSQC_UpdateView` has commented-out references to `sui_pre_draw` and `sui_draw` but these functions do not exist. It's unclear to be if the user is supposed to create them. `sui_action_element` will throw an...
Most of the SUI lib is engine and compiler agnostic (bar a few extensions), but the heavy use of `__inout` makes your library difficult to port to other setups. While...