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 33This guide will walk you through installing the new project generator, then
44building your first Scenic application.
55
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 )
109
1110## Install ` scenic.new `
1211
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
44the minimum. Namely, it needs Erlang/Elixir and OpenGL.
55
66Rendering 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.
910
1011The instructions below assume you have already installed Elixir/Erlang. If you
1112need to install Elixir/Erlang there are instructions on the [ elixir-lang
@@ -22,7 +23,13 @@ brew install glfw3 glew pkg-config
2223```
2324
2425Once 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 )
2633
2734## On Ubuntu 16
2835
You can’t perform that action at this time.
0 commit comments