Thread with 5 posts

jump to expanded post

@neauoire thanks for the support! i really want to see how far i can get without, like, pulling in all of icu or the cldr, which are huge dependencies. i think supporting most european languages, plus chinese and japanese, should be quite easy, you just need a really big font. but i've followed @nasser for long enough that i can't settle for that, i have to see if i can support arabic somehow…

Open thread at this post

@neauoire has anyone experimented with dynamic libraries for uxn? since it's a von neumann architecture, it'd be super easy to just like, reserve a small part of ram for a text rendering library. that might be one way to avoid having to include specific code for all the world's languages in the text editor… perhaps you could just load the “arabic module” or the “mongolian module” or what have you?

Open thread at this post