Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eltanin-engine/lirith
Graphics engine written in Crystal.
https://github.com/eltanin-engine/lirith
crystal engine opengl
Last synced: about 1 month ago
JSON representation
Graphics engine written in Crystal.
- Host: GitHub
- URL: https://github.com/eltanin-engine/lirith
- Owner: eltanin-engine
- License: mit
- Created: 2017-02-13T18:22:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T12:02:58.000Z (about 5 years ago)
- Last Synced: 2024-05-22T22:08:32.363Z (7 months ago)
- Topics: crystal, engine, opengl
- Language: Crystal
- Size: 375 KB
- Stars: 29
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - lirith - Graphics engine (Misc)
README
# lirith-engine
[![Build Status](https://travis-ci.org/lirith-engine/lirith.svg?branch=master)](https://travis-ci.org/lirith-engine/lirith)Draw super-awsome graphics on screen with this engine. Fully built written in Crystal!
## Installation
1. Clone this repo
2. Run `crystal deps`
3. Install GLEW and GLFW trough homebrew `brew install glfw3 glew`## Usage
Run `lirith.cr` within the `src` folder
## Contributing
1. Fork it ( https://github.com/lirith-engine/lirith/fork )
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
- [Rinkana](https://github.com/Rinkana) Max Berends - creator, maintainer