annotate Applications/Samples/Web/simple-viewer.ts @ 258:e5a9b3d03478 am-2

first very basic version of SmartLoader
author am@osimis.io
date Tue, 10 Jul 2018 14:48:13 +0200
parents ddbb339ed4cf
children 6b98ac45aaee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
238
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
1 ///<reference path='../../../Platforms/Wasm/wasm-application.ts'/>
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
2
240
ddbb339ed4cf orthancBaseUrl is now configurable
am@osimis.io
parents: 238
diff changeset
3 InitializeWasmApplication("OrthancStoneSimpleViewer", "../../../stone-orthanc");