SZenglein
SZenglein
That would mean a user has to be quick to export the canvas. Alternatively, the game would get unnecessarily delayed. I think a way to at least export the last...
@Bios-Marcel that should work, but I think a small share button somewhere would be more user-friendly.
What's not clear? The feature would be some way to view or share previously drawn pictures. How it is eventually implemented doesn't really matter. If you don't think this feature...
I intentionally kept it open for discussion. Ideally a UX person would help out with a nice design. I thought of the following: 1. Very simple sharing button that allows...
Yeah, that would be the easiest way to get fast results. Assuming you want to onboard new contributors, maybe encourage people to implement a better gallery. Web dev is unfortunately...
What I personally would also find cool is exporting drawings as gifs (which should be an extension, I know). But generally, instead of storing drawing commands, converting to and displaying...
I just want to note here that while go could be compiled to wasm, it might produce large file sizes due to the whole runtime being included. Maybe it would...
I think drawing board dimensions and scaling should also be specified and implemented. For example a base board size of 1280x720 that can be scaled in full integer steps, e.g....
Okay, the underlying problem seems to be that the notification is not updating itself when the "next filter" button is pressed. Currently the notification is staying completely the same for...
So according to https://docs.kernel.org/i2c/i2c-protocol.html, there exists a flag `I2C_M_NOSTART` that can be set for each message. The description states: > This is often used to gather transmits from multiple data...