KodeLife

Real-time GPU shader editor
KodeLife Manual

Interface · Editor


The left part of the application window is occupied by the code editor and associated user interface. Most people working with tools for program construction in any capacity will be familiar with the structure visible here, but we'll briefly look at the components making up this area:

Tab Bar

At the very top is the tab bar, which allows to switch between two levels of a project's structure. The tab bar can be completely hidden from either the Editor Preferences or from the menu bar's View menu.

Passes

The first level is the pass level, where you can

  • Switch between the passes contained in the project
  • Add new passes using the special + tab at the end
  • Enable/disable existing passes using the checkbox on the left of each tab

For a discussion of KodeLife's pass concept and associated options, please see Pass in the Kontrol Panel section.

Shader Stages

The second level allows to switch between the source code for the different shader stages of any given pass.

The number of available stages here might differ depending on the graphics API you have enabled in the Preferences, the type of pass, and which shader stages are supported by your GPU's driver, version and configuration.

KodeLife will automatically create a tab for all shader stages supported by the current graphics API and driver and pass type, but it is possible to hide unwanted shader stages' tabs in the Kontrol Panel's Shader Stages list, to focus only on the ones required for your project.

Keyboard Shortcuts

It is also possible to switch between passes and shader stages using the following keyboard shortcuts:

  • CTRL/CMD + 1-9 will switch to shader stage tab 1-9
  • CTRL/CMD + SHIFT + 1-9 will switch to pass tab 1-9
Code Editor

The main editing area is where the shader source code can be modified and where most of the work/magic happens.

KodeLife's editor tries to assist as much as possible by highlighting syntax, indicating error lines and completing common shading language constructs as you type. The behavior and appearance of this area can be customized in many ways in the Editor Preferences and menu bar's View Menu.

As it might come in handy in certain situations and applications, there even exists a Built-in Parameter that can generate a rendered image of the currently active editor's contents for use as a texture input to your shaders.

Keyboard Shortcuts

Besides the usual editing key combinations, such as copy/paste/select/find/etc, the code editor also provides some additional, useful keyboard shortcurts:

  • TAB will increase the indentation of the current selection
  • SHIFT + TAB will decrease the indentation of the current selection
  • CTRL/CMD + / will comment or uncomment the current selection or line
  • CTRL/CMD + D will duplicate the current selection or line

macOS only:

  • CMD + { or } will decrease / increase indentation of the current selection or line
Output panel

The output panel is a text area where messages returned by the graphics API's shader compiler are displayed.

This could be general messages, warnings or errors. These messages are very specific to the operating system, version and type of the enabled graphics API, brand and vendor of your graphics card and the installed driver. Changing any of these will probably result in completely different messages, even for the exact same shader source code!

The output panel can also be completely hidden from either the Editor Preferences or in the menu bar's View Menu.


hexler.net uses cookies to deliver website content. By continuing without changing your preferences, you agree to our use of cookies.