Echo_Heo [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=73392 Efficient way to store and render glyphs? <p>I'm sure this has been asked multiple times, but I couldn't think of the right combination of keywords to find it.<br /> I never bothered with learning about memory stuff, but for efficiency I might need it.</p> <img style="margin-bottom:16px" border=0 src="/media/73392/sitelen pona plan.png" alt="" /> <p>This is sitelen pona, a writing system I am planning to use for a game. A glyph is 7x7(8x8 including borders), and so far I have a total of 132 characters.</p> <p>I would like to know how I could </p> <ul> <li>efficiently store the glyphs(I can convert them into hexadecimal strings) </li> <li><strong>have an efficient way to render them on the screen, with specified color</strong></li> <li>have a way to store dialogue data, and render strings of characters</li> </ul> <p>I'm sure I can find a way on my own, but so far I haven't had luck with the rendering part, and I'm also worried that it might be inefficient</p> https://www.lexaloffle.com/bbs/?tid=50948 https://www.lexaloffle.com/bbs/?tid=50948 Mon, 02 Jan 2023 03:42:14 UTC