• Joined on 2025-09-13
lisk77 pushed to main at lisk77/merk 2025-12-01 19:10:26 +00:00
b22c44f1ec fix(cli): cli now does not try to execute the command when argc is wrong
lisk77 pushed to main at lisk77/merk 2025-12-01 19:05:40 +00:00
31388f077d refactor(cli): make adding of subcommands simpler
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-27 19:48:50 +00:00
52a234a23e feat(app): added interface for the actual renderer delta time
9a47ee7b55 refactor(components): texts now store a String to allow mutable text
Compare 2 commits »
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-27 11:38:49 +00:00
c0ce4e60ee chore(examples): rename hello_sound to simple_audio and fix the links in the README
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-27 03:28:49 +00:00
bc9ea50264 feat: added comet_sound to cargo toml and added with_audio to the builder pattern
9777c4b6b4 feat(example): added sound system example
Compare 2 commits »
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-26 19:18:50 +00:00
4e2c18b0c1 refactor(examples): adapt to new entity system
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-26 03:08:50 +00:00
053f1f48da refactor(ecs): another small speedup for archetypes
64bf88c229 refactor(ecs): speedup for archetypes
2a37205c22 fix(ecs): entity deletion is now type correct
607bf94f1e refactor(ecs)!: reworked the entity id system
eced6ddf3f fix(ecs): some replacement issues
Compare 5 commits »
lisk77 pushed to main at lisk77/merk 2025-11-25 21:40:29 +00:00
136fac9243 fix: leaks shouldnt happen anymore
lisk77 pushed to main at lisk77/merk 2025-11-24 17:50:16 +00:00
bb1e99406f fix(commit): leak proof now
fae8489871 fix(commit): make object hashes branch aware and thus dont error status out
Compare 2 commits »
lisk77 pushed to main at lisk77/merk 2025-11-24 15:00:19 +00:00
42b8858558 chore(gitignore): will now ignore the .cache directory
lisk77 pushed to main at lisk77/merk 2025-11-24 14:57:53 +00:00
40a5b77d17 fix(cli): will now not segfault if argc is less than 2
lisk77 created branch main in lisk77/merk 2025-11-22 23:40:39 +00:00
lisk77 pushed to main at lisk77/merk 2025-11-22 23:40:39 +00:00
8aa95da2a1 refactor(cli): make main more clean and moving subcommands to the commands files
58079f26da feat(hash): added branch name to object hash
a2805c1a3f fix(cli): tree doesnt try to strdup NULL out of the flat map
afbcd5d338 refactor(tree): removed everything relating to tree diffs
d07c67c35e refactor(hash): removed TreeDiffObject
Compare 10 commits »
lisk77 created repository lisk77/merk 2025-11-22 23:40:00 +00:00
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-18 00:08:50 +00:00
a01a52766d refactor(renderer): change world corner transformation vecs and text generating function signature
1a463770a3 fix(app): changed mainloop to mitigate no response from application
90e514f642 fix(log): fatal log message now exits the system and never returns
8aec280447 refactor(renderer): texture look up does not need a String as key anymore
4ed42b3de0 fix(renderer): deduplicate texture atlas creation
Compare 5 commits »
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-16 07:18:50 +00:00
9c5a471519 fix(renderer): universal render pass starts with a dummy camera uniform and quads now dont do subpixels
d37351fbc5 fix(app): winit doesnt induce 'not responding' on minimization anymore
Compare 2 commits »
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-13 06:18:49 +00:00
bf7f0bebe9 fix(app): surface errors are handled properly now
e589544a31 feat(math): vectors now have the hadamard product for multiplication
Compare 2 commits »
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-12 22:18:48 +00:00
4915cbcbfe feat(renderer2d): added method to precompute text texture bounds
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-04 02:18:49 +00:00
9312dc4444 chore(res): removed unnecessary shader files
bdf33f2714 feat(texture_atlas): reworked the texture atlas creation
Compare 2 commits »
lisk77 synced commits to main at lisk77/comet from mirror 2025-11-03 01:48:50 +00:00
676b1dcb18 fix(renderer): removed debug log