diff --git a/.gitattributes b/.gitattributes index 4fbd4f6..cb79750 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,3 +21,5 @@ docs/tutorial/broadcaster/integrations_dashboard.png filter=lfs diff=lfs merge=l docs/tutorial/broadcaster/window_added.png filter=lfs diff=lfs merge=lfs -text docs/console/assets/scripts/rotate.gif filter=lfs diff=lfs merge=lfs -text docs/console/assets/scripts/script_asset_broadcaster_view.gif filter=lfs diff=lfs merge=lfs -text +docs/demo.gif filter=lfs diff=lfs merge=lfs -text +docs/banner.png filter=lfs diff=lfs merge=lfs -text diff --git a/docs/banner.png b/docs/banner.png new file mode 100644 index 0000000..5792d3c --- /dev/null +++ b/docs/banner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b859bd33dfa52aab434c6c7b362fe573eb1feffd19d1cbe7e1cc33839c7e0f8d +size 5381 diff --git a/docs/demo.gif b/docs/demo.gif new file mode 100644 index 0000000..2d8d55b --- /dev/null +++ b/docs/demo.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c11c43b9439eae8a01576c265f91ac4c7a164cc4348b0d3bdccd22acb3b4e1e +size 16707534 diff --git a/docs/index.md b/docs/index.md index c955860..ce947a9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,9 @@ -# Imgfloat +![Banner](./banner.png) Imgfloat is a real-time interactive OBS stream overlay. It allows channel administrators to display [images](./console/assets/images.md) and [videos](./console/assets/videos.md), play [audio](./console/assets/audio.md) and [anything else that you can code](./console/assets/scripts/overview.md) on the broadcast. Updates happen in real time so you can immediately see the changes on stream. Want to get started? Checkout out the simple guide [as a broadcaster](./tutorial/broadcaster/overview.md) or [as a channel administrator](./tutorial/channel_admin/overview.md) or check out [https://imgflo.at](https://imgflo.at) to jump in right away. Imgfloat is a free and open source project and you are free to host it yourself if you prefer. You can find the source code on [GitHub](https://github.com/imgfloat). + +![Demo](./demo.gif)