Commit Graph

25 Commits

Author SHA1 Message Date
fd10378e4d add ScaleMode::Fill to fill screen without black borders 2025-03-02 20:34:43 +01:00
4c1ce8075e revert to winit 0.28 and wgpu 0.17 to fix fps on windows 2025-03-02 12:57:22 +01:00
842cf9f139 update some more dependencies 2024-04-10 00:04:12 +02:00
7003db3a05 update dependencies 2024-04-03 10:26:41 +02:00
440e150896 update dependencies 2023-08-23 00:52:51 +02:00
09e4fcbf14 add --scale option 2023-08-11 23:52:19 +02:00
d478d3ad49 enable timeapi in winapi crate 2023-01-27 00:13:32 +01:00
502852e59a update uw8-window dependencies 2023-01-26 23:40:54 +01:00
5efa8b3465 first batch of dependency updates 2023-01-26 22:45:34 +01:00
877fceb089 add --fps parameter to output fps 2022-07-25 23:44:06 +02:00
760664eb77 add some command line switches for the gpu window 2022-07-23 22:34:59 +02:00
e4579d81bc add chromatic version of fast crt shader + auto crt shader 2022-07-21 23:03:52 +02:00
1f5042059c fix inputs getting stuck 2022-07-21 19:37:36 +02:00
499bb02f2c restructure control flow of uw8-window to hopefully make it work on MacOS 2022-07-21 08:51:17 +02:00
539d19e0d7 fix square filter, arrow keys on windows 2022-07-12 20:18:06 +02:00
e9a5f702b4 finish fast_crt shader 2022-07-12 00:22:05 +02:00
ba0b037ec2 add first version of fast crt shader 2022-07-11 09:26:11 +02:00
0130d1c906 implement square filter 2022-07-10 23:56:19 +02:00
379ece5cbf restructuring for multiple filters 2022-07-10 23:17:31 +02:00
c9c5cb76bd start refactoring wgpu code to allow for different upscale filters 2022-07-10 16:37:39 +02:00
a6d6615231 only draw area covered by framebuffer 2022-07-10 12:18:53 +02:00
fbc86fa78d implement input for gpu window 2022-07-09 21:16:25 +02:00
eb724e8785 keyboard input is working for cpu window again 2022-07-09 13:18:51 +02:00
9dabf75732 first somewhat working version of uw8 using gpu window 2022-07-08 23:29:39 +02:00
b0adf7748d add uw8-window crate 2022-07-08 22:11:00 +02:00