mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
19 lines
No EOL
659 B
Markdown
19 lines
No EOL
659 B
Markdown
## 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:
|
|
- [learn-wgpu](https://github.com/sotrh/learn-wgpu)
|
|
- [rgx](https://github.com/cloudhead/rgx)
|
|
- [elm-editor](https://github.com/jxxcarlson/elm-editor)
|
|
- [iced](https://github.com/hecrj/iced) |