A 3d fps game made in OpenGL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Symmetry/src
shariq 908181fac1 Implemented initial version of loading entities from file 9 years ago
..
array.c Added modifiers to keymaps 10 years ago
array.h Added modifiers to keymaps 10 years ago
array_str.h Made several modifications, fixes and additions to compile and run on windows 10 years ago
bounding_volumes.c Fixed frustum culling bug 9 years ago
bounding_volumes.h Fixed frustum culling bug 9 years ago
camera.c All funcions that previously required 'Component' structs now only need Entity. Phase 2 of the refactoring towards Fat entities completed 9 years ago
camera.h All funcions that previously required 'Component' structs now only need Entity. Phase 2 of the refactoring towards Fat entities completed 9 years ago
config_vars.c Added option to specify if config file is to be loaded from install or user directory, fixed input bug 9 years ago
config_vars.h Added option to specify if config file is to be loaded from install or user directory, fixed input bug 9 years ago
editor.c Changed how render settings are read/written 9 years ago
editor.h Added support for registering and view live debug variable data in editor 10 years ago
entity.c Implemented initial version of loading entities from file 9 years ago
entity.h Implemented initial version of loading entities from file 9 years ago
event.h Made several modifications, fixes and additions to compile and run on windows 10 years ago
file_io.c Fixed crash on exit 9 years ago
file_io.h Added option to read/write files from installation directory or user preferences directory 9 years ago
framebuffer.c Fixed crash on exit 9 years ago
framebuffer.h Added support for resizeable framebuffers and textures. Improved management of textures/renderbuffers attached to framebuffers 10 years ago
game.c Implemented initial version of loading entities from file 9 years ago
game.h Fixed crash on exit 9 years ago
geometry.c Made minor modifications to rendering models for performance increase 9 years ago
geometry.h Made minor modifications to rendering models for performance increase 9 years ago
gl_load.c Made several modifications, fixes and additions to compile and run on windows 10 years ago
gl_load.h Made several modifications, fixes and additions to compile and run on windows 10 years ago
glad.c Made several modifications, fixes and additions to compile and run on windows 10 years ago
gui.c Changed how render settings are read/written 9 years ago
gui.h Changed how render settings are read/written 9 years ago
hashmap.c Changed how render settings are read/written 9 years ago
hashmap.h Changed how render settings are read/written 9 years ago
input.c Fixed crash on exit 9 years ago
input.h Fixed minor bugs 9 years ago
light.c Implemented initial version of loading entities from file 9 years ago
light.h Implemented initial version of loading entities from file 9 years ago
linmath.c Added hashmaps 10 years ago
linmath.h Added hashmaps 10 years ago
log.c Fixed minor bugs 9 years ago
log.h Added logging output to file along with console and coloured makefile output 9 years ago
main.c Added option to specify if config file is to be loaded from install or user directory, fixed input bug 9 years ago
material.c Implemented initial version of loading entities from file 9 years ago
material.h Implemented initial version of loading entities from file 9 years ago
model.c Implemented initial version of loading entities from file 9 years ago
model.h Transferred all rendering related code from model to renderer 9 years ago
num_types.h Phase 1 of the great refactoring complete 9 years ago
platform.c Fixed crash on exit 9 years ago
platform.h Fixed crash on exit 9 years ago
renderer.c Implemented writing entity to text file 9 years ago
renderer.h Changed how render settings are read/written 9 years ago
scene.c Implemented writing entity to text file 9 years ago
scene.h Implemented writing entity to text file 9 years ago
shader.c Fixed crash on exit 9 years ago
shader.h Initial integration of nuklear as gui framework and minor additions/tweaks all around the codebase 10 years ago
sound.c Fixed crash on exit 9 years ago
sound.h All funcions that previously required 'Component' structs now only need Entity. Phase 2 of the refactoring towards Fat entities completed 9 years ago
string_utils.c Made several modifications, fixes and additions to compile and run on windows 10 years ago
string_utils.h Made several modifications, fixes and additions to compile and run on windows 10 years ago
texture.c Fixed crash on exit 9 years ago
texture.h Added support for resizeable framebuffers and textures. Improved management of textures/renderbuffers attached to framebuffers 10 years ago
transform.c Implemented missing heirarchical transforms functionality 9 years ago
transform.h Implemented missing heirarchical transforms functionality 9 years ago
utils.c Fixed bug in input map creation 9 years ago
utils.h Fixed bug in input map creation 9 years ago
variant.c Implemented initial version of loading entities from file 9 years ago
variant.h Implemented initial version of loading entities from file 9 years ago