blob: 64718fb0ef0c7a3843705df6b839759a7d37ac84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
+++
title = "bevy_headless_render"
[taxonomies]
categories = ["bevy plugin"]
languages = ["rust"]
[extra]
github = ["exvacuum/bevy_headless_render"]
crates = ["bevy_headless_render"]
+++
this plugin is pretty simple, it just allows you to set up a render texture to be extracted for use on the CPU every frame
i made this plugin as part of a game project super early on when i needed a copy of the rendered frame in the main world to be rendered as braille to the screen
|