-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use builtin CIF file. - move all examples to the ferritin-examples directory - begin refactoring to move these into a single test
- Loading branch information
Showing
11 changed files
with
57 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,21 +1 @@ | ||
# protein-renderer | ||
|
||
|
||
## Examples | ||
|
||
```sh | ||
cargo run --example basic_spheres | ||
cargo run --example basic_ballandstick | ||
cargo run --example basic_putty | ||
cargo run --example basic_snapshot | ||
|
||
cargo run --example screenshot | ||
``` | ||
|
||
![](docs/images/protein_01.png) | ||
|
||
<div style="display: flex; justify-content: space-between;"> | ||
<img src="docs/images/protein_01.png" alt="Base" style="width: 32%;"> | ||
<img src="docs/images/protein_01_metal.png" alt="Metal" style="width: 32%;"> | ||
<img src="docs/images/protein_01_chalk.png" alt="Chalky" style="width: 32%;"> | ||
</div> | ||
# ferritin-bevy |
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
Empty file.
File renamed without changes.
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
mod basic_ball_and_stick; |
File renamed without changes.