-
Notifications
You must be signed in to change notification settings - Fork 1
Noise Generation
Chris Buguet edited this page Dec 13, 2024
·
2 revisions
Noise generation is used for drawing polygons on rooms.
Cryo's dune relies on Linear-feedback Shift Register using Galois Field of 2 (GF2), a CPU efficient way of generating pseudo-numbers and adding noise to the pixel colors.
TODO