C/C++ Framework
Go to file
2024-12-13 08:29:39 +01:00
.github/workflows Create codeql.yml 2024-07-27 17:06:00 +02:00
animation Simplified rect drawing and started with text rendering (text not working) 2024-10-02 17:32:04 +02:00
asset implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
audio improved setup time by 1.4 seconds through threading 2024-12-12 22:40:34 +01:00
auth fixes after re-structure 2024-07-12 16:05:00 +02:00
camera implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
color Simplified rect drawing and started with text rendering (text not working) 2024-10-02 17:32:04 +02:00
compression implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
database fixes after re-structure 2024-07-12 16:05:00 +02:00
encryption implemented threaded logging. kinda working but there is sometimes a memory issue. fps much more stable now 2024-11-30 03:37:26 +01:00
entity rotating cubes2 2024-09-12 01:30:46 +02:00
environment started to implement audio mixer, game working but no audio yet 2024-11-29 22:56:22 +01:00
font minor fixes 2024-12-11 23:58:25 +01:00
gpuapi static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
hash Minor AMS and hash access optimization 2024-10-29 02:44:37 +01:00
image implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
input cleanup 2024-11-26 01:11:10 +01:00
light generalized library loading 2024-09-20 18:12:14 +02:00
localization implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
log static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
math release build fixed 2024-12-12 18:44:22 +01:00
memory implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
models cleanup 2024-11-26 01:11:10 +01:00
module started to implement audio mixer, game working but no audio yet 2024-11-29 22:56:22 +01:00
network performance fixes, working. Some socket fixes, server socket fails to receive 2024-11-21 15:17:11 +01:00
noise Started to shift to better defined types 2024-10-01 00:22:42 +02:00
object implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
particle fix includes and include order 2024-09-21 01:34:20 +02:00
pathfinding cleanup 2024-11-26 01:11:10 +01:00
platform static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
render re-structure 2024-07-12 15:26:57 +02:00
scene static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
shaders re-structure 2024-07-12 15:26:57 +02:00
stdlib implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
thread release build fixed 2024-12-12 18:44:22 +01:00
ui static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
utils static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
.gitignore update 2024-07-21 21:25:39 +02:00
README.md Create README.md 2024-07-12 14:05:44 +02:00

GameEngine