cat_engine 1.0.0-alpha6

A 2D graphics engine with audio output support
Documentation
# ![logo]https://github.com/Clomance/CatEngine/raw/master/logo_400x400.png


# CatEngine [![Crate badge]][crates.io] [![Doc badge]][doc.rs]


[Crate badge]:https://img.shields.io/crates/v/cat_engine.svg
[crates.io]:https://crates.io/crates/cat_engine

[Doc badge]:https://img.shields.io/badge/documentation-doc.rs-green
[doc.rs]:https://docs.rs/cat_engine/


A 2D graphics engine with audio support for Windows.

Compatible with OpenGL 3.3 and greater.

#### Dependencies

 - Base - [cat_engine_basement]https://github.com/Clomance/CatEngine/tree/master/basement
 - Images - [image]https://github.com/image-rs/image
 - Fonts - [ttf-parser]https://github.com/RazrFalcon/ttf-parser and [ab_glyph_rasterizer]https://github.com/alexheretic/ab-glyph
 - Audio - [cat_audio]https://github.com/Clomance/CatEngine/tree/master/cat_audio

If you use audio feature, alsa delevopment libraries are required for Linux: `libasound2-dev` for Debian and Ubuntu, `alsa-lib-devel` for Fedora (see [cpal](https://github.com/RustAudio/cpal)).


<!-- ## [The book](book/README.MD) -->


<!-- ## [My own game](https://github.com/Clomance/Visual-Novel) -->


## [Release notes]RELEASE-NOTES.MD


## [Pre-release]https://github.com/Clomance/CatEngine/tree/pre-release