From 968d76e925ef603c6ae4a709d339f83a2d5eef14 Mon Sep 17 00:00:00 2001 From: Abdelrahman <said.abdelrahman89@gmail.com> Date: Sun, 6 Aug 2023 21:21:34 +0100 Subject: [PATCH] INITIAL COMMIT --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba2906d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +main diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbb2fb9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# SDL Custom Pixel Buffer + +Testing tweaking an SDL_Surface's pixel buffer directly.