Skip to content

Commit

Permalink
Reimplement load and watch with file dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-Yom committed May 12, 2021
1 parent 25034cc commit a7bc96d
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 54 deletions.
235 changes: 225 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ anyhow = "1"
bytemuck = { version = "1", features = ["derive"] }
# File watcher
notify = "4"
rfd = "0.3"
# logger api
log = { version = "0.4", features = ["std"] }
simplelog = "0.10"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ entire application build time.

## TODO

- Reimplement commands with the GUI
- Merge params uniform block with push_constant block
- Error handling (currently it crashes if something goes wrong)
- GPU hot switch (for when you see that you need some extra gpu juice)
Expand Down
Loading

0 comments on commit a7bc96d

Please sign in to comment.