inital commit

:)
This commit is contained in:
Nye Evans 2021-02-06 17:22:48 +00:00
parent 7efcda8ee3
commit 0872b84779
11 changed files with 6449 additions and 1 deletions

View file

@ -116,7 +116,7 @@ class MyGadget extends React.Component< {}, {} >
}
public openWindow(){
window.open("https://www.bbc.co.uk/", "bbc")
window.open("https://www.bbc.co.uk/", "bbc") // this should open the page to upload images too, just testing if it would work in a separate non-vr project
}
@ -146,6 +146,7 @@ renderAardvarkRoot( "root", <MyGadget/> );
todo:
it works!! just clean things up abit, make images fit screen size, make panel size changable maybe?
sliders dont work, maybe use buttons?
make an upload button that pops up
useful links:
http://localhost:23842/gadgets/aardvark_monitor/index.html