Skip to content

Commit

Permalink
Merge pull request #21 from fuziki/feature/readme-video
Browse files Browse the repository at this point in the history
add readme video
  • Loading branch information
fuziki authored Jul 6, 2021
2 parents 690bc4f + e09b9ea commit 7f32dda
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ UserInterfaceState.xcuserstate

.DS_Store
Build
Video
/Packages
/*.xcodeproj
xcuserdata/
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Writing textures creates a video, and writing float arrays creates an audio.
* You can get support for [AVAssetWriter](https://developer.apple.com/documentation/avfoundation/avassetwriter), a powerful framework created by apple.

# Example

![example](docs/videos/example.gif)

# Installation

* Copy `Examples/UnityExample/Assets/Plugin/VideoCreator` to your project
Expand Down
10 changes: 10 additions & 0 deletions docs/Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "dummy",
products: [],
targets: []
)
Binary file added docs/videos/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f32dda

Please sign in to comment.