main
/
crates
/
redback-runtime
/
src
/
scene.rs
crates/redback-runtime/src/scene.rs
-
42723a0
fix: egui kept on dragging/highlighting all of my characters (which was really frustrating). perf: improving performance and looks wip: outline shader for selection (as if selection worked in the first place LMAOOOO) refactor: removed old ColliderWireframePipeline code (since we changed the backend to use DebugDraw). perf: changed compilation back to mold instead of lld to improve build times.
— Thribhu K
2026-04-01 16:19
-
0f3aade
refactor: refactoring the render() functions to make it more organised, plan on optimising later.
— Thribhu K
2026-03-31 14:05
-
cb5364b
fix: physics-based bug fixes
— Thribhu K
2026-03-30 13:49
-
c2a063c
feature: improved copy and pasting. feature: improved onrails perf: changed backend of hitbox wireframe to use DebugDraw instead.
— Thribhu K
2026-03-28 15:16
-
46fd10e
fix: general fixes around the block style: `cargo fmt`
— Thribhu K
2026-03-28 10:01
-
5903bc0
perf: updated dependencies style: ran `cargo fmt`
— Thribhu K
2026-03-28 09:33
-
f5ca1fd
wip: stupid ass bug related to not updating Components.
— Thribhu K
2026-03-27 13:58
-
9e5caa8
feature: OnRails, which allows an entities EntityTransform be constricted by a set path. refactor: made collider wireframe use DebugDraw instead of its own pipeline. feature+refactor: allowed for components to be created within the users kotlin codebase instead of a rust only implementation. wip: improving UI with a stolen WidgetType struct from egui LOL
— Thribhu K
2026-03-27 10:31
-
a75bf77
feature: debug drawing, such as rays and objects and lines and stuff like that
— Thribhu K
2026-03-26 13:59
-
66651ff
feature: improved lighting feature: changed to uuid-based id system for assets
— Thribhu K
2026-03-25 02:51
-
c8aafb9
wip: overhaul on assets, with uuid linking planned.
— Thribhu K
2026-03-24 13:50
-
95ef132
i have no clue what i have done here
— Thribhu K
2026-03-22 13:47
-
51c2405
perf: optimised editor/scene.rs
— Thribhu K
2026-03-14 06:34
-
5b2e1a2
refactor: created new TextureBuilder struct to clean up the mess that was before. refactor: made AssetViewer use Arc<T> instead of references. fix: on colour change, it constantly recreates the texture.
— Thribhu K
2026-03-07 15:06
-
8235d5c
wip: ui editor refactor: prepared kino_ui for serialization refactor: integrated kino_ui WidgetTree into the components and redback-runtime. feature: ability to switch between UI and editor possible now feature: implemented categorisation to adding a component feature: scene settings related to overlaying.
— Thribhu K
2026-03-07 02:49
-
b594e06
Merge pull request #93 from tirbofish/billboarding
— Thribhu K
2026-03-02 13:20
-
2da0587
feature: billboarding (on the path to particles). can render from other texture views, just specifically got it to render from kino_ui.
— Thribhu K
2026-03-02 12:05
-
dd5d9ba
fix: morph vertex animation fully implemented
— Thribhu K
2026-02-26 13:08
-
f574759
wip: morph targets
— Thribhu K
2026-02-25 11:53
-
6efc74a
fix: for some reason, the normals were all mixed up. fixed that up
— Thribhu K
2026-02-25 08:49
-
fa395da
wip: morph targets refactor: changed my mess of bind groups into one clean and organised thing :)
— Thribhu K
2026-02-24 07:57
-
060c236
feature: multisampling with MSAA4 feature: increase active camera speed with mouse wheel scroll fix: when TRS animation was run, it would rotate the entire model, making it look like it was standing on its nose
— Thribhu K
2026-02-22 14:15
-
a01f355
feature: multisampling with MSAA
— Thribhu K
2026-02-22 13:00
-
7e2ec0f
fix: window resizing, done for today
— Thribhu K
2026-02-21 10:45
-
2643d1f
fix: magna-carta parser fix: reset animation state on animation change so its legs don't look like its snapped fix: collider wireframe finally renders now (fixes #90) fix: kcc contains a CharacterMovementResult now refactor: included a world + entity in all InspectableComponents
— Thribhu K
2026-02-21 08:16
-
69c2f90
feature: implement reflections, improved model textures.
— Thribhu K
2026-02-20 13:57
-
4d1cb4e
fmt: cargo fix + cargo fmt
— Thribhu K
2026-02-20 04:36
-
f4471a7
refactor: main shader, bind groups and textures.
— Thribhu K
2026-02-18 13:22
-
9115981
skinned animation officially works now (hooray!!!)
— Thribhu K
2026-02-18 12:11
-
5734766
fix: general editor fixes, improvements to components and optimised the model rendering (as well as animations playing).
— Thribhu K
2026-02-18 11:11
-
f785b02
wip: mess
— Thribhu K
2026-02-17 13:44
-
e9c9f39
refactor: got redback-runtime compilable
— Thribhu K
2026-02-17 06:20
-
48f2338
refactor: edit compiles, but no components being shown.
— Thribhu K
2026-02-16 07:10
-
a0917a8
wip: finally got eucalyptus-core all smoothened out, need to fix up the editor now.
— Thribhu K
2026-02-15 13:42
-
2d2c8e2
Merge pull request #88 from tirbofish/ui
— Thribhu K
2026-02-14 11:07
-
51530a7
feature: skybox on redback-runtime works
— Thribhu K
2026-02-09 01:55
-
67dbcbe
feature: skybox fix: lighting
— Thribhu K
2026-02-07 14:40
-
e4ca62f
feature: hdr
— Thribhu K
2026-02-05 01:31
-
d27053d
feature: text rendering now works (workaround for wgpu 27) + input feature: contained widgets now work. feature: shorthand for UI
— Thribhu K
2026-02-01 13:10
-
e0632fe
feature: did a little bit here and there
— Thribhu K
2026-02-01 05:51
-
c4d1e16
feature: implemented text (but still on wgpu 27.0) :( feature: implemented basic input checking docs: new readme.md feature: got texturing working
— Thribhu K
2026-01-31 16:07
-
ed895ce
feature: kino-ui works
— Thribhu K
2026-01-30 09:56
-
3a81844
feature: created a checkbox refactor: changed up my UI structure
— Thribhu K
2026-01-29 14:28
-
7c471d2
feature: euca-runner now works successfully. fix: got windowing options available for the redback-runtime fix: some general fixes here and there.
— Thribhu K
2026-01-28 11:35
-
9a860a3
FINALLY GOT TEXT TO RENDER YIPPEEEEEEE!!!!
— Thribhu K
2026-01-27 11:35
-
cd3689d
feature: input detection works with buttons
— Thribhu K
2026-01-27 07:08
-
f57db28
packing up for tomorrow, got an idea for UI (planning on using asm-like instruction sets.
— Thribhu K
2026-01-23 13:25
-
2437ae2
wip: got yakui ui to work, and i should be able to create a little "buffer" typa thing. hooray!
— Thribhu K
2026-01-23 13:03
-
09fa5f3
wip: new library called kino-gui
— Thribhu K
2026-01-21 16:46
-
6d99ab1
feature: basic rectangle rendering onto the screen. also start of UI branch.
— Thribhu K
2026-01-20 15:34
-
b2ef470
feature: mipmaps (fixes #77)
— Thribhu K
2026-01-19 13:57
-
28e6d76
Merge pull request #85 from tirbofish/engine-refactor
— Thribhu K
2026-01-18 12:40
-
35f9158
fix: general bug fixes with textures.
— Thribhu K
2026-01-18 12:39
-
65bc7fc
feature: added support for lighting as a storage resource. fix: dealt with some weird "../../../" corruption or bug. wip: redback-runtime runner (euca-runner) bin
— Thribhu K
2026-01-18 11:38
-
e2c482b
refactor: organised code.
— Thribhu K
2026-01-17 16:02
-
0148386
moved around some stuff. about to start on refactor of engine.
— Thribhu K
2026-01-17 12:04