Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-shwagginz/doo-cr
A source-port of DOOM in Crystal
https://github.com/d-shwagginz/doo-cr
crystal crystal-lang doom
Last synced: 22 days ago
JSON representation
A source-port of DOOM in Crystal
- Host: GitHub
- URL: https://github.com/d-shwagginz/doo-cr
- Owner: D-Shwagginz
- License: gpl-3.0
- Created: 2024-07-02T05:11:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-30T06:23:25.000Z (4 months ago)
- Last Synced: 2024-10-25T01:20:08.810Z (2 months ago)
- Topics: crystal, crystal-lang, doom
- Language: Crystal
- Homepage:
- Size: 6.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doo-cr
! instead of @ for arguments
## Installation
TODO: Write installation instructions here
## Usage
TODO: Write usage instructions here
## Development
TODO: Write development 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## Credits
- [D. Shwagginz](https://github.com/D-Shwagginz) - creator and maintainer
- [sinshu](https://github.com/sinshu) - creator of [ManagedDoom](https://github.com/sinshu/managed-doom), a c# source-port of Doom on which Doocr was based.
## Licenses
Doo-cr is distributed under the [GNU GPLv3](https://github.com/D-Shwagginz/doo-cr/blob/master/LICENSE) license.
Doo-cr uses the following libraries in it's code:
[SFML](https://github.com/SFML/SFML) ([zlib](https://github.com/SFML/SFML/blob/master/license.md))
[crsfml](https://github.com/oprypin/crsfml) ([zlib](https://github.com/oprypin/crsfml/blob/master/LICENSE.md))
[Reader](https://github.com/crystal-term/reader) ([MIT License](https://github.com/crystal-term/reader/blob/master/LICENSE))
[LibADLMIDI](https://github.com/Wohlstand/libADLMIDI) by Wohlstand ([LGPL-3.0](https://github.com/Wohlstand/libADLMIDI/blob/master/LICENSE))
[LibOPNMIDI](https://github.com/Wohlstand/libOPNMIDI) by Wohlstand ([LGPL-3.0](https://github.com/Wohlstand/libOPNMIDI/blob/master/LICENSE))