У нас вы можете посмотреть бесплатно Shader syntax highlighting in Vim (GLSL syntax highlighting for Linux, Windows, and MacOS) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
/ discord 💰 Patreon: / stevet 💰 SubscribeStar: https://www.subscribestar.com/akami-c... 💳 Paypal: https://www.paypal.com/paypalme/akami... OpenGL on Windows, MacOS, and Linux Tutorial Playlist: • OpenGL Tutorial Series (reverse order) 0) I use the Vundle package manager for Vim. If you want to use others, check the readme to this git repo and also possibly the installation instructions for your preferred Vim package manager: https://github.com/tikhomirov/vim-glsl 1) Install Vundle via your native package manager if you haven't already. You will need to locate the vundle.vim file on your system via a find command such as: sudo find / -iname vundle.vim 2) This is what I added to my .vimrc file in the home dir (change the set rtp+= to the correct path for where your vundle.vim file is): set nocompatible filetype off set rtp+=/usr/share/vim/vimfiles/autoload/vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' call vundle#end() filetype plugin indent on Plugin 'tikhomirov/vim-glsl' autocmd! BufNewFile,BufRead *.vs,*.fs set ft=glsl 3) Make a ~/.vim/bundle directory if you do not have one already. 4) Git clone from the repo into your ~/.vim/bundle directory via this command: cd ~/.vimrc/bundle && git clone https://github.com/tikhomirov/vim-glsl Here is for GLSL syntax highlighting in other editors/IDEs: Sublime Text: You will need to install the Sublime package manager if you haven't already. Make sure that whatever info you find online is for Sublime 3 if you are using Sublime 3. It might take some getting used to installing packages in Sublime. Let me know if you have trouble and I will make a video on the topic. Here's the package to install after first installing the package manager: https://packagecontrol.io/packages/Op...) Vim: • Shader syntax highlighting in Vim (GL... Visual Studio: https://marketplace.visualstudio.com/... My social media and donation options. If you want to help me, follow me on Reddit and upvote my posts ; ) GitHub: https://github.com/akami-channel Patreon: / stevet SubscribeStar: https://www.subscribestar.com/akami-c... Paypal: https://www.paypal.me/stevetpaypal Reddit: / akami_channel Twitter: / channel_akami / discord Facebook: / akami-channel-103332337880937 Email: [email protected]