mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Add screenshot to custom_plot_manipulation example
This commit is contained in:
BIN
examples/custom_plot_manipulation/screenshot.png
Normal file
BIN
examples/custom_plot_manipulation/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
@@ -7,7 +7,7 @@ cd "$script_path/.."
|
|||||||
|
|
||||||
cd examples
|
cd examples
|
||||||
for EXAMPLE_NAME in $(ls -1d */ | sed 's/\/$//'); do
|
for EXAMPLE_NAME in $(ls -1d */ | sed 's/\/$//'); do
|
||||||
if [ ${EXAMPLE_NAME} != "hello_world_par" ] && [ ${EXAMPLE_NAME} != "screenshot" ]; then
|
if [ ${EXAMPLE_NAME} != "hello_world_par" ] && [ ${EXAMPLE_NAME} != "screenshot" ] && [ ${EXAMPLE_NAME} != "multiple_viewports" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Running ${EXAMPLE_NAME}…"
|
echo "Running ${EXAMPLE_NAME}…"
|
||||||
EFRAME_SCREENSHOT_TO="temp.png" cargo run -p ${EXAMPLE_NAME}
|
EFRAME_SCREENSHOT_TO="temp.png" cargo run -p ${EXAMPLE_NAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user