roc/editor
2021-01-02 19:33:26 +01:00
..
src implemented selection test DSL, added caret tests for move right 2021-01-02 19:33:26 +01:00
tests implemented selection test DSL, added caret tests for move right 2021-01-02 19:33:26 +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 implemented selection test DSL, added caret tests for move right 2021-01-02 19:33:26 +01:00
creature.png wip w/ sampler and dots 2020-05-30 01:13:05 -04:00
editor-ideas.md implemented selection test DSL, added caret tests for move right 2021-01-02 19:33:26 +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: