Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
A raytracer using SIMD instructions
Or a software rasterizer (with SSE or AVX512 matrices)
Or a fractal viewer (maybe with SIMD ?)
Or a better printf (printf sucks, I wonder if it's possible to copy Rusts println! statement) (with some SIMD somewhere because well, why not) -
galena71595yK, so I've ordered like 20 attiny-10 mcu's. Probably going to make a multicore processor out of these written in C. Ill make sure to keep you guys updated.
-
hjk10157505yIf you are new to C I would start with known problems. Like writing own sodoku solver or generator.
You can do some fun stuff with Arduino as mentioned but that is actually C++ (well an odd dialect but still)
Anyone got some small interesting C project ideas?
rant