File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 3
3
This guide will walk you through installing the new project generator, then
4
4
building your first Scenic application.
5
5
6
- Some initial setup is required for windows. You'll need
7
- windows services for linux (WSL) and VcXsrv,
8
- [ Jeffrey Borchert's article details these steps.] ( https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6 )
9
- You'll come back here to finish.
6
+ ## Install Dependencies
7
+
8
+ See [ Install Dependencies] ( install_dependencies.html )
10
9
11
10
## Install ` scenic.new `
12
11
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ The design of Scenic goes to great lengths to minimize its dependencies to just
4
4
the minimum. Namely, it needs Erlang/Elixir and OpenGL.
5
5
6
6
Rendering your application into a window on your local computer (MacOS, Ubuntu
7
- and others) is done by the ` scenic_driver_glfw ` driver. It uses the GLFW and
8
- GLEW libraries to connect to OpenGL.
7
+ and others) is done by the
8
+ [ ` scenic_driver_local ` ] ( https://github.com/ScenicFramework/scenic_driver_local )
9
+ driver. It uses the GLFW and GLEW libraries to connect to OpenGL.
9
10
10
11
The instructions below assume you have already installed Elixir/Erlang. If you
11
12
need to install Elixir/Erlang there are instructions on the [ elixir-lang
@@ -22,7 +23,13 @@ brew install glfw3 glew pkg-config
22
23
```
23
24
24
25
Once these components have been installed, you should be able to build the
25
- ` scenic_driver_glfw ` driver.
26
+ ` scenic_driver_local ` driver.
27
+
28
+ ## On Windows
29
+
30
+ Some initial setup is required for windows. You'll need windows services for
31
+ linux (WSL) and VcXsrv, [ Jeffrey Borchert's article details these
32
+ steps.] ( https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6 )
26
33
27
34
## On Ubuntu 16
28
35
You can’t perform that action at this time.
0 commit comments