setzer22 / godot-egui

An egui backend for godot-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a minimal CI

jacobsky opened this issue · comments

Currently there are no CI or Publishing actions. While this is tentatively "fixed", I think it would be worthwhile to investigate and work in a more full featured CI so that we can make sure we understand the health of the project.

I'm also less likely to miss something silly when merging PRs.

As part of the CI, it would be very helpful is any PRs can open the project and upload some screenshots of the various screens such.

This can be accomplished with

var image = get_viewport().get_texture().get_data()
image.save_png("screenshot.png")