commit 968d76e925ef603c6ae4a709d339f83a2d5eef14 Author: Abdelrahman Date: Sun Aug 6 21:21:34 2023 +0100 INITIAL COMMIT 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.