-
Notifications
You must be signed in to change notification settings - Fork 0
victorHSFerraz/3drenderer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
-------- WINDOWS -------- choco install mingw choco install make download SDL2, extract to C:\SDL2 include SDL2 in C extension path in VSCode get the SDL2.dll from C:\SDL2\lib\x64 and put it in the same folder as the executable the main method must have the following signature: int main(int argc, char* args[]) build with these args: gcc -o renderer -Wall -std=c99 ./src/*.c -IC:/SDL2/include -lSDL2main -lSDL2 -LC:/SDL2/lib/x64 run with ./renderer.exe
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published