Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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