313 Commits

Author SHA1 Message Date
762fb5ed55 Fix broken dependencies in CI 2024-07-06 21:35:55 +02:00
97e64733da Register new external dependencies with the CI 2024-07-06 21:27:42 +02:00
c3d4cbe787 Add full engine build to CI before testing 2024-07-06 18:45:19 +02:00
640a06c86b Integrate update shader compilation step to building 2024-07-06 17:42:59 +01:00
e17d2b74ca Fix coordinate systems to be consistent between backends 2024-07-06 16:00:40 +01:00
842dbd56cf Add runtime shader reflection support 2024-07-06 03:25:09 +01:00
2ba249f4bf Use a single SPIRV binary for the default rendering 2D shader 2024-07-02 23:15:23 +01:00
40067c067b Initial replacement of Sokol shdc with a runtime compilation system 2024-07-02 23:08:25 +01:00
f100aa0d46 Add render textures 2024-06-27 20:01:06 +01:00
a4280c8fe8 Merge pull request 'renderer-mvp/asset-pipeline' () from renderer-mvp/asset-pipeline into main
Reviewed-on: 
2024-06-23 04:37:40 +02:00
f0cc66edfa Fix compilation errors 2024-06-23 03:35:16 +01:00
bfa3efbb51 PR tidy up 2024-06-23 03:31:51 +01:00
9cfabae931 Update to Zig 0.13.0 2024-06-23 03:03:41 +01:00
4125aa0ddb Tidy and fix up 2024-06-23 02:51:00 +01:00
ee88f58e53 Implement bitmap loading 2024-06-23 02:16:04 +01:00
a997a88b66 Fix typo in readme 2024-06-20 23:16:49 +02:00
d62e6d2c9a Update readme.md 2024-06-20 23:16:29 +02:00
04e8d69c37 Refactor rendering logic ahead of new asset pipeline 2024-06-20 21:54:00 +01:00
96e10f0668 Merge pull request 'Reintroduce integrated scripting language' () from coralscript-mvp/reintroduction into main
Reviewed-on: 
2024-06-05 00:52:18 +02:00
8fe734f9b7 Reintroduce integrated scripting language 2024-06-04 23:51:00 +01:00
55fb1ce062 Merge pull request 'renderer-mvp/refactor-tech' () from renderer-mvp/refactor-tech into main
Reviewed-on: 
2024-06-05 00:12:26 +02:00
26094a04e8 Make shader name consistent with graphics rendering logic 2024-06-04 23:10:24 +01:00
7d38c9afd8 Remove redundant gitignore 2024-06-04 23:07:11 +01:00
b7237426ba Refactor graphics module 2024-06-04 23:05:57 +01:00
75566a8510 Add texture UV support to 2D drawing 2024-05-30 22:43:45 +01:00
1ffb316a11 Fix Zig build steps 2024-05-29 19:52:46 +01:00
c952709b82 Update CI image dependency 2024-05-29 19:44:05 +01:00
fac0470a4a Major re-write to use asynchronous running loop 2024-05-29 19:27:02 +01:00
ef537bef14 Merge pull request 'Refactor Kym' () from kym-refactor into main
Reviewed-on: 
2023-11-12 21:23:05 +01:00
70746b4680 Unify calling interface for object accesses in Kym 2023-11-12 20:12:04 +00:00
b0aa7166f9 Fill in missing documentation for Kym 2023-11-12 20:02:47 +00:00
dbba822c7a Add linear algebra utils for future graphics stuff 2023-11-12 18:55:16 +00:00
e5c18e4a14 Refactor Kym 2023-11-12 13:09:30 +00:00
decc2799b0 Merge pull request 'String Literal Interpolation' () from kym-string-interpolation into main
Reviewed-on: 
2023-11-08 00:32:48 +01:00
c30f10db96 Implement string interpolation 2023-11-07 23:22:25 +00:00
63792ea983 Make tokenization aware of string templates 2023-11-07 23:06:11 +00:00
94a13b0d3c Fix compilation errors with Stack list 2023-11-07 23:02:49 +00:00
b28b1a86c9 Fix double free and boxing bugs in VM 2023-11-06 22:27:09 +00:00
eb9552c390 Merge compiler into Chunk.zig 2023-11-06 20:53:24 +00:00
83680607b7 Fix arity check error message formatting 2023-11-06 20:16:22 +00:00
8f3a33a52b Merge pull request 'Improve Kym Run-TIme Errors' () from better-kym-runtime-errors into main
Reviewed-on: 
2023-11-06 00:47:36 +01:00
19e1fb2634 Streamline arity detection 2023-11-05 23:46:07 +00:00
75ddf3f2bb Add line numbers to stack traces 2023-11-05 22:46:24 +00:00
00631e66a5 Make named lambdas report their names in errors 2023-11-05 16:24:06 +00:00
fd15903260 Fix recursive to_string calls 2023-11-05 16:18:36 +00:00
8b0182f03c add dynamic to_string support to dynamic object typeinfo 2023-11-05 16:06:26 +00:00
03a8abc5dd Merge pull request 'Closures, Higher-Order Functions, and Everything in Between' () from kym-captures into main
Reviewed-on: 
2023-11-05 16:52:51 +01:00
816051f066 Amend code review 2023-11-05 15:51:25 +00:00
c86173d759 Fix bugs with n+1-nested closures 2023-11-05 12:25:16 +00:00
88ff2a64b6 Make arguments read-only 2023-11-04 13:41:39 +00:00