|
7f778764b0
|
feat: basic GUI terminal when pressing F12
|
2025-04-19 21:09:32 +02:00 |
|
|
98efc8cbe0
|
chore: run clippy and cargo fmt on pending changes
|
2025-04-19 21:09:10 +02:00 |
|
|
374e1996d9
|
fix: build script generates dead code warnings if versioning data is not used
|
2025-04-19 21:08:47 +02:00 |
|
|
af718fbbe6
|
build: remove regex dependency in favor of rust iterators
|
2025-04-19 21:08:46 +02:00 |
|
|
ada0c9ae1e
|
fix: running default Nix package doesnt provide runtime libraries
|
2025-04-19 21:08:44 +02:00 |
|
|
1ad5399014
|
feat: add more useful debug information to system metadata
|
2025-04-19 21:08:40 +02:00 |
|
|
8e36b5d68b
|
update panic handler with system information
|
2025-04-19 21:08:00 +02:00 |
|
|
841ff739dd
|
add window icon
|
2025-04-19 21:07:54 +02:00 |
|
|
d8e6baebf1
|
fix creating two event loops at once
|
2025-04-19 21:07:16 +02:00 |
|
|
ec74b0f93b
|
Merge branch 'main' of codeberg.org:Caznix/Zenyx
|
2025-04-19 21:06:07 +02:00 |
|
|
afbf3163fd
|
improve error handling and add metadata
|
2025-04-19 21:05:05 +02:00 |
|
|
f481dec62a
|
improve error handling
|
2025-04-19 21:05:03 +02:00 |
|
|
aa22e85676
|
cross compile for windows and macOS
|
2025-04-19 21:05:01 +02:00 |
|
|
daf95d5ec5
|
show dialog on panic
|
2025-04-19 21:04:59 +02:00 |
|
Caznix
|
1b605e19a6
|
Merge pull request 'Improve rendering and reduce rendering related crashes' from error_handling into main
|
2025-04-19 21:04:50 +02:00 |
|
|
b192c15e3f
|
formatting
|
2025-04-19 21:04:46 +02:00 |
|
|
1326b25b3a
|
remove unneeded clone
|
2025-04-19 21:04:43 +02:00 |
|
|
eebf9feb2f
|
load arbitrary model data
|
2025-04-19 21:04:41 +02:00 |
|
|
42f9148f9f
|
refactor renderer into smaller functions
|
2025-04-19 21:04:40 +02:00 |
|
|
f52d9bbb68
|
include runtime dependencies in default package
|
2025-04-19 21:04:34 +02:00 |
|
|
8d00266337
|
close all windows if the main window is destroyed
|
2025-04-19 21:04:32 +02:00 |
|
|
6ec3886544
|
fix selecting wrong window for key events
|
2025-04-19 21:04:31 +02:00 |
|
Caznix
|
ea874538a4
|
Merge pull request 'multi window support' from rendering into main
|
2025-04-19 21:04:22 +02:00 |
|
Caznix
|
b9fa9cb445
|
Merge branch 'main' into rendering
|
2025-04-19 21:04:16 +02:00 |
|
|
9187f4f4ea
|
fix multi window support
|
2025-04-19 21:04:11 +02:00 |
|
|
fba29a2669
|
exit event loop properly
|
2025-04-19 21:04:09 +02:00 |
|
|
0a1e241301
|
convert the vec of windows to a hashmap
|
2025-04-19 21:04:08 +02:00 |
|
|
5ad33b4704
|
feat: attempt to close winit window (?)
|
2025-04-19 21:04:02 +02:00 |
|
|
09f7d4d4f8
|
feat: handle spawning multiple windows
|
2025-04-19 21:03:54 +02:00 |
|
|
18e7eaf84e
|
rename build.nix to default.nix
|
2025-04-19 21:03:51 +02:00 |
|
Caznix
|
8ca8dfd370
|
Merge pull request 'input_test' from input_test into main
|
2025-04-19 21:03:31 +02:00 |
|
|
350776d652
|
Merge branch 'rendering'
|
2025-04-19 21:03:25 +02:00 |
|
|
b3ed06c8d2
|
press esc to change bg color
|
2025-04-19 21:03:21 +02:00 |
|
|
e5ec21bfac
|
format rust and nix files
|
2025-04-19 21:03:19 +02:00 |
|
|
86fee37297
|
deprecate and remove zlua
|
2025-04-19 21:03:17 +02:00 |
|
|
6b3f83ad8b
|
proper 3d projection
|
2025-04-19 21:03:15 +02:00 |
|
|
9ee63d3765
|
Merge pull request from Zenyx-Engine/core_update
core update
|
2025-04-19 21:03:09 +02:00 |
|
|
ab7cd3ed46
|
Merge branch 'main' into core_update
|
2025-04-19 21:03:03 +02:00 |
|
|
78e9d31358
|
cube
|
2025-04-19 21:02:42 +02:00 |
|
|
9f27076f07
|
remove welcome message to save terminal space
|
2025-04-19 21:02:41 +02:00 |
|
|
8a3ce30c10
|
update workflow to use nightly
|
2025-04-19 21:02:37 +02:00 |
|
|
b9f1733126
|
finally fix workflow i hope
|
2025-04-19 21:02:35 +02:00 |
|
|
53996ec2ba
|
remove categories
|
2025-04-19 21:02:34 +02:00 |
|
|
b9bb81f6f4
|
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-19 21:02:28 +02:00 |
|
dependabot[bot]
|
6a53ab90d1
|
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-19 21:02:24 +02:00 |
|
|
54b7986ad6
|
Merge pull request from GhostedGaming/main
Added Lua standard library
|
2025-04-19 21:02:17 +02:00 |
|
|
6153b7fd35
|
Merge pull request from GhostedGaming/main
Added a file for zlua and made a new function
|
2025-04-19 21:02:08 +02:00 |
|
GhostedGaming
|
d2a51f750e
|
Removed Problems
|
2025-04-19 21:02:04 +02:00 |
|
GhostedGaming
|
06ced36fad
|
add rudimentary Text editor
|
2025-04-19 21:01:53 +02:00 |
|
GhostedGaming
|
915b638fa7
|
Added better syntax
|
2025-04-19 21:01:49 +02:00 |
|