roc/editor
2021-01-18 11:44:40 +01:00
..
benches rustfmt 2021-01-18 11:44:40 +01:00
src added insert_char benchmark 2021-01-16 19:33:23 +01:00
tests progress integrating text rope 2021-01-11 19:46:15 +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 added insert_char benchmark 2021-01-16 19:33:23 +01:00
creature.png wip w/ sampler and dots 2020-05-30 01:13:05 -04:00
editor-ideas.md syntax highlight rendering, highlighting demo 2021-01-15 18:13:05 +01:00
Inconsolata-Regular.ttf Switch to wgpu for rendering 2020-05-30 01:13:05 -04:00
README.md show instructions if no file was opened, fmt 2021-01-13 16:48:45 +01:00

Getting started

Run the following from the roc folder:

cargo run edit examples/hello-world/Hello.roc

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: