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

Add Vulkan renderer #22

Closed
cwervo opened this issue Mar 14, 2023 · 1 comment · Fixed by #93
Closed

Add Vulkan renderer #22

cwervo opened this issue Mar 14, 2023 · 1 comment · Fixed by #93

Comments

@cwervo
Copy link
Collaborator

cwervo commented Mar 14, 2023

Instead of blitting shapes to the linuxframebuffer, have a Vulkan renderer that displays things as 2D SDFs (would need a font atlas for rendering text then I guess?)

Can expand an play/Display_vk.tcl

@osnr
Copy link
Collaborator

osnr commented Mar 14, 2023

We already basically use a font atlas anyway (font.tcl). Could also have SDF-native font(s) where each glyph is a function

Main reason to do this is so we can rotate images & text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants