mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
David Vogel
99ad91e67c
- Don't change effects, as it's not needed anymore - Add capture library to be loaded by lua (go and PureBasic) - Modify pixel size, to nicely fit into FullHD - Move camera instead of player - Add capturing routine - Round position to fit into grid, and also render the world pixel perfect - Add util/helper functions |
||
---|---|---|
.. | ||
build.bat | ||
capture.go | ||
capture.h | ||
README.md | ||
server.go.disabled |
Capture
A dynamically linked library, that supplies a single function to take a screenshot and store it as PNG file.
State
Works, but it seems the go runtime interferes with other stuff inside noita. Therefore it's unusable, because it causes crashes.