This website requires JavaScript.
Explore
Help
Register
Sign In
wynd
/
zoomie
Watch
1
Star
0
Fork
You've already forked zoomie
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
39f2336985
zoomie
/
src
/
main.rs
5 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial commit, takes picture and displays it fullscreen
2024-11-03 16:01:34 +02:00
#[
tokio::main
]
Same as before but using wgpu and wgsl instead
2024-11-04 12:39:10 +02:00
async
fn
main
(
)
->
anyhow
::
Result
<
(
)
>
{
libzoomie
::
capture
(
)
.
await
Initial commit, takes picture and displays it fullscreen
2024-11-03 16:01:34 +02:00
}