-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement font outline. #3
Comments
Or this demo. |
Or using image sharp to draw text? |
Sample code has been created. Edit: |
http://geoffprewett.com/blog/software/opengl-outline/ |
Or trying https://gist.github.com/xoppa/33589b7d5805205f8f08 |
Writing GLSL in vscode : |
Run this project and check is it workable with text. |
Also need to test about accept multi outline effect at the same time? |
Implemented in #43 using shader. |
The safety way is to calculate outline texture, not in render.
See how this demo works.
.
Edit :
oops this demo seems cannot use because it's slow and not perfect.
The text was updated successfully, but these errors were encountered: