Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xTeamStanly committed Oct 27, 2023
1 parent 4b5aab9 commit 9db8641
Show file tree
Hide file tree
Showing 7 changed files with 431 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ Cargo.lock

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# Added by cargo

/target
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "hex_viewer"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eframe = "0.23.0"
egui = "0.23.0"
egui-notify = "0.10.0"
egui_extras = "0.23.0"
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# hex_viewer
Crude hex viewer example using egui
Crude and basic readonly hex viewer example using egui

## Screenshot
[![Demo](./assets/image.jpg)](./assets/video.mp4)
Binary file added assets/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/video.mp4
Binary file not shown.
Loading

0 comments on commit 9db8641

Please sign in to comment.