https://github.com/saifaldin14/Molecular-Chemistry-Visualization
A Unity program to identify the VSPER shape of a molecular compound. Custom C++ backend library to identify the shapes of the molecules and a Unity C# frontend
https://github.com/saifaldin14/Molecular-Chemistry-Visualization
chemistry-molecule cpp csharp molecular-simulation unity
Last synced: about 1 year ago
JSON representation
A Unity program to identify the VSPER shape of a molecular compound. Custom C++ backend library to identify the shapes of the molecules and a Unity C# frontend
- Host: GitHub
- URL: https://github.com/saifaldin14/Molecular-Chemistry-Visualization
- Owner: saifaldin14
- Created: 2019-02-14T01:47:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T02:11:05.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:22:42.634Z (almost 2 years ago)
- Topics: chemistry-molecule, cpp, csharp, molecular-simulation, unity
- Language: C++
- Homepage:
- Size: 2.13 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Molecular-Chemistry-Visualization
A Unity program to identify the VSPER shape of a molecular compound
This project uses a custom C++ backend library to identify the shapes of the molecules and a Unity C# frontend to display the appropriate shape
Error Screen

Example Molecule: H2O, Shape: Bent

Example Molecule: CH4, Shape: Tetrahydral

Example Molecule: CO2, Shape: Linear

Example Molecule: SF4, Shape: Seesaw
