Yes, or it compiles to JavaScript. From the version 1 post

Yes, or it compiles to JavaScript. From the version 1 post

Also misskey and the main forks (iceshrimp, sharkey)
The modlogs public to see removed comments. Just a bit difficult to navigate through currently
Image in the tweet for those who dont want to click

Subreddit had 3 posts within the last month so not that far off tbh
I can look for some post sources to give the community here some more activity
Nah not mine, just one I found and thought was pretty cool. Added the source to my rss reader and probably gonna post more from them in the future
Active is a combination of that and hot but is essentially hard capped at 2 days. Things past that wont show up
Theres the new comments sort which works like that though
When the draw function calls itself it yields control to that new function its calling. When that function ends it takes back control and continues doing what it was doing.
This means all of the for loops in all of the functions will execute. Draw(1) will do the for loop and then return as it hits the end of the function (standard behaviour when you reach the end of a function even if theres no return statement). Then draw(2) will do the for loop as it gets back control now that draw(1) is done and then return, etc. all the way up
All parts of a function are recursive, theres no such thing as a non recursive part
im not op, just crossposting from some other spots with permission from the ops but will give some info for people who want to make something similar
Agree glowing outline would be good here. A glowing outline is something thats relatively easy to do and good to add even if just to have for an accessibility setting people can toggle. Easily addable without changing sprites by attaching a shader onto the player and theres lots of tutorials out on doing so such as https://www.youtube.com/watch?v=UBujOvMRNl0
For adding lighting to the player, thats also feasible although maybe a bit harder than the outline shader due to needing to mess with normal maps. Something some people do is add a normal map for the outermost pixels only (edge lighting)
Its theoretically also possible by just lighting up the entire sprite without a normal map or the entire sprite normal mapped but tends to not look great and makes the sprite a bit more unreadable
the cancel/decline button isnt showing up and instead shows a duplicate of the get the app button
huh second time someone said that for a post, ive tested it and it works fine on my end
What client are you using
For old reddit style theres mlmym which fills that niche better (e.g. for you that would be at https://old.lemmy.world)
Default UI is currently getting overhauled in a bunch of different ways. Lemmy-Leptos for Lemmy itself, and new UIs for Sublinks and Piefed as they get constructed