Crayon v0.2.0 Release Notes

Release Date: 2018-01-30 // about 6 years ago
  • โž• Added

    • Introduced scene in core module. (#42)
    • โž• Added touch emulation with mouse device. (#42)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed unexcepted panics when closing window. (#40)
    • ๐Ÿ›  Fixed unexpected ColorMask and DepthMask behaviours. (#42)

    ๐Ÿ”„ Changed

    • Introduced Mesh instead of VertexBuffer and IndexBuffer to simplify APIs. (#40)
    • Rewrited entity component system in a more flexible way. (#39)
    • โœ‚ Removed inexplicit location definitions when creating Shader, Texture and Mesh objects. (#42)