Sitelen soweli: Difference between revisions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
It was pretty smooth sailing so far. I reached out to jan Kekan San for a voiceover and some linguistic guidance. But things got tricky at the animation stage of the project. I couldn't decide on a visual style for the film... | It was pretty smooth sailing so far. I reached out to jan Kekan San for a voiceover and some linguistic guidance. But things got tricky at the animation stage of the project. I couldn't decide on a visual style for the film... | ||
The original plan was to animate the whole thing in Adobe Animate. | |||
[[File:Sitelen soweli.mp4|none|thumb]] | |||
I didn't like how it looked... So I started over. | |||
[[File:Sitelen soweli2.mp4|none|thumb|Animation test in the new style.]] | |||
I animated in Krita, using a brush with no antialiasing and on a 480x270px canvas. After exporting the frames, I ran this command to resize them: | |||
<code>for i in *.png; do magick "$i" -interpolate nearest-neighbor -interpolative-resize 400% "${i%.*}.png"; done</code> | |||
One more final change: I found that I liked the film better without solid colors, just lines. And that's how the final version came to be! | |||
== External links == | == External links == | ||
Revision as of 14:17, 3 April 2025
sitelen soweli is a two-minute animated film in toki pona. It features sitelen pona glyphs as its main characters.
It premiered on YouTube and at a small in-person toki pona event on the 28th of March 2025.
It is a work licensed under the Creative Commons 0 license.

Synopsis
Soweli, feeling bad because of its loneliness, sets out to find a friend. Along the way it meets Waso and Kala, but they don't get along well... Eventually, though, Soweli finds Jan. They are perfect for eachother!
Development
The first ideas for the film started brewing in a Drawpile session with my friends from kulupijaso.

After that came a storyboard, with a voiceover from me (akesi wakon).
It was pretty smooth sailing so far. I reached out to jan Kekan San for a voiceover and some linguistic guidance. But things got tricky at the animation stage of the project. I couldn't decide on a visual style for the film...
The original plan was to animate the whole thing in Adobe Animate.
I didn't like how it looked... So I started over.
I animated in Krita, using a brush with no antialiasing and on a 480x270px canvas. After exporting the frames, I ran this command to resize them:
for i in *.png; do magick "$i" -interpolate nearest-neighbor -interpolative-resize 400% "${i%.*}.png"; done
One more final change: I found that I liked the film better without solid colors, just lines. And that's how the final version came to be!