-
Notifications
You must be signed in to change notification settings - Fork 38
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
Nico support unicode now !!! #116
base: main
Are you sure you want to change the base?
Conversation
This font tool ( Still in development, Look forward to it pls : ) These fonts add in nico unicode test , They are all OFL lisence, You can free use them. QuanPixel font 全小素 像素字体 ChillPixel font 寒蝉 像素字体 |
This is awesome! Thanks so much for all this work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proc box(x,y,w,h) haven't support proc box(Rect), So must call box(rect.x, rect.y, rect.w, rect.h)
Add tuple variable proc for them maybe can easier use ?
@ftsf |
@matkuki i haven't looked over it all yet, been busy, but I'd love to see this merged! nice unicode and font support would be a massive thing for nico! |
Finally, More languages can be displayed .
My friend made a font generation tool for nico, He is Art-Pixel-Font author, His fonts will also be added later ( Add more chars ), Of course this tool can be used to create Art-pixel-font in nico if you want.
It's generate font file very tinyer than woff2 (png+dat only 150+KB), Perfect for web games
And we might rewrite a better nico font tool use nim lang later .
Hope nico is better pixel engine in the future, We like pixel game and nim lang :)