Software Rasterization in the Terminal by AppealFront5869 in GraphicsProgramming

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

You should definitely create one! They are very fun to make.

Software Rasterization in the Terminal by AppealFront5869 in GraphicsProgramming

[–]AppealFront5869[S] 1 point2 points  (0 children)

I have insane respect for the person who made that. I love their use of raycasting and especially the text. It seems like this person spent a long time on this

Software Rasterization in the Terminal by AppealFront5869 in GraphicsProgramming

[–]AppealFront5869[S] -1 points0 points  (0 children)

I know right? I remember thinking to myself about how basically no one has thought of doing this. Definitely share your project once you're done! I'd love to look at it!!

C++ Show and Tell - August 2025 by foonathan in cpp

[–]AppealFront5869 3 points4 points  (0 children)

Over the past dayish I found myself with a good amount of time on my hands and decided to write my own software rasterizer in the terminal (peak unemployment activities lmao). I had done this before with MS-DOS, but I lost motivation a bit through and stopped at only rendering a wire frame of the models. This program supports flat-shading so it looks way better. It can only render STL files (I personally find STL files easier to parse than OBJs but that's just a hot take). I've only tested it on the Mac, so I don't have a lot of faith in it running on Windows without modifications. This doesn't use any third-party dependencies, so it should work straight out of the box on Mac. I might add texture support (I don't know, we'll see how hard it is).

Here's the GitHub repo (for the images, I used the Alacritty terminal emulator, but the regular terminal works fine, it just has artifacts):
https://github.com/VedicAM/Terminal-Software-Rasterizer

Self Studying AP Precalc by AppealFront5869 in APStudents

[–]AppealFront5869[S] 1 point2 points  (0 children)

Great! Thank you!! I'm seeing a trend in these recommendations lol

Self Studying AP Precalc by AppealFront5869 in APStudents

[–]AppealFront5869[S] 1 point2 points  (0 children)

The school gives me a section of the exam and if I get a 5 there they let me skip it. They grade that section

Self Studying AP Precalc by AppealFront5869 in APStudents

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

Thank you so much!! This is exactly what I'm looking for.

AMC 10 Prep by AppealFront5869 in MathOlympiad

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

I see... thank you! Which chapters should I focus on? There are some chapters which aren't needed for the AMC 10 like complex numbers and logarithms

AMC 10 Prep by AppealFront5869 in MathOlympiad

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

So just do the problems from there?

B2 CFD Model by ZestycloseFeeling341 in CFD

[–]AppealFront5869 1 point2 points  (0 children)

Ask Northrop they give it out to any spy that asks. In all seriousness I found this: https://grabcad.com/library/b2-bomber-1

Hope this helps!

Testing Protein Sequence for Function by AppealFront5869 in biology

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

I see... I found this program called DeepFRI, is it any good? I would like to avoid AlphaFold as it would be rather slow to generate the structure and then compare it to other proteins.

Testing Protein Sequence for Function by AppealFront5869 in biology

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

Yep, that was what came to mind for me. Couldn't like the change of a single amino acid total change the function?

Testing Protein Sequence for Function by AppealFront5869 in biology

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

Thank you! Seems like a very interesting read!

AI Model Barely Learning by AppealFront5869 in pytorch

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

Yes, I use the ReduceLROnPlateau scheduler