E

easel3d-xcb

A demo application using easel3d to draw in an X-Window.

Easel3D-XCB

X windows demo application using Easel3D...

Synopsis

Checkout this repository as well as the easel3d repository to the same destination directory.

In the root of this repository call cargo run.

Description

A demo application using easel3d to draw in an X-Window.

Requirements

  • A recent version of the Rust programming language as well as tooling. Currently I use Rust 1.39.0.
  • X11 (xcb, x11-shm)

Dependencies

Rust crates.

  • easel3d (from parent directory)
  • libc >=0.2
  • xcb >=0.8

Along with the dependencies of the xcb crate. cargo build should take care of having them available.

Contributing

Feel free to make pull requests as you like, no guarantee that the will be added.

License

Copyright © 2020 Georg Hopp

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author

Georg Hopp georg@steffers.org