#vulkan #windowing #interop #winit #creation #surface #dacite

dacite-winit

Interoperability library for dacite and winit for easy Vulkan surface creation

7 releases (breaking)

Uses old Rust 2015

0.7.0 Sep 19, 2017
0.6.0 Jul 8, 2017
0.5.0 Jul 2, 2017
0.4.0 Jun 25, 2017
0.1.0 Jun 5, 2017

#1050 in GUI

ISC license

1MB
16K SLoC

dacite-winit

This is a small interoperability library for dacite and winit, which allows the creation of Vulkan surfaces in an easy and platform-independent manner.

build status dacite-winit on crates.io dacite-winit on docs.rs dacite-winit license

Usage

Dacite-winit is available on crates.io. Add this to your Cargo.toml:

[dependencies]
dacite = "0.7"
dacite-winit = "0.7"
winit = "0.7"

Check out the examples subdirectory to get started.

License

Dacite-winit is licensed under the ISC license:

Copyright (c) 2017, Dennis Hamester <dennis.hamester@startmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Dependencies

~4MB
~65K SLoC