engraver

Crates.ioengraver
lib.rsengraver
version2.5.0
sourcesrc
created_at2019-01-02 14:00:28.333076
updated_at2019-03-27 16:31:15.737552
descriptionEngraver - a PoC2 plotter written in Rust
homepage
repositoryhttps://github.com/PoC-Consortium/engraver
max_upload_size
id105032
size516,625
JohnnyFFM (JohnnyFFM)

documentation

https://github.com/PoC-Consortium/engraver

README

Build Status

Engraver - PoC2 plotter in Rust

Features

  • windows, linux, unix & macOS
  • x86 32&64bit
  • direct and async i/o
  • SIMD support: sse2, avx, avx2, avx512f
  • gpu support
  • fastest plotter there is

Requirements

  • new version of rust [stable toolchain]

Compile, test, ...

Binaries are in target/debug or target/release depending on optimization.

# build debug und run directly
cargo run [--features=opencl]

# build debug (unoptimized)
cargo build [--features=opencl]

# build release (optimized)
cargo build --release [--features=opencl]

Run

engraver --help

Donate

  • JohnnyDeluxe: BURST-S338-R6VC-LTFA-2GC6G
    • shabal optimizations
    • windows support
  • bold: BURST-8V9Y-58B4-RVWP-8HQAV
    • architecture
    • linux support
Commit count: 112

cargo fmt