once agian, changed my mind
authorhgn <hgodden00@gmail.com>
Sat, 18 Oct 2025 15:41:34 +0000 (16:41 +0100)
committerhgn <hgodden00@gmail.com>
Sat, 18 Oct 2025 15:41:34 +0000 (16:41 +0100)
commitb3fc7d600b3d97a9cf22c4aaf677272f7437f9ce
treeab66541bb6ad23a015290e01e25f17adffa330aa
parent456b05fcd21b1fd3f4a2fd90013a75a6c3935774
once agian, changed my mind
57 files changed:
bootstrap.sh
build.kv [new file with mode: 0644]
foundation.kv
include/common_api.h
include/common_thread_api.h
include/maths/common_maths.h
include/opengl.h
include/types.h [new file with mode: 0644]
source/console_core.c
source/engine/console.c
source/engine/input.c
source/engine/main.c
source/engine/shader.c
source/engine/ui.c
source/foundation/allocator_heap.c
source/foundation/allocator_pool.c
source/foundation/allocator_queue.c
source/foundation/allocator_stack.c
source/foundation/allocator_stretchy.c
source/foundation/async.c
source/foundation/buffer_operations.c
source/foundation/exit.c
source/foundation/io.c
source/foundation/io_windows.c
source/foundation/keyvalues.c
source/foundation/logging.c
source/foundation/options.c
source/foundation/stream.c
source/foundation/string.c
source/foundation/temporary.c
source/graphics/font.c
source/graphics/graphics.c
source/graphics/graphics_software.c
source/graphics/ui.c
source/tools/metacompiler.c
source/vg_camera/vg_camera.c [new file with mode: 0644]
source/vg_camera/vg_camera.h [new file with mode: 0644]
source/vg_camera/vg_camera.kv [new file with mode: 0644]
source/vg_lines/debug_lines.fs [new file with mode: 0644]
source/vg_lines/debug_lines.vs [new file with mode: 0644]
source/vg_lines/vg_lines.c [new file with mode: 0644]
source/vg_lines/vg_lines.h [new file with mode: 0644]
source/vg_lines/vg_lines.kv [new file with mode: 0644]
source/vg_model/array_file.c [new file with mode: 0644]
source/vg_model/array_file.h [new file with mode: 0644]
source/vg_model/compiler.c [new file with mode: 0644]
source/vg_model/compiler.h [new file with mode: 0644]
source/vg_model/entity.h [new file with mode: 0644]
source/vg_model/metascene.c [new file with mode: 0644]
source/vg_model/metascene.h [new file with mode: 0644]
source/vg_model/model.c [new file with mode: 0644]
source/vg_model/model.h [new file with mode: 0644]
source/vg_model/model.kv [new file with mode: 0644]
source/vg_model/shader_props.h [new file with mode: 0644]
source/vg_tex/vg_tex.c [new file with mode: 0644]
source/vg_tex/vg_tex.h [new file with mode: 0644]
source/vg_tex/vg_tex.kv [new file with mode: 0644]