-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* misc updates to docs and error msgs etc * chore: formatting markdowns
- Loading branch information
1 parent
ba71396
commit b0c734d
Showing
9 changed files
with
116 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# shadplay scripts | ||
|
||
```sh | ||
/scripts | ||
├── file-and-func.py | ||
├── make-gif-example.sh | ||
├── make-bevy-shaderdoc.py | ||
├── reset-2d.py | ||
├── reset-3d.py | ||
├── screenshots-to-gallery.py | ||
├── search-bevy-codebase-for.sh | ||
├── update-gallery.py | ||
└── wgsl-case-changer.py | ||
|
||
``` | ||
|
||
| Script Name | Description | | ||
|-------------|-------------| | ||
| file_and_func.py | This is a script that pulls the filenames/function pairings from the bevy sourcecode. | ||
| `file_and_func.py` | This is a script that pulls the filenames/function pairings from the bevy sourcecode. | ||
| | ||
| `make-gif-example.sh` | Shows how one _may_ make a `.gif` from the output of gif-capture-mode, see main `../README.md` | | ||
| `make_bevy_shaderdoc.py` | creates a single markdown document with _**all**_ the Bevy codebase's `wgsl` | | ||
| `reset-2d.py` | Resets the 2d shader (useful if you want to try again from the default). | | ||
| `reset-3d.py` | Resets the 3d shader (useful if you want to try again from the default). | | ||
| `screenshots-to-gallery.py` | Moves shader screenshots you've created into markdown documents that pairs the code that generated them and said screenshot. | | ||
| `search-bevy-codebase-for.sh` | An example of something that may help you search the bevy codebase faster (if the shader doc generated by `make_bevy_shaderdoc.py` isn't helpful) | | ||
| `update-gallery.py` | updates the gallery's `README.md` | | ||
| `wgsl-case-changer.py` | go between `snake_case` and `CamelCase`, rusty |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.