A minimal Julia library for rendering vector fonts using WebGPU, focused on the working example.
- Vector font rendering using quadratic Bezier curves
- GPU-accelerated text rendering with WGPU
- Integration with WGPUCore and WGPUgfx
- FreeType font loading
Run the working example:
julia examples/gpu_font_example.jl
This repository contains only the essential files needed for the working example:
src/
- Core font rendering implementationexamples/gpu_font_example.jl
- Working exampleassets/JuliaMono-Regular.ttf
- Font file
- WGPUCore
- WGPUNative
- WGPUCanvas
- WGPUgfx
- FreeType
- GLFW
MIT