Skip to content

Vim pluging for glslViewer which allow you to live-code shaders from your RaspberryPi

License

Notifications You must be signed in to change notification settings

patriciogonzalezvivo/vim-glslViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GLSL Viewer plugin for Vim

Vim plugin for live-coding GLSL Shaders using glslViewer on RaspberryPi

Donate

Installation

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libfreeimage-dev
cd ~ 
git clone http://github.com/patriciogonzalezvivo/glslViewer
cd glslViewer
make
sudo make install
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

And add this to the beginning of ~/.vimrc

execute pathogen#infect()
  • Clone this repository on the bundle/ folder. For example:
cd ~/.vim/bundle
git clone https://github.com/patriciogonzalezvivo/vim-glslViewer.git

Usage

Every time you open a .frag or .fs file it will render it through glslViewer which will reload the shader every time you save it ;)

Author

Patricio Gonzalez Vivo: github | twitter | website

About

Vim pluging for glslViewer which allow you to live-code shaders from your RaspberryPi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published