symm_base v1.0.0
SymmBase
SymmBase
is a Crystal shard which provides some modules and abstract objects for use as a base for other shards. Specifically, it's the base module for a family of shards related to exploring Crystallographic Symmetry: https://gitlab.com/crystal-symmetry.
If you're brand new to this set of shards, I'd recommend starting with a different library, one that uses this as a base. For example, these base modules / classes were originally abstracted from Symm32 so that shard might serve as a better starting place.
Installation
Add this to your application's shard.yml
:
dependencies:
symm_base:
gitlab: crystal-symmetry/symm_base
Usage
require "symm_base"
See other crystal-symmetry
shards for examples such as
all of which rely in part on logic provided by SymmBase
.
Contributing
Contributions are welcome! To get things started you can open an issue and post a comment, correction, or feature request. From there we can talk about how best to incorporate (or not) your feedback.
In general, if you want, you can just pull this code down, start hacking on it, and then push it back here as a "Pull Request", then we can discuss your proposed changes.
- Fork it (https://gitlab.com/crystal-symmetry/symm_base/forks/new)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
But I recommend you start off by opening an issue so that you don't waste time on a potentially unwelcome change.
Contributors
- KCErb KC Erb - creator, maintainer
symm_base
- 1
- 0
- 0
- 2
- 0
- almost 6 years ago
- September 24, 2018
MIT License
Mon, 21 Jul 2025 04:54:11 GMT