-
Notifications
You must be signed in to change notification settings - Fork 72
Examples improvements #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also make it include `1` in the output sequence, because that is the first number according to https://oeis.org/A006877.
Currently you can use '+'/'-' on the numeric keypad to adjust the intensity, but lots of keyboards lack a numeric keypad. This commit changes it to use the up and down arrows instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this, no real complaints, just a bunch of nitpicks (feel free to ignore most of them tbh), and being reminded of things I'd forgotten about, heh.
be36be9
to
3a8f4ba
Compare
3a8f4ba
to
29dbbaf
Compare
Better explain the shaders and runners, and explain how to invoke them, and even document the `+`/`-` feature of the sky shader on ash, which is currently invisible unless you read the code.
29dbbaf
to
a373bdc
Compare
Thanks for the review. I have fixed the addressable ones. Should be good to go, now. |
Intermittent Internet failure: connection reset |
Some improvements to the examples, mostly docs, a little code. Details in the individual commits.