noita-mapcap/bin/capture/README.md
David Vogel 99ad91e67c Several changes
- 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
2019-10-20 16:28:17 +02:00

260 B

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.