1
0
Fork
You've already forked bolt-devplugin
0
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
2025年11月26日 17:38:42 +00:00
app fix gameview for bolt v0.19.1 2025年08月23日 17:12:53 +01:00
build migrate from github 2025年11月26日 17:38:42 +00:00
bolt.json publish v1.2 2025年08月23日 17:13:14 +01:00
capture.png add an actual capture button 2025年05月18日 23:29:19 +01:00
main.lua support renderbillboard events 2025年07月10日 03:50:58 +01:00
meta.json migrate from github 2025年11月26日 17:38:42 +00: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.