Open voithos opened 2 years ago
I started working on adding image-paste support via external C++ library clip since Godot can only retrieve text from clipboard. Currently, I have only tested on Linux since I do not have macOS or Windows development environments ready.
clip
library for Godot + demo
@hansemro impressive! We can use this when we add full image support ;)
I would have just started with dragging images into the app window (which you can do with Godot) and then implement everything based on that. But unfortunally i'm very busy right now, so i'm of very little help for such a big new feature :/
I am nearly finished with clipboard support using GDClip (which is ready). Current status: https://github.com/hansemro/Lorien/issues/1
Let me know if you are interested in a merge request (without super-eraser + debug stuff)
Added builds for Windows/macOS/Linux: https://github.com/hansemro/Lorien/releases/tag/v0.5.0-gdclip-super-eraser-dev-r1
It'd be really nice if Lorien supported pasting in images (and moving / resizing them). This would be useful in augmenting the free-form brainstorming that's already possible with some specific images/screenshots.
Thanks again for the cool tool. :)