roc/editor
Richard Feldman 48dd79c5f4 Revert "Add a mmap benchmark"
This reverts commit 89f213d58f92f16227b3b0542e5a99e10874e91a.
2020-12-08 23:03:42 -05:00
..
src Revert "Add a mmap benchmark" 2020-12-08 23:03:42 -05:00
tests Improve test name in test_file 2020-12-04 00:29:53 -05:00
.gitignore Add .spv files to .gitignore 2020-10-31 21:28:48 -04:00
build.rs don't rebuild the editor every time 2020-11-12 20:27:10 +01:00
Cargo.toml Merge remote-tracking branch 'origin/trunk' into editor-ir 2020-12-05 20:58:27 +01:00
creature.png wip w/ sampler and dots 2020-05-30 01:13:05 -04:00
editor-ideas.md editor ideas using Machine Learning 2020-12-01 13:21:13 +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.