Skip to content

Latest commit

 

History

History
 
 

README.md

Example VarArrayBuffer

Demonstrates prompting the user for a file, passing the file contents to PepperPlugin Instance as a VarArrayBuffer, then drawing a histogram representing the contents of the file to a 2D square.

Pre-requisites

To Run

# Go into the repository
cd WebSharp\Examples\api\VarArrayBuffer

Windows

# Compile the example project from Visual Studio 2015 Native Tools Command Prompt 
msbuild VarArrayBuffer.csproj

Mac

# Compile the example project from Mac terminal 
xbuild VarArrayBuffer.csproj

Install dependencies and run the app.

# Install dependencies and run the app
npm install && npm start

Learn more about Electron Dotnet and its API in the Getting Started documentation.

License MIT