https://github.com/naev/simple-shaders-plugin
https://github.com/naev/simple-shaders-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/naev/simple-shaders-plugin
- Owner: naev
- Created: 2023-07-07T13:03:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T05:17:22.000Z (over 2 years ago)
- Last Synced: 2025-01-02T21:45:57.358Z (over 1 year ago)
- Language: Lua
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Naev Simple Shaders Plugin
A very simple plugin that removes or simplifies shaders that are known to be problematic with certain hardware set-ups.
Currently the following shaders have been modified:
* `love_shaders.circuit()`: refer to https://github.com/naev/naev/issues/2339
#### Installation
Download the zip of the latest version from https://github.com/naev/simple-shaders-plugin/releases/ and place it in your Naev plugins directory. It can be found by going in-game clicking on options, and then going to the plugins tab. The plugins directory should be listed at the top of the window.
#### Updating the Plugin
The plugin is designed as a collection of patches that are applied directly against the original Naev source. By running the `update.sh` script, you should be able to automatically download the necessary source files, patch them, and update this plugin. If the plugin is out of date, feel free to update them and submit a pull request.