Neos-Metaverse / NeosSampleLibrary

An example NeosVR library
28 stars 15 forks source link

Neos Sample Library

This is a sample library for creating plugins for the Neos VR Metaverse Engine.

By utilizing these samples, you can learn to create and extend in-world functionality such as

Getting Started

  1. Download Visual Studio Community edition.
  2. During installation, check of the .NET desktop development workload which will give you the >NET Framework 4-4.6 development tools
  3. Create a new Library project
  4. Add references to some Neos libraries from the installation folder:
    1. FrooxEngine.dll - Found in NeosVR/Neos_Data/Managed/FrooxEngine.dll
    2. BaseX.dll - Found in NeosVR/BaseX.dll

Additional Resources

Contribution Guidelines

  1. Please open and issue stating your problem or motivation and a suggested solution.
  2. Create a pull request which links to your issue.
  3. Be kind, help eachother.