Commit Graph

58 Commits

Author SHA1 Message Date
b7dba429cf buffer jump input 2024-08-20 15:14:40 +10:00
bcc56956b3 restore player collision 2024-08-20 03:41:26 +10:00
9dd56faa4e initial voxel system revamp 2024-08-20 03:21:55 +10:00
2e8f1de0a7 player physics overhaul 2024-08-20 02:17:39 +10:00
2c0b83e671 spawn and reset on top of the chunk 2024-08-20 01:03:58 +10:00
8ec9138b51
block delet 2024-08-18 18:37:32 -07:00
799c7a2a55
initial voxel implementation 2024-08-18 18:16:27 -07:00
9b455652ff higher quality depth buffer 2024-08-19 08:19:13 +10:00
8904db24a5 use floats for instance colour memory 2024-08-19 07:59:36 +10:00
f203bcc7c1 move indices to buffers 2024-08-19 07:51:43 +10:00
83972502bb ambient & diffuse colours 2024-08-19 00:24:01 +10:00
5a7b53833d specular highlights (blinn-phong) 2024-08-19 00:05:53 +10:00
94ed59055a separate shader uniforms structures 2024-08-18 01:20:19 +10:00
f7255c473c initial lighting 2024-08-18 01:10:25 +10:00
55d47a2d2f slight refactor 2024-08-17 21:54:26 +10:00
64db513f62 sRGB aware framebuffer & colour handling 2024-08-16 22:18:44 +10:00
761fb71af3 prevent gameplay time delta getting too high 2024-08-16 00:48:05 +10:00
fdec42daa3 ignore acceleration & friction for smoother movement for the time being 2024-08-16 00:43:50 +10:00
6d9dac5215 slightly less janky movement coeffs 2024-08-16 00:39:25 +10:00
6b92b538a5 crude player physics & collision response 2024-08-16 00:27:35 +10:00
60ced3691d fix memory leaks + minor refactor 2024-08-13 21:04:16 +10:00
dc88042a36 break up gameplay stuff 2024-08-13 08:38:21 +10:00
5b97a02288 allow for up to 3 frames to be processed at once 2024-08-09 21:34:55 +10:00
5f69da369d instancing 2024-08-09 21:16:07 +10:00
89780d87d4 fix incorrect viewport depth 2024-08-09 20:53:30 +10:00
477ce10e68 use controller for moving around a test plane 2024-08-08 16:05:30 +10:00
fbff9b77fd depth buffer implementation 2024-08-07 19:13:23 +10:00
3b33842260 cube now spinn in 3d 2024-08-06 17:35:38 +10:00
c30ba9a5ca use shader uniforms for scaling cube 2024-08-06 16:51:29 +10:00
10d7f8281c use private storage for textures 2024-08-06 16:34:51 +10:00
a26d80ea5b use stderr wrapper for error prints 2024-08-05 20:56:06 +10:00
c0393e2687 cube defender of the polyverse 2024-08-05 20:15:48 +10:00
5aab9ec831 alex accidentlyd vsync 2024-08-05 17:27:05 +10:00
d1e9c12f50
no retroactive, it's not supported until Xcode 15 2024-08-05 00:22:50 -07:00
9a605a3783
remove the awful tmp code 2024-08-05 00:20:12 -07:00
67e6dd0507
extract shader types to module 2024-08-05 00:19:49 -07:00
bc9289474b
compile metal in cmake 2024-08-05 00:08:16 -07:00
1fe9578b3a add fps counter 2024-08-05 16:47:10 +10:00
b08fc1c51b make high dpi support a flag in applicationconfig 2024-08-05 15:47:39 +10:00
d896f2eaa7 preliminary metal renderer 2024-08-05 15:44:51 +10:00
ca8d4f3a2b fix ninja build 2024-08-05 15:43:51 +10:00
0bcbaa6404 application config for window settings 2024-08-05 14:01:23 +10:00
e8581396cc use correct flag defines 2024-08-05 14:01:23 +10:00
b50c6182b9
we don't use encryption that is danger 2024-08-04 20:43:45 -07:00
5a4e9ce1aa
use asset catalog 2024-08-04 20:29:16 -07:00
ab4f347ea3 attempt to fix app icon 2024-08-05 13:03:08 +10:00
3801e23146 add placeholder icon & source groups 2024-08-05 12:33:07 +10:00
dc10f5d0ce application skeleton 2024-08-05 12:15:07 +10:00
716144686e
remove code signature from SDL3 xcframework to allow for library validation 2024-08-04 19:03:42 -07:00
18bd07d220
add simulation game category 2024-08-04 18:45:25 -07:00