项目作者: zakorgy

项目描述 :
A GPU rendered voxel editor
高级语言: Rust
项目地址: git://github.com/zakorgy/voxel-editor.git
创建时间: 2020-06-10T13:42:04Z
项目社区:https://github.com/zakorgy/voxel-editor

开源协议:Apache License 2.0

下载


voxel-editor

A cross-platform simple voxel editor written is rust, using wgpu-rs.
The UI elements are composed with the iced-wgpu wrapper

Example image
Example image

Install dependecies

Install Rustup

Download and install rustup from https://rustup.rs/

You can test it with:

  1. rustc -V

Linux dependency

Install Linux gtk dependency

  1. sudo apt update && sudo apt install libgtk-3-dev

Windows build fix

Before building, first you need to fix an issue with the following command:

  1. cargo update -p error-code --precise 2.0.0

Build and Run

You can build the project with:

  1. cargo build --release

You can run the application with:

  1. cargo run --release

Development

You can build the app with “—debug” to get better backtrace.

You can run the tests with

  1. cargo test