commit 972fd2eeb8667cf29ef8723cda45bd630ea2388e Author: Nickiel Date: Wed Oct 2 17:35:50 2024 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a6064 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Zig +zig-cache/ +zig-out/ +build/ +build-*/ +docgen_tmp/ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e62a29 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# HailoImageProcessor + +Zig program for C headers to interface with Gstreamer and the Hailo hardware. \ No newline at end of file