Jimmy Cushnie

Results 54 issues of Jimmy Cushnie

We already have inline monospace by using a single backtick. We should also have block monospace by using three backticks on a line. It would be extra amazing if block...

enhancement

If I write ``` `*example*` ``` It should say `*example*`, in monospace. Currently it makes "example" monospaced *and* italic, incorrectly interpreting the asterisks. ![image](https://user-images.githubusercontent.com/32693298/104902049-31a1b580-594c-11eb-942a-ff794298f888.png) Perhaps stuff in monospace should also...

enhancement

enhancement

https://graphics.cs.kuleuven.be/publications/GLLD12GNBE/

enhancement

https://en.wikipedia.org/wiki/Value_noise

enhancement

https://en.wikipedia.org/wiki/Wavelet_noise

enhancement

Blog on cubic noise: https://jobtalle.com/cubic_noise.html Repo with example code for cubic noise: https://github.com/jobtalle/CubicNoise

enhancement

You can already get 1D noise by sampling a single axis of 2D or 3D noise. However, explicit 1D noise nodes would be marginally faster, and make the function of...

enhancement

We should use the [wiki](https://github.com/JimmyCushnie/Noisy-Nodes/wiki) to document each node. A page for a node should: * Describe what each input and output does * Link to external resources on the...

documentation

DataFile contains a `FileSystemWatcher`. Currently there's no way to dispose of this manually.