roc/editor
2021-01-01 15:49:19 +01:00
..
src clippy fix 2021-01-01 15:49:19 +01:00
tests editor folder reorganization 2021-01-01 15:02:31 +01:00
.gitignore include shaders in repo 2020-12-15 15:34:39 +01:00
build_shaders.rs don't recompile shaders unnecessarily 2020-12-15 15:00:24 +01:00
Cargo.toml improvements based on PR feedback 2020-12-30 13:40:36 +01:00
creature.png wip w/ sampler and dots 2020-05-30 01:13:05 -04:00
editor-ideas.md put more things in the model 2020-12-28 15:41:48 +01:00
Inconsolata-Regular.ttf Switch to wgpu for rendering 2020-05-30 01:13:05 -04:00
README.md put more things in the model 2020-12-28 15:41:48 +01:00

Getting started

Run the following from the roc folder:

cargo run edit

Troubleshooting

If you encounter an error like gfx_backend_vulkan ... Failed to detect any valid GPUs in the current config ... make sure the correct graphics card drivers are installed. On ubuntu sudo ubuntu-drivers autoinstall can resolve the problem.

Inspiration

We thank the following open source projects in particular for inspiring us when designing the Roc editor: