Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-shwagginz/dfl
A Crystal library to read and write .dfl and .dpo files
https://github.com/d-shwagginz/dfl
Last synced: about 2 months ago
JSON representation
A Crystal library to read and write .dfl and .dpo files
- Host: GitHub
- URL: https://github.com/d-shwagginz/dfl
- Owner: D-Shwagginz
- License: mit
- Created: 2023-09-26T06:55:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-30T19:01:06.000Z (about 1 year ago)
- Last Synced: 2023-10-31T19:43:06.696Z (about 1 year ago)
- Language: Crystal
- Homepage: https://d-shwagginz.github.io/dfl/
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DFL
[![Spec](https://github.com/D-Shwagginz/dfl/actions/workflows/spec.yml/badge.svg)](https://github.com/D-Shwagginz/dfl/actions/workflows/spec.yml)
[![Static Badge](https://img.shields.io/badge/Check%20The-Docs-blue)](https://d-shwagginz.github.io/dfl/)
A library to help read and write .dfl (D. File) and .dpo (D. Portion) files
## Installation
1. Add `dfl` to your `shard.yml`:
```yml
dependencies:
dfl:
github: D-Shwagginz/dfl
```2. Run `shards install`
3. Some methods won't work unless you have [Raylib](https://github.com/raysan5/raylib/releases) installed:
- Install raylib by following the raylib-cr [installation instructions](https://github.com/sol-vin/raylib-cr#installation).
- For Linux, follow step 1.
- For Windows, follow steps 1-4.## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [D. Shwagginz](https://github.com/D-Shwagginz) - creator and maintainer