Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
modal-soft
/
sdl2-hello-world
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Starter project for SDL2.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
4
Commit
1
Ramo (Branch)
85 KiB
Albero (Tree):
e5b0e5129d
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'e5b0e5129d'
${ noResults }
sdl2-hello-world
/
dependencies.txt
dependencies.txt
37 B
Originale
Vista normale
Cronologia
Add ini parser, setup custom config We use minIni to parse ini files instead of implementing our own. This is useful for config modifiable by the user, such as controls. However, we haven't implemented a fault-tolerant config that writes to the config when the existing file is corrupted or non-existent. We will have to define a "save" as soon as we have all values defined for our in-memory config, regardless if we have retrieved the values successfully or provided default hardcoded values. Since we use an external dependency to manage our configs, the CMake config must be modified and the source files included in the build. How do we organize the dependencies from other Git repositories moving forward?
2 anni fa
1
https://github.com/compuphase/minIni