Does repl C compiler have <graphics.h> ?
I was just checking out all the functionalities in C compiler. I wanted to include the graphics header file. It say that 'File does not exist'. Is there any other way round or I just can't use graphics.h header file?
Us SDL2, SFML, or X11 instead.
@programmeruser Ohh okay I dont know how to use SDL and stuff but thanks :)
@programmeruser those won't work on repl either
@realTronsi they will
@programmeruser proof? For example take SMFL, firstly it uses OpenGL which is not compatible on repl.
It also has several internal dependencies such as windows.h and graphics.h which aren't compatible on repl either
- what? SFML des not have dependencies on windows.h and graphics.h or OpenGL, I believe it directly uses X11
- https://repl.it/@programmeruser/sfml
it uses OpenGL...
also ignore how I said windows.h was thinking of something else
nope nothing related to graphics such as windows.h or graphics.h is available here
@realTronsi Okay thankyou :)
Because replit doesnt provide any kind of integrated or dedicated graphics card it cant use librarys like opengl or vulkan but I dont know about SDL2 SFML or X11 like programmer user said