The first-ever pixel-level framebuffer for Project Zomboid.
Draw anything -- emulators, video playback, dynamic visualizations, mini-games -- all rendered at GPU speed inside PZ's UI.
PZFB is a library mod that provides a framebuffer API for other mods to use as a dependency.
SETUP: After subscribing, run install.sh (Linux) or install.bat (Windows) from the mod folder, then restart PZ. This one-time step copies 4 small Java class files to your PZ install. See the GitHub page for details.
DEMO: Press INSERT to open a test framebuffer window, END to close it. These keys are remappable in PZFBTest.lua.
FOR MOD AUTHORS: Add require=PZFB to your mod.info, then use the PZFB Lua API to create and draw framebuffers.
Source: [url=https%3A%2F%2Fgithub.com%2Fexpectbugs%2Fpzfb]https://github.com/expectbugs/pzfb[/url]
Workshop ID: 3698742271
Mod ID: PZFB