Federico Menozzi
Federico Menozzi
I found the copy-paste method of checking your solution to be cumbersome. This should make it much easier for Linux users.
**Is your feature request related to a problem? Please describe.** Currently, Dialogic will "default" to the first choice listed in the timeline for a particular question (i.e. it will be...
It appears that shadertoy does not allow public access to shaders marked as private through their API. `extract_from_json()` currently crashes when attempting to download a private shader.
* Some basic unit tests for each module * Broader functional tests * Shader compilation success (for supported uniforms) * Include a subdirectory of sample shaders that should definitely work...
* Add texture-loading optimization * Count textual occurrences of each texture uniform and only load textures that are actually used * Just reuse default texture for unused spots
* Include a `.rustfmt.toml` file * Integrate with travis so that formatting errors "break the build"
When the user chooses to run the shader immediately after downloading it (with the `--run` option), pressing F5 causes the default fragment shader to load instead of the downloaded shader....
* Replace `String`s in argvalue/error structs with `&'a str` * Assign git tags to each semver release * Get logging back
* Warn if texture not found and default to something else * Black? * Default texture for that channel?