Skip to content

Instantly share code, notes, and snippets.

View nikeedev's full-sized avatar
➡️
https://codeberg.org/nikee

nikeedev nikeedev

➡️
https://codeberg.org/nikee
View GitHub Profile
@nikeedev
nikeedev / openicon.c
Created May 3, 2024 07:03 — forked from armornick/openicon.c
Draw an Image with SDL2
#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#define WIDTH 800
#define HEIGHT 600
#define IMG_PATH "exit.png"
int main (int argc, char *argv[]) {