|
|
|
|
|
by tikimcfee
39 days ago
|
|
I have a working fully 3D glyph based text rendering system I can't seem to get people to look at. It's this. Every character is a 3d placed quad, instanced rendered, so you get tens of millions and then some. They are individually addressable and mutable like any polygon. I use it to render entire GitHub repos in one go. I have two versions, native Apple and web. Web has the basics of an ide setup. Would love insight or thoughts. https://ivanlugo.dev/ide |
|