Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
modal-soft
/
sdl2-hello-world
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Starter project for SDL2.
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
4
Commits
1
Rama
85 KiB
Árbol:
e5b0e5129d
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'e5b0e5129d'
${ noResults }
sdl2-hello-world
/
dependencies.txt
dependencies.txt
37 B
Original
Vista normal
Histórico
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?
hace 2 años
1
https://github.com/compuphase/minIni