Thanks to visit codestin.com
Credit goes to github.com

Skip to content

solariumvr/solarium-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SolariumVR Examples

Running Examples

To run examples you will need to install Dart and solarium_tools

To install solarium_tools run

pub global activate solarium_tools

Dependencies

Before running make sure to get the package dependencies.

$ cd examples $ pub get --packages-dir

The option --packages-dir is currently needed so the dependencies are accessible on the web. Using the default behavior the packages will not be accessible.

Note: If you are using Intellij Dart Plugin you can not use the built in pub get functionality. You must run the command in a terminal.

Run

To run examples serve run:

$ solarium serve --path examples

Autocomplete (WebStorm)

To get autocomplete to work in Webstorm copy the sdk folder in the solarium directory to the root of this project. Or you can adjust the paths under examples/lib/_embedder.yaml as needed. You may need to restart Webstorm

About

SolariumVR Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors