netcanv: a couple revisions

This commit is contained in:
りき萌 2025-08-30 21:56:29 +02:00
parent 4773c230cb
commit fbefe271ee

View file

@ -8,6 +8,10 @@ Thank you!_
--- ---
The post with the most isekai-sounding title on this website.
---
Back in 2019, I was starting high school. Back in 2019, I was starting high school.
I had a particularly strict and scary physics teacher, whose explanations had a hard time getting into my head. I had a particularly strict and scary physics teacher, whose explanations had a hard time getting into my head.
@ -411,7 +415,7 @@ Canonically, a NetCanv save folder is suffixed with `.netcanv` in its name, simi
However, `.netcanv` folders are nowhere near as neatly integrated with the system as `.app`s are on MacOS, so the user experience is quite subpar. However, `.netcanv` folders are nowhere near as neatly integrated with the system as `.app`s are on MacOS, so the user experience is quite subpar.
A design using a single file would make it easier to manage the canvas in file explorers, or send the canvas to someone through a chat room or email. A design using a single file would make it easier to manage the canvas in file explorers, or send the canvas to someone through a chat room or email.
An SQLite database would actually fit the bill perfectly, and is the format I chose for NetCanv's successor, [rakugaki][page:rkgk/repo]. An SQLite database would actually fit the bill perfectly, and is the format I chose for NetCanv's successor, [rakugaki][def:rkgk/repo].
### Networking ### Networking