diff --git a/00/README-es.md b/00/README-es.md index cee43af..24c9f02 100644 --- a/00/README-es.md +++ b/00/README-es.md @@ -41,7 +41,7 @@ Alternativamente, dependiendo cuales sean tus necesidades puedes: - [Crear una versión offline del libro](https://thebookofshaders.com/appendix/) -- [Correr los ejemplos en una RaspberryPI sin un navegador](https://thebookofshaders.com/appendix/) +- [Correr los ejemplos en una Raspberry Pi sin un navegador](https://thebookofshaders.com/appendix/) - [Crear un PDF del libro para imprimir.](https://thebookofshaders.com/appendix/) diff --git a/00/README-fr.md b/00/README-fr.md index f58a444..7c12278 100644 --- a/00/README-fr.md +++ b/00/README-fr.md @@ -52,7 +52,7 @@ Cela étant et selon ce que vous voulez faire de ce livre, vous pouvez : - [créer une copie locale de ce livre pour le consulter hors-ligne](https://thebookofshaders.com/appendix/) -- [lancer les exemples directement sur RaspberryPi, sans navigateur](https://thebookofshaders.com/appendix/) +- [lancer les exemples directement sur Raspberry Pi, sans navigateur](https://thebookofshaders.com/appendix/) - [créer un PDF du livre pour l'imprimer](https://thebookofshaders.com/appendix/) diff --git a/00/README-jp.md b/00/README-jp.md index 9443aab..aa0e14e 100644 --- a/00/README-jp.md +++ b/00/README-jp.md @@ -48,7 +48,7 @@ Chrome、FirefoxやSafariなどWebGLの使える今時のブラウザーとイ - [Make an off-line version of this book](https://thebookofshaders.com/appendix/) -- [Run the examples on a RaspberryPi without a browser](https://thebookofshaders.com/appendix/) +- [Run the examples on a Raspberry Pi without a browser](https://thebookofshaders.com/appendix/) - [Make a PDF of the book to print](https://thebookofshaders.com/appendix/) diff --git a/00/README-kr.md b/00/README-kr.md index 8c0c710..2ffbe7d 100644 --- a/00/README-kr.md +++ b/00/README-kr.md @@ -40,7 +40,7 @@ Fragment shader는 매우 빠른 속도로 스크린에 렌더되는 픽셀들 - [이책의 오프라인 버젼](https://thebookofshaders.com/appendix/) -- [RaspberryPi에서 브라우져 없이 예제들 돌리기](https://thebookofshaders.com/appendix/) +- [Raspberry Pi에서 브라우져 없이 예제들 돌리기](https://thebookofshaders.com/appendix/) - [이책의 PDF버젼 만들기](https://thebookofshaders.com/appendix/) diff --git a/00/README.md b/00/README.md index e6bce64..2115a68 100644 --- a/00/README.md +++ b/00/README.md @@ -40,7 +40,7 @@ Alternatively, based on what you have or what you need from this book you can: - [Make an off-line version of this book](https://thebookofshaders.com/appendix/) -- [Run the examples on a RaspberryPi without a browser](https://thebookofshaders.com/appendix/) +- [Run the examples on a Raspberry Pi without a browser](https://thebookofshaders.com/appendix/) - [Make a PDF of the book to print](https://thebookofshaders.com/appendix/) diff --git a/04/README-es.md b/04/README-es.md index 4f71131..e47f947 100644 --- a/04/README-es.md +++ b/04/README-es.md @@ -2,7 +2,7 @@ En este punto seguro estás entusiasmado con poder probar shaders en las plataformas en las que te sientes cómodo. En los siguientes ejemplos veremos como agregarlos el algunos frameworks populares con las mismas uniforms con las que estamos trabajando en este libro. (En el [repositorio de GitHub de este capítulo](https://github.com/patriciogonzalezvivo/thebookofshaders/tree/master/04) encontrarás el código completo de estos ejemplos.) -**Nota 1**: En caso de que no quieras utilizar los shaders en los siguientes frameworks pero quieras hacerlo fuera del navegador, puedes descargar y compilar [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer). Este programa corre en MacOS y en RaspberryPI, permite ejecutar directamente los ejemplos desde la terminal. +**Nota 1**: En caso de que no quieras utilizar los shaders en los siguientes frameworks pero quieras hacerlo fuera del navegador, puedes descargar y compilar [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer). Este programa corre en MacOS y en Raspberry Pi, permite ejecutar directamente los ejemplos desde la terminal. **Nota 2**: Si no quieres usar WebGl con tus shaders y no te interesan los frameworks siguientes, puedes usar [glslCanvas](https://github.com/patriciogonzalezvivo/glslCanvas). Esta herramienta fue diseñada para este libro, pero se volvió tan útil que he terminado usándola en muchos proyectos. diff --git a/04/README-fr.md b/04/README-fr.md index 0da128c..52afb56 100644 --- a/04/README-fr.md +++ b/04/README-fr.md @@ -1,7 +1,7 @@ ## exécuter vos shaders Pour les besoins de ce livre comme pour ma pratique artistique, j'ai créé un écosystème d'outils permettant de créer, d'afficher, de partager et d'organiser mes shaders. -Ces outils fonctionnent de la même manière sur Linux Desktop, MacOS, [RaspberryPi](https://www.raspberrypi.org/) et dans les navigateurs sans avoir besoin d'altérer le code. +Ces outils fonctionnent de la même manière sur Linux Desktop, MacOS, [Raspberry Pi](https://www.raspberrypi.org/) et dans les navigateurs sans avoir besoin d'altérer le code. **Affichage**: tous les exemples de ce livre sont affichés dans la page grâce à [glslCanvas](https://github.com/patriciogonzalezvivo/glslCanvas) qui facilite grandement la fabrication et l'affichage de shaders autonomes. @@ -14,7 +14,7 @@ Pour en savoir plus, [vous pouvez lire ceci](https://github.com/patriciogonzalez Si vous êtes comme moi, vous aurez sans doute envie de lancer vos shaders en lignes de commandes, dans ce cas vous devriez regarder [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer). Cette application permet d'incorporer un shader dans un script ```bash``` ou un pipeline Unix et de l'utiliser comme [ImageMagick](http://www.imagemagick.org/script/index.php). -[glslViewer](https://github.com/patriciogonzalezvivo/glslViewer) est aussi un bon moyen de compiler vos shaders sur un [RaspberryPi](https://www.raspberrypi.org/) et c'est la raison pour laquelle [openFrame.io](http://openframe.io/) l'utilise pour afficher les oeuvres. +[glslViewer](https://github.com/patriciogonzalezvivo/glslViewer) est aussi un bon moyen de compiler vos shaders sur un [Raspberry Pi](https://www.raspberrypi.org/) et c'est la raison pour laquelle [openFrame.io](http://openframe.io/) l'utilise pour afficher les oeuvres. Pour en savoir plus, [cliquez ici](https://github.com/patriciogonzalezvivo/glslViewer). ```bash diff --git a/04/README-it.md b/04/README-it.md index b903e38..6c79a1e 100644 --- a/04/README-it.md +++ b/04/README-it.md @@ -1,6 +1,6 @@ ## Eseguite il vostro shader -Nell'ambito della realizzazione di questo libro e della mia pratica artistica ho creato un ecosistema di strumenti per creare, visualizzare, condividere e curare gli shaders. Questo strumento funziona in modo coerente su Linux Desktop, MacOS, [RaspberryPi](https://www.raspberrypi.org/) e browser, senza la necessità di dover cambiare il vostro codice. +Nell'ambito della realizzazione di questo libro e della mia pratica artistica ho creato un ecosistema di strumenti per creare, visualizzare, condividere e curare gli shaders. Questo strumento funziona in modo coerente su Linux Desktop, MacOS, [Raspberry Pi](https://www.raspberrypi.org/) e browser, senza la necessità di dover cambiare il vostro codice. **Visualizzare**: tutti gli esempi di questo libro vengono visualizzati utilizzando [glslCanvas](https://github.com/patriciogonzalezvivo/glslCanvas) che rende il processo di esecuzione dello shader standalone incredibilmente facile. diff --git a/04/README.md b/04/README.md index 9508f49..5205748 100644 --- a/04/README.md +++ b/04/README.md @@ -1,6 +1,6 @@ ## Running your shader -As part of the construction of this book and my art practice I made an ecosystem of tools to create, display, share and curate shaders. This tools works consistently across Linux Desktops, MacOS, [RaspberryPi](https://www.raspberrypi.org/) and browsers without the need of changing your code. +As part of the construction of this book and my art practice I made an ecosystem of tools to create, display, share and curate shaders. This tools works consistently across Linux Desktops, MacOS, [Raspberry Pi](https://www.raspberrypi.org/) and browsers without the need of changing your code. **Display**: all live examples in this book are displayed using [glslCanvas](https://github.com/patriciogonzalezvivo/glslCanvas) which makes the process of running standalone shader incredible easy. @@ -10,7 +10,7 @@ As part of the construction of this book and my art practice I made an ecosystem As you can see, it just needs a ```canvas``` element with ```class="glslCanvas"``` and the url to your shader in the ```data-fragment-url```. Learn more about it [here](https://github.com/patriciogonzalezvivo/glslCanvas). -If you are like me, you will probably want to run shaders directly from the console, in that case you should check out [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer). This application allows you to incorporate shaders into your ```bash``` scripts or unix pipelines and use it in a similar way that [ImageMagick](http://www.imagemagick.org/script/index.php). Also [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer) is a great way to compile shaders on your [RaspberryPi](https://www.raspberrypi.org/), reason why [openFrame.io](http://openframe.io/) use it to display shader artwork. Learn more about this application [here](https://github.com/patriciogonzalezvivo/glslViewer). +If you are like me, you will probably want to run shaders directly from the console, in that case you should check out [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer). This application allows you to incorporate shaders into your ```bash``` scripts or unix pipelines and use it in a similar way that [ImageMagick](http://www.imagemagick.org/script/index.php). Also [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer) is a great way to compile shaders on your [Raspberry Pi](https://www.raspberrypi.org/), reason why [openFrame.io](http://openframe.io/) use it to display shader artwork. Learn more about this application [here](https://github.com/patriciogonzalezvivo/glslViewer). ```bash glslViewer yourShader.frag yourInputImage.png —w 500 -h 500 -s 1 -o yourOutputImage.png diff --git a/README-es.md b/README-es.md index 185d773..913377e 100644 --- a/README-es.md +++ b/README-es.md @@ -56,7 +56,7 @@ Esta es una guía paso a paso a través del abstracto y complejo universo de los * [Apéndice:](appendix/) Otras formas de usar este libro * [¿Cómo puedo ver el libro offline?](appendix/) - * [¿Cómo puedo correr los ejemplos en una RaspberryPi?](appendix/) + * [¿Cómo puedo correr los ejemplos en una Raspberry Pi?](appendix/) * [¿Cómo imprimir este libro?](appendix/) * [Galería de ejemplos](examples/) diff --git a/README-fr.md b/README-fr.md index 267f49e..fce8ff7 100644 --- a/README-fr.md +++ b/README-fr.md @@ -56,7 +56,7 @@ Ceci est un guide étape-par-étape à travers le monde abstrait et complexe des * [Appendice:](appendix/) Autres manières d'utiliser ce livre * [Comment puis-je consulter ce livre hors-ligne?](appendix/) - * [Comment exécuter les exemples sur un RaspberryPi?](appendix/) + * [Comment exécuter les exemples sur un Raspberry Pi?](appendix/) * [Comment imprimer ce livre?](appendix/) * [Galerie d'exemples](examples/) diff --git a/README-jp.md b/README-jp.md index a43b628..34cfab8 100644 --- a/README-jp.md +++ b/README-jp.md @@ -63,7 +63,7 @@ * [Appendix:](appendix/) Other ways to use this book * [How can I navigate this book offline?](appendix/) - * [How to run the examples on a RaspberryPi?](appendix/) + * [How to run the examples on a Raspberry Pi?](appendix/) * [How to print this book?](appendix/) * [Examples Gallery](examples/) diff --git a/README-kr.md b/README-kr.md index e989c27..55806d7 100644 --- a/README-kr.md +++ b/README-kr.md @@ -60,7 +60,7 @@ * [Appendix:](appendix/) Other ways to use this book * [How can I navigate this book offline?](appendix/) - * [How to run the examples on a RaspberryPi?](appendix/) + * [How to run the examples on a Raspberry Pi?](appendix/) * [How to print this book?](appendix/) * [Examples Gallery](examples/) diff --git a/README.md b/README.md index afd8403..550a80d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This is a gentle step-by-step guide through the abstract and complex universe of * [Appendix:](appendix/) Other ways to use this book * [How can I navigate this book offline?](appendix/00/) - * [How to run the examples on a RaspberryPi?](appendix/01/) + * [How to run the examples on a Raspberry Pi?](appendix/01/) * [How to print this book?](appendix/02/) * [How can I collaborate?](appendix/03/) * [An introduction for those coming from JS](appendix/04/) by [Nicolas Barradeau](http://www.barradeau.com/) diff --git a/appendix/00/README-it.md b/appendix/00/README-it.md index 24912a7..115166e 100644 --- a/appendix/00/README-it.md +++ b/appendix/00/README-it.md @@ -12,7 +12,7 @@ brew upgrade brew install git ``` -Su **RaspberryPi** è necessario fare: +Su **Raspberry Pi** è necessario fare: ```bash sudo apt-get update diff --git a/appendix/00/README.md b/appendix/00/README.md index 41fb045..55fbb01 100644 --- a/appendix/00/README.md +++ b/appendix/00/README.md @@ -2,7 +2,7 @@ Let’s say you have a long trip and you want to use it to teach yourself some shaders. In that case you can make a local copy of this book on your computer and run a local server. -For that you only need Python 2.6 and a git client. On MacOS and RaspberryPi computers Python is installed by default but you still need to install a git client. For that: +For that you only need Python 2.6 and a git client. On MacOS and Raspberry Pi computers Python is installed by default but you still need to install a git client. For that: In **MacOSX** be sure to have [homebrew](http://brew.sh/) installed and then on your terminal do: @@ -12,7 +12,7 @@ brew upgrade brew install git ``` -On **RaspberryPi** you need to do: +On **Raspberry Pi** you need to do: ```bash sudo apt-get update diff --git a/appendix/01/README.md b/appendix/01/README.md index d81ff49..7b3bda9 100644 --- a/appendix/01/README.md +++ b/appendix/01/README.md @@ -1,12 +1,12 @@ -## How to run the examples on a RaspberryPi? +## How to run the examples on a Raspberry Pi? A few years ago, taking for granted that everybody have a computer with a GPU was a long shot. Now, most computers have a graphic unit, but is a high bar for a requirement in for example a course or class. -Thanks to the [RaspberryPi project](http://www.raspberrypi.org/) a new type of small and cheap generation of computers (around $35 each) has found its way into classrooms. More importantly for the purposes of this book, the [RaspberryPi](http://www.raspberrypi.org/) comes with a decent Bradcom GPU card that can be accessed directly from the console. I made a [flexible GLSL live coding tool call **glslViewer**](https://github.com/patriciogonzalezvivo/glslViewer) that runs all the examples on this book. This program also is hable to update automatically the changes the user makes when they save it. What that means? you can edit the shader and every time you save it, the shader will be re-compile and rendered for you. +Thanks to the [Raspberry Pi project](http://www.raspberrypi.org/) a new type of small and cheap generation of computers (around $35 each) has found its way into classrooms. More importantly for the purposes of this book, the [Raspberry Pi](http://www.raspberrypi.org/) comes with a decent Bradcom GPU card that can be accessed directly from the console. I made a [flexible GLSL live coding tool call **glslViewer**](https://github.com/patriciogonzalezvivo/glslViewer) that runs all the examples on this book. This program also is hable to update automatically the changes the user makes when they save it. What that means? you can edit the shader and every time you save it, the shader will be re-compile and rendered for you. By making a local copy of the repository of this book (see the above section) and having [```glslViewer``` installed](https://github.com/patriciogonzalezvivo/glslViewer), users can run the examples with ```glslviewer```. Also by using the ```-l``` flag they can render the example on a corner of the screen while they modify it with any text editor (like ```nano```, ```pico```, ```vi```, ```vim``` or ```emacs```). This also works if the user is connected through ssh/sftp. -To install and set this all up on the RaspberryPi after installing the OS and logging in, type the following commands: +To install and set this all up on the Raspberry Pi after installing the OS and logging in, type the following commands: ```bash sudo apt-get update diff --git a/appendix/02/README-it.md b/appendix/02/README-it.md index 91fa6cc..5577629 100644 --- a/appendix/02/README-it.md +++ b/appendix/02/README-it.md @@ -20,7 +20,7 @@ make make install ``` -Su **RaspberryPi** è necessario fare: +Su **Raspberry Pi** è necessario fare: ```bash sudo apt-get update @@ -45,7 +45,7 @@ Scarica e Installa [basictex & MacTeX-Additions](http://www.tug.org/mactex/morep brew install pandoc ``` -Su **RaspberryPi**: +Su **Raspberry Pi**: ```bash sudo apt-get install texlive-xetex pandoc diff --git a/appendix/02/README.md b/appendix/02/README.md index 3ef4d44..41fb616 100644 --- a/appendix/02/README.md +++ b/appendix/02/README.md @@ -21,7 +21,7 @@ make make install ``` -On **RaspberryPi** you need to do: +On **Raspberry Pi** you need to do: ```bash sudo apt-get update @@ -46,7 +46,7 @@ Download and Install [basictex & MacTeX-Additions](http://www.tug.org/mactex/mor brew install pandoc ``` -On **RaspberryPi**: +On **Raspberry Pi**: ```bash sudo apt-get install texlive-xetex pandoc diff --git a/appendix/README.md b/appendix/README.md index 321b785..0db3025 100644 --- a/appendix/README.md +++ b/appendix/README.md @@ -2,7 +2,7 @@ 1. [How can I navigate this book off-line?](00/) -2. [How to run the examples on a RaspberryPi?](01/) +2. [How to run the examples on a Raspberry Pi?](01/) 3. [How to print this book?](02/)