roc/editor
2020-10-16 18:18:30 +02:00
..
shaders Revert "Add text shaders (segfaults)" 2020-05-30 01:12:49 -04:00
src Make clippy happy 2020-10-13 20:26:00 -07:00
Cargo.toml Use rtfeldman/inkwell release2 tag 2020-09-19 22:48:29 -04:00
creature.png wip w/ sampler and dots 2020-05-30 01:13:05 -04:00
editor-ideas.md Add Microsoft Research archive on Live Programing 2020-10-10 21:27:44 +01:00
Inconsolata-Regular.ttf Switch to wgpu for rendering 2020-05-30 01:13:05 -04:00
README.md Added editor README with troubleshooting for gfx_backend_vulkan error 2020-10-16 18:18:30 +02: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.