Jay Oster
c1962ae35c
Update dependencies ( #230 )
...
* Move to Edition 2021
* Update `wgpu`, `raw-window-handle`, and all dependencies for the examples
* Update MSRV
* Closes #244
2021-12-31 14:57:57 -08:00
Jay Oster
efeec7f727
Fix minimal-fltk
example release builds with Rust 1.56.0 ( #216 )
...
- See https://github.com/rust-lang/rust/issues/88576
2021-10-21 16:15:47 -07:00
Jay Oster
e08c91bfd2
Update to wgpu 0.10 ( #187 )
...
- It would be nice to return an error from the render function
- imgui-winit is still a WIP (open PR: https://github.com/Yatekii/imgui-wgpu-rs/pull/66 )
- Update README
Co-authored-by: Mohammed Alyousef <mohammed.alyousef@neurosrg.com>
2021-09-01 14:50:43 -07:00
Jay Oster
23da739650
Update fltk ( #169 )
...
- Fixes #163
- Reimplements window resize
- Still has problems on macOS; Resizing with the drag handle blocks the main loop. See:
- https://github.com/glfw/glfw/issues/1251
- https://github.com/rust-windowing/winit/issues/219
2021-05-29 03:27:33 -07:00
Jay Oster
8071f34a1f
Rename resize
to resize_surface
( #149 )
...
- Also cleanup documentation.
- Workaround FLTK window resize issues by disabling resizability.
2021-03-09 04:15:24 -08:00
Mohammed Alyousef
f845d59213
add fltk example ( #137 )
...
* add fltk example
* fix clippy lint
* fix rustfmt check
* add missing trailing new line
* use no-pango feature
* remove call to win.draw()
2021-02-07 10:36:21 -08:00