https://github.com/jenskrumsieck/chemsharpunityexample
Example how to use the ChemSharp.Molecules nuget package in Unity to display a molecule in 3D
https://github.com/jenskrumsieck/chemsharpunityexample
3d chemistry chemsharp molecule unity
Last synced: 5 months ago
JSON representation
Example how to use the ChemSharp.Molecules nuget package in Unity to display a molecule in 3D
- Host: GitHub
- URL: https://github.com/jenskrumsieck/chemsharpunityexample
- Owner: JensKrumsieck
- Created: 2023-06-30T06:25:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T21:14:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T19:39:17.120Z (over 1 year ago)
- Topics: 3d, chemistry, chemsharp, molecule, unity
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChemSharpUnityExample
This example contains two projects:
* A Unity Game Project using Unity 2022.2.X
* A C# project to manage external libraries
To run you fist have to run SyncDll.ps1, located in the DependencyManagement Solution.
This restores all packages to the "packages" folder and copies it into the unity package.
You can than open and run the unity project.
