noodles
- Ncurses
- (Might also need to be on linux)
- SDL
- Go look at
SDL/multi_array_test.cppand look at the includes, I am not listing them all out - Sycl, CUDA, ????, icpx :3
Note: For SDL related projects, just change the file to compile in the Makefile
path_findinghas a bunch of random algos I played around with, you'll need sfml, boost, and sycl, and icpx (or adaptive cpp!) to compile them. Just edit the make files, or run the rules, should generate a binaryrandomAlgosis the exact sameSDLis just stuff that ALSO has SDL stuff, and some ncurses I thinkSDL/jeux-videoi where v3 of the game engine lied
It's under jeux-video.
Make a build dir, enter it, and then run cmake .. under that Directory
Then run make, or wtv you used.