An open API service indexing awesome lists of open source software.

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

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
![](Images/1.png)

Example Molecule: H2O, Shape: Bent
![](Images/2.png)

Example Molecule: CH4, Shape: Tetrahydral
![](Images/3.png)

Example Molecule: CO2, Shape: Linear
![](Images/5.png)

Example Molecule: SF4, Shape: Seesaw
![](Images/4.png)