0
0
Fork 0
mirror of https://github.com/Jozufozu/Flywheel.git synced 2025-02-24 10:55:34 +01:00
Flywheel/common/src
Jozufozu 9227631c73 Not a hack at all
- Get text instancing minimally working
- Use special glyph instance type to instance all characters under the
  same mesh
- Unfortunately MC's font stuff is not threading friendly so hacks were
  required to allow visuals to query glyphs from their beginFrame
- Mixin to CodePointMap to overwrite most methods and synchronize
- Mixin to FontSet to use a custom AsyncFontTexture that defers texture
  init and upload
- Trying to mixin directly to FontTexture or subclass it is very
  complicated because of the calls to getId, but I think that can be
  improved
2024-09-29 12:12:11 -07:00
..
api/java/dev/engine_room/flywheel/api Dynamic ubering 2024-09-28 15:30:10 -07:00
backend Not a hack at all 2024-09-29 12:12:11 -07:00
lib Not a hack at all 2024-09-29 12:12:11 -07:00
main Not a hack at all 2024-09-29 12:12:11 -07:00
test/java/dev/engine_room/flywheel Reject eagerness return to lazy 2024-09-21 13:41:55 -07:00