GoldFish Engine
Quite simple and lightweight game engine
|
▼ include | |
▼ gf_type | |
audio.h | Type definitions related to audio interface |
client.h | Type definitions related to client interface |
compat.h | Type definitions for C99 types in C89 |
core.h | Type definitions related to core |
draw.h | Type definitions related to drawing interface |
draw_driver.h | Type definitions related to drawing driver |
draw_platform.h | Type definitions related to platform-dependent part of drawing driver |
font.h | Type definitions related to font |
graphic.h | Type definitions related to graphic interface |
gui.h | Type definitions related to GUI |
input.h | Type definitions related to input interface |
math.h | Type definitions related to math |
mesh.h | Type definitions related to mesh |
model.h | Type definitions related to model |
physics.h | Type definitions related to physics interface |
server.h | Type definitions related to server interface |
texture.h | Type definitions related to texture |
thread.h | Type definitions related to thread interface |
version.h | Type definitions related to version |
gf_audio.h | Audio interface |
gf_client.h | Client interface |
gf_core.h | Core |
gf_directx.h | DirectX headers |
gf_draw.h | Drawing interface |
gf_draw_driver.h | Drawing driver |
gf_draw_platform.h | Platform-dependent part of drawing driver |
gf_font.h | Font |
gf_graphic.h | Graphic interface |
gf_gui.h | GUI |
gf_input.h | Input |
gf_log.h | Logger |
gf_macro.h | Macro |
gf_math.h | Math |
gf_mesh.h | Mesh |
gf_model.h | Model |
gf_opengl.h | OpenGL headers |
gf_physics.h | Physics interface |
gf_pre.h | Required headers before anything |
gf_server.h | Client interface |
gf_texture.h | Texture |
gf_thread.h | Thread interface |
gf_version.h | Version |
▼ src | |
▼ audio | |
gf_audio_mod.c | |
gf_audio_xm.c | |
▼ graphic | |
▼ directx | |
▼ dx11 | |
gf_draw.c | |
gf_driver.c | |
gf_graphic.c | |
▼ opengl | |
▼ glfw | |
gf_draw.c | |
▼ glx | |
gf_draw.c | |
▼ wgl | |
gf_draw.c | |
gf_driver.c | |
gf_graphic.c | |
▼ thread | |
▼ posix | |
gf_thread.c | |
▼ win32 | |
gf_thread.c | |
gf_audio.c | |
gf_client.c | |
gf_core.c | |
gf_draw_common.c | |
gf_font.c | |
gf_graphic_common.c | |
gf_gui.c | |
gf_input.c | |
gf_log.c | |
gf_math.c | |
gf_mesh.c | |
gf_miniaudio.c | |
gf_model.c | |
gf_physics.c | |
gf_server.c | |
gf_stb_image.c | |
gf_texture.c | |
gf_version.c | |
▼ util | |
▼ engineinfo | |
main_console.c | |
main_windows.c |