|
4f423f4300
|
fix: running default Nix package doesnt provide runtime libraries
|
2025-04-22 21:53:20 +02:00 |
|
|
424efd9c98
|
feat: add more useful debug information to system metadata
|
2025-04-22 21:53:17 +02:00 |
|
|
bff7aff98c
|
update panic handler with system information
|
2025-04-22 21:53:13 +02:00 |
|
|
ad4cef9739
|
add window icon
|
2025-04-22 21:53:10 +02:00 |
|
|
5fca807ca3
|
fix creating two event loops at once
|
2025-04-22 21:53:07 +02:00 |
|
|
39a3f88d3c
|
Merge branch 'main' of codeberg.org:Caznix/Zenyx
|
2025-04-22 21:53:03 +02:00 |
|
|
710c8e52bd
|
improve error handling and add metadata
|
2025-04-22 21:52:25 +02:00 |
|
|
2dd2398809
|
improve error handling
|
2025-04-22 21:52:22 +02:00 |
|
|
ff7ff5fb79
|
cross compile for windows and macOS
|
2025-04-22 21:52:18 +02:00 |
|
|
10932a1a97
|
show dialog on panic
|
2025-04-22 21:52:15 +02:00 |
|
Caznix
|
7596058c85
|
Merge pull request 'Improve rendering and reduce rendering related crashes' from error_handling into main
|
2025-04-22 21:52:12 +02:00 |
|
|
e106242d41
|
formatting
|
2025-04-22 21:52:08 +02:00 |
|
|
75a855bb9f
|
remove unneeded clone
|
2025-04-22 21:52:04 +02:00 |
|
|
901f7a63cf
|
load arbitrary model data
|
2025-04-22 21:52:01 +02:00 |
|
|
87289bd8b3
|
refactor renderer into smaller functions
|
2025-04-22 21:51:58 +02:00 |
|
|
e158c4bb63
|
include runtime dependencies in default package
|
2025-04-22 21:51:54 +02:00 |
|
|
5c438b349e
|
close all windows if the main window is destroyed
|
2025-04-22 21:51:51 +02:00 |
|
|
642d485aa4
|
fix selecting wrong window for key events
|
2025-04-22 21:51:48 +02:00 |
|
Caznix
|
019a97dd0b
|
Merge pull request 'multi window support' from rendering into main
|
2025-04-22 21:51:44 +02:00 |
|
Caznix
|
0eb2db3960
|
Merge branch 'main' into rendering
|
2025-04-22 21:51:40 +02:00 |
|
|
3757346c05
|
fix multi window support
|
2025-04-22 21:51:37 +02:00 |
|
|
3181a2de73
|
exit event loop properly
|
2025-04-22 21:51:34 +02:00 |
|
|
31b3456877
|
convert the vec of windows to a hashmap
|
2025-04-22 21:51:30 +02:00 |
|
|
3eb358259d
|
feat: attempt to close winit window (?)
|
2025-04-22 21:51:27 +02:00 |
|
|
d26499823b
|
feat: handle spawning multiple windows
|
2025-04-22 21:51:23 +02:00 |
|
|
ecb108b694
|
rename build.nix to default.nix
|
2025-04-22 21:51:20 +02:00 |
|
Caznix
|
ae2316bb88
|
Merge pull request 'input_test' from input_test into main
|
2025-04-22 21:51:16 +02:00 |
|
|
5b3d133261
|
Merge branch 'rendering'
|
2025-04-22 21:51:13 +02:00 |
|
|
5f3236caa2
|
press esc to change bg color
|
2025-04-22 21:51:09 +02:00 |
|
|
49a442ce38
|
format rust and nix files
|
2025-04-22 21:51:06 +02:00 |
|
|
26221406f9
|
deprecate and remove zlua
|
2025-04-22 21:51:03 +02:00 |
|
|
ec42d4b6ee
|
proper 3d projection
|
2025-04-22 21:50:59 +02:00 |
|
|
0f7f67803a
|
Merge pull request from Zenyx-Engine/core_update
core update
|
2025-04-22 21:50:55 +02:00 |
|
|
f27b11bf5d
|
Merge branch 'main' into core_update
|
2025-04-22 21:50:52 +02:00 |
|
|
3941535f7d
|
cube
|
2025-04-22 21:50:05 +02:00 |
|
|
7ec772e011
|
remove welcome message to save terminal space
|
2025-04-22 21:50:02 +02:00 |
|
|
fb4908c0a3
|
update workflow to use nightly
|
2025-04-22 21:49:58 +02:00 |
|
|
e4d919ad89
|
finally fix workflow i hope
|
2025-04-22 21:49:55 +02:00 |
|
|
3ccb504e8c
|
remove categories
|
2025-04-22 21:49:51 +02:00 |
|
|
31edbee25e
|
Merge pull request from Zenyx-Engine/dependabot/cargo/colored-3.0.0
Update colored requirement from 2.2.0 to 3.0.0
|
2025-04-22 21:49:48 +02:00 |
|
dependabot[bot]
|
c3c6a8685a
|
Update colored requirement from 2.2.0 to 3.0.0
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v2.2.0...v3.0.0)
---
updated-dependencies:
- dependency-name: colored
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-22 21:49:44 +02:00 |
|
|
b31b4c6d42
|
Merge pull request from GhostedGaming/main
Added Lua standard library
|
2025-04-22 21:49:41 +02:00 |
|
|
6c19e39cd6
|
Merge pull request from GhostedGaming/main
Added a file for zlua and made a new function
|
2025-04-22 21:49:37 +02:00 |
|
GhostedGaming
|
865ed77e3a
|
Removed Problems
|
2025-04-22 21:49:34 +02:00 |
|
GhostedGaming
|
818456af5e
|
add rudimentary Text editor
|
2025-04-22 21:49:30 +02:00 |
|
GhostedGaming
|
ede3c3e906
|
Added better syntax
|
2025-04-22 21:49:27 +02:00 |
|
GhostedGaming
|
77f3b8d25c
|
Imported the whole library and now we have alot more functtions (sorry caz)
|
2025-04-22 21:49:23 +02:00 |
|
GhostedGaming
|
47aee197e9
|
Working if statement
partially
|
2025-04-22 21:49:20 +02:00 |
|
GhostedGaming
|
067048cf54
|
Added a file for zlua and made a new function
|
2025-04-22 21:49:17 +02:00 |
|
|
3766da6bcf
|
ZLUA REPL!!!!! (#18)
|
2025-04-22 21:49:13 +02:00 |
|