|
5539381f46
|
render: Add AsBindableDescriptorSet
|
2025-06-05 13:41:08 +02:00 |
|
|
b7bc6478e2
|
MaterialManager: Avoid some clone
|
2025-05-31 22:40:56 +02:00 |
|
|
1a071e44a9
|
MaterialManager: with O(n) complexity
|
2025-05-31 22:38:38 +02:00 |
|
|
5971c8cd5f
|
MaterialManager: first iteration
|
2025-05-31 21:53:20 +02:00 |
|
|
9d2a4410f0
|
input: Move from egui to std RwLock (mistake during use choice)
|
2025-05-31 13:41:53 +02:00 |
|
|
9d3800c718
|
virtual_input: Use RwLock instead of Mutex
|
2025-05-31 12:59:32 +02:00 |
|
|
45ccf030f6
|
app: refactor WindowContext name and creation
|
2025-05-31 12:56:00 +02:00 |
|
|
a293b962f7
|
use RefCell instead of RwLock
- Gui and VulkanoWindows is not thread safe
- It's more adapted with association with Rc
|
2025-05-31 12:40:19 +02:00 |
|
|
e5d8dd58f2
|
Add loading scene if not loaded on tracy
Build legacy Nix package on Ubuntu / build (push) Failing after 11m9s
|
2025-05-30 23:35:13 +02:00 |
|
|
d765e78da4
|
Move to tracing with tracy support
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
|
2025-05-30 23:27:03 +02:00 |
|
|
8a57094478
|
app_context: Remove useless monitors video modes checking
Build legacy Nix package on Ubuntu / build (push) Failing after 9m43s
|
2025-05-30 22:49:18 +02:00 |
|
|
1aa2dcc55d
|
Avoid to use Arc for not Send/Sync reference
Build legacy Nix package on Ubuntu / build (push) Failing after 10m8s
|
2025-05-30 22:33:06 +02:00 |
|
|
1568223b9d
|
some cleanup from clippy
Build legacy Nix package on Ubuntu / build (push) Failing after 9m20s
|
2025-05-30 22:21:34 +02:00 |
|
|
b1458785e5
|
Change Mutex by RwLock
Build legacy Nix package on Ubuntu / build (push) Failing after 10m35s
|
2025-05-30 22:04:54 +02:00 |
|
|
bc42892d39
|
cleanup
Build legacy Nix package on Ubuntu / build (push) Failing after 9m39s
|
2025-05-30 21:54:58 +02:00 |
|
|
2c169548b9
|
Refactor app context and render pass manager
Build legacy Nix package on Ubuntu / build (push) Failing after 9m10s
|
2025-05-30 21:40:25 +02:00 |
|
|
f1ae54bc73
|
winit: Use user event
Build legacy Nix package on Ubuntu / build (push) Failing after 8m47s
|
2025-05-29 21:38:07 +02:00 |
|
|
6a6b1821a4
|
depth: Fix not resized
Build legacy Nix package on Ubuntu / build (push) Failing after 8m22s
|
2025-05-29 18:16:26 +02:00 |
|
|
650b61e3ae
|
render: add depth buffer
Build legacy Nix package on Ubuntu / build (push) Failing after 8m13s
|
2025-05-29 17:44:00 +02:00 |
|
|
77c717f90b
|
Add instances support
|
2025-05-29 17:13:01 +02:00 |
|
|
f8b81f3269
|
camera: Change camera to Camera3D
Build legacy Nix package on Ubuntu / build (push) Failing after 9m38s
|
2025-05-29 16:46:11 +02:00 |
|
|
3a562fb6eb
|
camera: Fix Y inverted
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
|
2025-05-29 16:38:45 +02:00 |
|
|
8b16def890
|
square: Fix indices
Build legacy Nix package on Ubuntu / build (push) Failing after 8m11s
|
2025-05-29 16:09:04 +02:00 |
|
|
998aa68da1
|
camera: fix camera movement
Build legacy Nix package on Ubuntu / build (push) Failing after 8m11s
|
2025-05-29 14:00:26 +02:00 |
|
|
f835941432
|
app: Move render_pass into scene
Build legacy Nix package on Ubuntu / build (push) Failing after 8m8s
|
2025-05-29 00:17:21 +02:00 |
|
|
131811a539
|
pipeline: Refactor square pipeline + add support of indexes
|
2025-05-28 22:39:56 +02:00 |
|
|
122f577a26
|
texture: Let compiler type inference
Build legacy Nix package on Ubuntu / build (push) Failing after 9m9s
|
2025-05-28 13:47:10 +02:00 |
|
|
fbb1493b45
|
Fixes
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
|
2025-05-28 13:41:13 +02:00 |
|
|
09bfe6fb48
|
camera: Try fix camera
Build legacy Nix package on Ubuntu / build (push) Failing after 8m5s
|
2025-05-27 23:31:23 +02:00 |
|
|
a0fce9c08e
|
texture: Avoid clone image
Build legacy Nix package on Ubuntu / build (push) Failing after 9m15s
|
2025-05-27 22:32:44 +02:00 |
|
|
29a4da5666
|
texture: First image load
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
|
2025-05-27 22:25:17 +02:00 |
|
|
5b0ab19207
|
input: Refactor all previous states
Build legacy Nix package on Ubuntu / build (push) Failing after 7m48s
|
2025-05-27 19:44:21 +02:00 |
|
|
b0f82b0714
|
input: Add support for Axis, Mouse Button, MouseWheel
Build legacy Nix package on Ubuntu / build (push) Failing after 7m50s
|
2025-05-27 19:11:28 +02:00 |
|
|
8c42e7b139
|
Refactor input
Build legacy Nix package on Ubuntu / build (push) Failing after 7m43s
|
2025-05-27 17:13:22 +02:00 |
|
|
1976a8b53e
|
Refactor camera code
Build legacy Nix package on Ubuntu / build (push) Failing after 7m57s
|
2025-05-26 22:53:32 +02:00 |
|
|
7401a9b5f3
|
First scene refactor working
Build legacy Nix package on Ubuntu / build (push) Failing after 8m13s
|
2025-05-26 19:55:34 +02:00 |
|
|
5b74eef561
|
Push break job work [not work]
Build legacy Nix package on Ubuntu / build (push) Failing after 7m55s
|
2025-05-26 16:46:26 +02:00 |
|
|
e58c22b531
|
remove held state in input.
Build legacy Nix package on Ubuntu / build (push) Failing after 7m57s
- Winit not return event if multiple key as repeat event
|
2025-05-26 13:29:38 +02:00 |
|
|
1babc5bfeb
|
Add debug in gui
Build legacy Nix package on Ubuntu / build (push) Failing after 10m16s
|
2025-05-26 00:04:46 +02:00 |
|
|
c4c691c4dd
|
Begin implement input management
Build legacy Nix package on Ubuntu / build (push) Failing after 8m4s
|
2025-05-25 23:48:02 +02:00 |
|
|
2c3392c3ea
|
add EGUI
Build legacy Nix package on Ubuntu / build (push) Failing after 2m41s
|
2025-05-25 22:36:27 +02:00 |
|
|
6dae0339db
|
Fix warning
Build legacy Nix package on Ubuntu / build (push) Failing after 6m25s
|
2025-05-25 21:10:58 +02:00 |
|
|
a4a6c0c60a
|
Use vulkano_util instead
Build legacy Nix package on Ubuntu / build (push) Failing after 6m30s
|
2025-05-25 19:48:59 +02:00 |
|
|
f486486be3
|
Remove ECS pattern: Split into new repo
Build legacy Nix package on Ubuntu / build (push) Failing after 6m2s
|
2025-05-25 18:55:58 +02:00 |
|
|
62d12f2ab8
|
render_plugin: Autocreate swapchain and update
Build legacy Nix package on Ubuntu / build (push) Failing after 9m45s
|
2025-05-18 21:00:22 +02:00 |
|
|
ae0a2be097
|
render_plugin: Begin add window plugin
Build legacy Nix package on Ubuntu / build (push) Failing after 3m7s
|
2025-05-18 19:28:34 +02:00 |
|
|
0ee29a3649
|
render_plugin: Add first SubApp and default schedules
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
|
2025-05-18 18:02:54 +02:00 |
|
|
f585ba78e7
|
Split vulkan resources
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
|
2025-05-18 17:06:59 +02:00 |
|
|
b977f446d3
|
Split crates
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
|
2025-05-18 13:15:29 +02:00 |
|
|
99be029ff8
|
First vulkan init working
|
2025-05-18 12:41:25 +02:00 |
|