Also misskey and the main forks (iceshrimp, sharkey)
The modlogs public to see removed comments. Just a bit difficult to navigate through currently
Java IDE for programming in Java, Kotlin, Groovy, etc.
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
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
its relatively fine, just harder than past day 1s and has cases that trip people up
This should be just 35, you can ignore the words that are numbers
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
What frontend/app is that?
Standard lemmy behaviour is to collapse posts into the same post when theyre beside each other in the feed and its recommended to crosspost between communities in programming.dev
Any client that isnt following the collapsing behaviour isnt following how lemmy-ui works so I can open an issue in their repo
just upscaled it so shouldnt be blurry anymore
The name was created from a program that generates random three letter words. No real meaning
Theres a gist made by the creator but it generates 4 letter sequences instead of 3 https://gist.github.com/andrewrk/73742bf4b8ed795c85ce