Skip to content

Jaxnode-UG/WASMandAzureUnity3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leveraging the Azure Cloud Services in Unity3D and WebAssembly

This repo has code examples from the January 2018 presentation at the Jaxnode user group. The webassembly examples are under the wasm directory. The following web urls can be used to reference the different resources used in the demo.

Unity3D demo/

WasmExplorer/

Unreal engine Zen Garden example

You can load the wasm file using the following JavaScript code;

fetch('http://localhost:5000/wasm/test.wasm').then(res => res.arrayBuffer()).then(buf => WebAssembly.instantiate(buf));

About

Code examples for January 2018 JaxNode meeting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published