Skip to content

Commit

Permalink
egui app with psd and hbf dsp tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Aug 31, 2023
1 parent f3a5c59 commit e8d73f7
Show file tree
Hide file tree
Showing 20 changed files with 1,329 additions and 2,972 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

/perf.data*
36 changes: 27 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
[package]
name = "stabilizer-streaming"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
authors = [
"Robert Jördens <[email protected]>",
"Ryan Summers <[email protected]>",
]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.67"

[dependencies]
clap = "3.0.0-beta.5"
clap = { version = "4.3", features = ["derive"] }
num_enum = "0.5"
log = "0.4"
env_logger = "0.9"
async-std = { version = "1", features = ["attributes"] }
tide = "0.16"
serde = {version = "1", features = ["derive"]}
#tide = "0.16"
serde = { version = "1", features = ["derive"] }
eframe = { version = "0.22", default-features = false, features = ["glow", "default_fonts"] }
# egui = "0.22"
# image = { version = "0.24", default-features = false, features = ["png"] }
# rfd = "0.11.0"
env_logger = "0.10"
ndarray = "0.15.6"
bytemuck = "1.13.1"
thiserror = "1.0.47"
anyhow = "1.0.75"
socket2 = "0.5.3"
idsp = "0.10.0"
rustfft = "6.1.0"

[dev-dependencies]
rand = "0.8.5"

[build-dependencies]
npm_rs = "0.2.1"
#[build-dependencies]
#npm_rs = "0.2.1"
12 changes: 0 additions & 12 deletions build.rs

This file was deleted.

16 changes: 0 additions & 16 deletions frontend/dist/index.html

This file was deleted.

Loading

0 comments on commit e8d73f7

Please sign in to comment.