Bolt Launcher plugin with features to aid plugin development
- Svelte 70%
- Lua 15%
- TypeScript 11.4%
- Python 2.2%
- HTML 0.9%
- Other 0.5%
| app | format & commit dist | |
| build | migrate from github | |
| bolt.json | publish v1.3 | |
| capture.png | add an actual capture button | |
| main.lua | use vertex scale in render3d events | |
| meta.json | publish v1.3 | |
| README.md | migrate from github | |
Development plugin
Plugin for Bolt with development tools useful for creating other plugins for Bolt.
Add from URL
https://codeberg.org/Adamcake/bolt-devplugin/raw/branch/master/meta.json
How to use
This plugin creates a snapshot of one frame by capturing all the plugin events during that frame, then renders them in a WebGL context. The full list of events can be browsed through and individually toggled using the menu, allowing any useful data to be extracted. See this video for more details.
This plugin has a very different use-case to most plugins (i.e. it's useful only to developers instead of to end users), however, it's not in any way "special". It uses the same APIs that are documented and available to any plugin.