Skip to content

Quick access to all included shaders in the Max8 application

License

Notifications You must be signed in to change notification settings

tmhglnd/gl.shadermappings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gl.shadermappings

Max has quite a few shaders build into the application. But if you want to patch with them you have to type jit.gl.slab @file <shaderfile> which is usually quite a hassle. Also you have to remember what the shader file name is. This simple objectmappings file will do all this work for you. How it works:

  1. See all the shaderfiles in the autocomplete field when typing jit.gl.
  2. Select the shaderfile and it will translate to jit.gl.slab @file <shaderfile>

Support my projects

Consider to name a fair price

or become a patron

Install

1. download zip
2. unzip and place in Max Packages (on MacOS ~/Documents/Max 8/Packages)
3. restart Max8
1. open terminal
2. $ cd ~/Documents/Max\ 8/Library
3. $ git clone https://github.com/tmhglnd/gl.shadermappings.git
4. restart Max8

License

MIT License

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Quick access to all included shaders in the Max8 application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published