john-chapman / im3d

Immediate mode rendering and 3d gizmos.
MIT License
1.18k stars 63 forks source link

Consider to split `AppData::m_appData` into platform and renderer depended #63

Open ChemistAion opened 1 year ago

ChemistAion commented 1 year ago

Such as: https://github.com/ocornut/imgui/blob/6b2e03c5b1bc4f99dbd86d10e5fd12af9e3fe1c2/imgui.h#L2005-L2009

Premise for that:

Now, we have a nice AppData for different renderers.... 😇