Andrea Ciliberti
8a890392a3
Cleanup unsafety using bytemuck
2 years ago
Andrea Ciliberti
5cfbb8bc84
Fixed checks
2 years ago
Andrea Ciliberti
13ca921e63
fmt
2 years ago
Andrea Ciliberti
81125098ed
Working (slower) example
2 years ago
Andrea Ciliberti
2b4fbfd6b2
Fmt
2 years ago
Andrea Ciliberti
015c1371cd
Removed unneeded non_exhaustive flags
2 years ago
Andrea Ciliberti
7395ca78f5
Renamed audio example
2 years ago
Andrea Ciliberti
4de7c8e542
Removed once_cell crate as of latest Rust changes
2 years ago
Andrea Ciliberti
5e78612b3c
Clippy
2 years ago
Andrea Ciliberti
31e3542dd5
Readded offset and fixed misunderstanding about sample size
2 years ago
Andrea Ciliberti
f14de20217
Slight refactoring
2 years ago
Andrea Ciliberti
429e60c878
fmt
2 years ago
Andrea Ciliberti
751cb243c6
Slight refactor and fixed derive Clone
2 years ago
Andrea Ciliberti
57b7761941
Moved safety measures to WaveInfo rather than Ndsp
2 years ago
Andrea Ciliberti
0f74b4be9f
Example works fine, audio feels off
2 years ago
Andrea Ciliberti
4ef261f6c2
Example works fine, audio feels off
2 years ago
Andrea Ciliberti
3db374e6cd
Fixed small issues in the example
2 years ago
Andrea Ciliberti
a6ec9b8525
Filter example compiles, still WIP
2 years ago
Andrea Ciliberti
44e904b0c9
Feels like hell in here
2 years ago
Andrea Ciliberti
9bd5e7de97
Sort ndsp module in 2 files
2 years ago
Andrea Ciliberti
afd3c89f68
Sort ndsp module in 2 files
2 years ago
Andrea Ciliberti
0b57a9aeb4
Add some filter functionality
2 years ago
Andrea Ciliberti
554f96dcc4
Minor fixes to the WIP example
2 years ago
Andrea Ciliberti
243780c79b
Minor fixes to the WIP example
2 years ago
Andrea Ciliberti
9837e41f20
Separated module and new anti-drop measures
2 years ago
Andrea Ciliberti
e5c0052366
Expanded InvalidChannel error and fixed types
2 years ago
Andrea Ciliberti
a319686e4b
Expanded InvalidChannel error and fixed types
2 years ago
Andrea Ciliberti
1a283eb420
WIP Error fixing on the Linear Allocator
2 years ago
Andrea Ciliberti
169d353d9f
WIP Rustification of the example
2 years ago
Andrea Ciliberti
a911e9c0e3
Added explanatory comments and small updates
2 years ago
Andrea Ciliberti
d00a608a19
WIP commit for NDSP
2 years ago
Meziu
5ff84bbfea
Merge pull request #76 from ian-h-chamberlain/feature/split-top-screen
...
First attempt at splitting top screen types
2 years ago
Ian Chamberlain
dd39cc36d9
Merge branch 'master' into feature/split-top-screen
2 years ago
Ian Chamberlain
e02f7443b1
Address review comments, improve example
...
This fixes some glitchy rendering by redrawing everything every frame,
and using double buffering. Also fix double-borrowing issue with split
top screen.
2 years ago
Mark Drobnak
5d509cac9c
Merge pull request #85 from rust3ds/feature/error-code-strings
...
Convert OS error codes to readable strings
2 years ago
AzureMarker
75466d5873
Convert OS error codes to readable strings
2 years ago
Mark Drobnak
7c33384d3e
Merge pull request #84 from rust3ds/fix/ci-clippy-testops
...
Default to warn in CI and fix up test runner build on latest
2 years ago
Ian Chamberlain
e3277a1e3c
Minor CI fixups
...
- Add a helper for local testing with https://github.com/nektos/act
- Don't deny clippy warnings, they can change too easily and break CI
- Add minimum rust version just for completeness' sake
2 years ago
Ian Chamberlain
690e145a4e
Merge branch 'master' into feature/split-top-screen
2 years ago
Ian Chamberlain
7718269b19
Address more comments
...
Use symmetric left/right top screen types, but keep the public API the
same. Switch const -> static where feasible in the example.
2 years ago
Ian Chamberlain
df14df484e
Add some more docs, re-expose Side in trait method
2 years ago
Meziu
1b6b4ebc6d
Merge pull request #81 from rust3ds/feature/linear-alloc
...
Add LINEAR allocator module
2 years ago
Andrea Ciliberti
8594268fc2
Cargo fmt
2 years ago
Andrea Ciliberti
c2c14b949b
Fixed deallocate types
2 years ago
Andrea Ciliberti
4d196760ee
Fix alignment and follow suggestions
2 years ago
Andrea Ciliberti
e2dd1335d4
Fix issues of the CI
2 years ago
Andrea Ciliberti
be858ff6ae
Cargo fmt
2 years ago
Meziu
6621609892
Merge branch 'master' into feature/linear-alloc
2 years ago
Andrea Ciliberti
39467960ef
Add LINEAR allocator module
2 years ago
Ian Chamberlain
6c7a74f5f6
Implement a TopScreen3D type for 3d mode
...
This type sets 3d mode on construction, and unsets it on drop, while
keeping a copy of the RefCell to the top screen.
I don't think this is perfect, but it seems like a decent option that
should still prevent any concurrent access to the top screen's buffer.
2 years ago