GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
80 stars 20 forks source link

ImGui breaks the filesystem abstraction #1264

Open luishfonseca opened 3 weeks ago

luishfonseca commented 3 weeks ago

Description

Cubos should not write INI settings directly to the filesystem without going through the virtual filesystem API.

Expected behaviour

Write INI settings to the virtual filesystem.