Commit graph

17 commits

Author SHA1 Message Date
f8316f8ee4 refactored formatted scripts
cpu struct types being worked on
cpu error handling fixed
moved from anyhow -> thiserror
other shit i'm too tired to mention
2025-05-03 01:08:55 -04:00
528d4b03a3 removed languages.json and territories.json
lib.rs is separated into src/modules now for cleaner code

optimized error handling to -> (storage.rs, uptime.rs, meta.rs, memory.rs, os.rs, network.rs)
optimized struct types to -> (storage.rs, uptime.rs, meta.rs, memory.rs, os.rs, network.rs)
2025-05-01 19:02:59 -04:00
D0RYU
91c80d0f91 feat: add telemetry subcrate 2025-04-28 15:40:48 -04:00
c28ccfefca
fix(zlog): remove unused LogJsonStructure struct 2025-04-22 21:57:39 +02:00
ff36abfb78
feat(zlog): add tests 2025-04-22 21:57:33 +02:00
e347fe6d54
feat(zlog)!: JSON logging support 2025-04-22 21:57:29 +02:00
d67acaadfa
feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
2025-04-22 21:56:37 +02:00
f6d1bfda7d
feat: set max loglevel in logger configuration 2025-04-22 21:56:34 +02:00
43f8f46021
feat: basic triangle rendering 2025-04-22 21:56:20 +02:00
f215c10d0e
feat: event based non-blocking logger 2025-04-22 21:56:16 +02:00
6ce3e627cc
refactor: A new beginning 2025-04-22 21:55:38 +02:00
e4d919ad89
finally fix workflow i hope 2025-04-22 21:49:55 +02:00
f286a2b624
polish repl (#17)
* add less daunting panic message on release builds
2025-04-22 21:49:10 +02:00
fdb7844149
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 21:48:24 +02:00
079d507de0
Improve repl autocorrect and error handling
* Combine comparison algorithims for autocorrect

* clear zephyr functions

* remove redundant comments because co-pilot is stupid and i probably will never try to use it again

* implement basic tab completion

* fix unused items

* Make workflow check code quality

* split code quality into its own file

* make action fail on bad formatting

* change workflow to nightly

* f it, code quality is considered breaking

* fix forgetting to set toolchain back to nightly when rewriting workflow (😔)

* Add condition for too little arguments

* run cargo fmt

* remove unneeded feature directive
2025-04-22 21:48:21 +02:00
2f2fe512f3
update main readme and add readme for Zephyr 2025-04-22 21:47:22 +02:00
a11a13afd7
add zephyr ECS subcrate 2025-04-22 21:47:19 +02:00