-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and som default settings
- Loading branch information
Showing
7 changed files
with
5,123 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# VisAtom | ||
A tool for visualizing MD data coded in C++/QT/OpenGL, in the Microsoft Visual Studio 2017. | ||
A tool for visualizing MD data coded in C++/QT/OpenGL and the Microsoft Visual Studio 2017. | ||
|
||
Requirements: | ||
Build requirements: | ||
Microsoft Visual Studio 2017 | ||
QT5.0 | ||
|
||
|
||
Build: | ||
open the solution VisAtom2017/VisAtom2017.sln in VS | ||
run build | ||
the excutable, VisAtom2017.exe, will be generated in VisAtom2020\VisAtom2017\x64\Release | ||
open the solution VisAtom2017/VisAtom2017.sln in VS and run build. The excutable, VisAtom2017.exe, will be generated in VisAtom2017\x64\Release | ||
|
||
Run: | ||
To run outof VS envirenment, a few QT dynamic libraries (see in Dependence directory) are needed. Copy the excutable and the dependence DLLs to the working directory. | ||
|
||
|
||
Format of the configurations: | ||
The atomic configurations are stored in multiple columes, or generated by mdpscu package (see qhou-scu/msmpscu). | ||
Examples of configuration files can be found in example-data. | ||
|
||
|
||
|
||
To run outof VS envirenment: | ||
A few QT dynamic libraries are needed. Copy the excutable and the dependence DLL to the same working directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.