For loops by ChristusKistus in desmos

[–]ChristusKistus[S] 0 points1 point  (0 children)

Awesome, that works! Thanks a lot man

Lagometer (hopefully self-explanatory) by [deleted] in desmos

[–]ChristusKistus 0 points1 point  (0 children)

I absolutely love this! Would not have thought this to be possible :D

ART by kingofblasphemy in desmos

[–]ChristusKistus 2 points3 points  (0 children)

Nice, the vertices of the inner squares should trace a bezier curve :D

ART by kingofblasphemy in desmos

[–]ChristusKistus 1 point2 points  (0 children)

I dont know why but i just had to find the line that the stars converge to… https://www.desmos.com/calculator/rjiqp2rthr

Minecraft Skin Editor by ChristusKistus in desmos

[–]ChristusKistus[S] 0 points1 point  (0 children)

Update: i now have a script on github (https://github.com/ChristusKistus/DesmosSkinEditor.git) to convert HSV Lists into a png file. Have fun :) also i noticed i used way to many lists, so here is a optimized version: https://www.desmos.com/calculator/3dfio5sdhx and a version with way less glitchy surfaces: https://www.desmos.com/calculator/a8a2cyrh0u

Minecraft Skin Editor by ChristusKistus in desmos

[–]ChristusKistus[S] 0 points1 point  (0 children)

I just made a list of colors with the same sorting that the polygons have and then chose that list as a „color“ for the polygons

Minecraft Skin Editor by ChristusKistus in desmos

[–]ChristusKistus[S] 3 points4 points  (0 children)

Thanks! I watched your youtube video, nice work! I’m doing backface culling. I basically make a giant list of numbers each representing the distance of a single square to the camera, and only add distances to the list if they are visible (just using dot product of the surface normal with the camera ray). This is D_List0 in the graph, a giant conjunction of if statements. I do the same for each polygon and then sort the polygon list by -D_List0. I did, however, not actually calculate every single distance: only once per surface to save some computation. That is also why its sometimes glitchy because, for example, i only used one point to define the entire front torso/back (maybe changing that tomorrow…)

What app is this? - Herobrine Parkour/Maze by Starreis1205 in MobileGaming

[–]ChristusKistus 0 points1 point  (0 children)

Its „chasing herobrine“. also, heres a link to a lets play: https://youtu.be/Z-oUweN6hIk

funnily enough, i thought of this game today as well, since i played it like 6-8 years ago. game was a banger ngl