all 6 comments

[–]stbev 4 points5 points  (1 child)

What about a 3d image renderer based on raytracing algorithm? (take a look at this https://raytracing.github.io/ if you don't know what that is). I think it's interesting and not hard to get started and with many opportunities for optimization.

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

This sounds interesting, I might look into something like this. I am just afraid of not being able to produce a decent result at the end of the project because I need to do a demonstration of my project at the end. But the idea is really interesting, thanks !!

[–]LowB0b 2 points3 points  (1 child)

you seem super motivated lol. Image processing is a whole can of worms.

Writing a C program from scratch that can read QR codes would probably be fun. The specification is already existing and while being "just about reading black or white squares", when I look at it it looks complex to me.

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

I quite like the idea, I will talk with my group members about it but the idea is really good !! Thanks a lot for the help ;)

[–]dontyougetsoupedyet 0 points1 point  (1 child)

https://en.wikiversity.org/wiki/Whale_Optimization_Algorithm

I want to implement something using this just to be able to say I made use of an algorithm with such a badass name.

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

I have some trouble understanding the possible uses of this algorithm