netcanv: add contributions section

This commit is contained in:
りき萌 2025-08-30 22:23:22 +02:00
parent fbefe271ee
commit 42e5676c80
2 changed files with 19 additions and 0 deletions

View file

@ -162,6 +162,24 @@ I guess you could say we both won in the end.\
And I think that's awesome. And I think that's awesome.
## Contributions
I'd like to take a moment to thank my friends who participated in NetCanv's development by directly contributing patches.
- [devildefu][def:person/devildefu], who contributed major refactors to help support building the app to WebAssembly and improve the user experience.
The current maintainer after I stepped down from the project.
I never managed to carry the WebAssembly work into mainline, but it was awesome seeing the app run in the browser, bit by bit.
- [firstbober][def:person/firstbober], who contributed an AppImage build, a dark theme (visible in this posts' screenshots!), and significantly improved our UI framework's implementation of text boxes.
Also responsible for contributing a lot towards stress testing the app, hosting our largest NetCanv canvas on a custom headless server.
- [ezioleq][def:person/ezioleq], who contributed various smaller fixes.
And of course, a huge thank you to everyone who participated in testing and pushing the app to its limits.
## Inside NetCanv ## Inside NetCanv
Now that you know the backstory, I'd like to dedicate the following section to the inner workings of the app. Now that you know the backstory, I'd like to dedicate the following section to the inner workings of the app.

View file

@ -50,6 +50,7 @@ feed_id_prefix = "https://liquidex.house"
"word/iff" = "https://en.wiktionary.org/wiki/iff" "word/iff" = "https://en.wiktionary.org/wiki/iff"
# People # People
"person/devildefu" = "https://github.com/devildefu"
"person/ezioleq" = "https://ezioleq.com" "person/ezioleq" = "https://ezioleq.com"
"person/firstbober" = "https://firstbober.com" "person/firstbober" = "https://firstbober.com"
"person/naricane" = "https://naricane.com/" "person/naricane" = "https://naricane.com/"