Releases: LethalCompanyModding/RuntimeIcons
Releases · LethalCompanyModding/RuntimeIcons
Version 0.3.0
Full rework of the rendering system to render items asynchronously:
- enqueue items to compute their positions for rendering off the main thread
- render items during the normal game rendering loop to avoid overhead
- use a compute shader to process textures entirely on the GPU
v0.2.0
0.2.0
- new rendering system w/o custom-passes
- mod is now correctly categorized as client-only
- new file-based override system
- add default icon for bodies
RuntimeIcons HotFix v0.1.6
version bump!
RuntimeIcons v0.1.5
Initial beta release