1
3
Fork
You've already forked bolt-devplugin
1
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%
Find a file
2026年06月27日 00:54:23 +01:00
app format & commit dist 2026年06月17日 18:00:14 +01:00
build migrate from github 2025年11月26日 17:38:42 +00:00
bolt.json publish v1.3 2026年06月27日 00:54:23 +01:00
capture.png add an actual capture button 2025年05月18日 23:29:19 +01:00
main.lua use vertex scale in render3d events 2026年06月17日 17:59:00 +01:00
meta.json publish v1.3 2026年06月27日 00:54:23 +01:00
README.md migrate from github 2025年11月26日 17:38:42 +00:00

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.