Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug view #38

Merged
merged 10 commits into from
Nov 5, 2019
Merged

Debug view #38

merged 10 commits into from
Nov 5, 2019

Conversation

hecrj
Copy link
Member

@hecrj hecrj commented Nov 3, 2019

Depends on #35 and #37.

Debug view in tour example

This PR implements a basic debug view in iced_winit which can be enabled by compiling with the new debug feature and toggled by pressing F12.

Additionally, as I needed a monospace font, this PR also implements sytem font loading by leveraging font-kit.

Pending work

  • Finish and merge wgpu_glyph scissoring support.
  • Fix text caching. glyph-brush does not allow to perform multiple draw calls without trimming the glyph cache in an easy way. Tracking in Fix text caching in iced_wgpu #41.

@hecrj hecrj added the feature New feature or request label Nov 3, 2019
@hecrj hecrj added this to the 0.1.0 milestone Nov 3, 2019
@hecrj hecrj self-assigned this Nov 3, 2019
This was referenced Nov 3, 2019
@hecrj hecrj mentioned this pull request Nov 5, 2019
@hecrj hecrj merged commit ae6156f into master Nov 5, 2019
@hecrj hecrj deleted the feature/performance-metrics branch November 5, 2019 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant