rmordechay / glsl-plugin-idea

GLSL support for JetBrains IDE's
Apache License 2.0
33 stars 11 forks source link

Downloads Rating

Donation with PayPal

GLSL Plugin

GLSL plugin support for JetBrains IDE's. Feel free to report any issue, problem, bug or add any request.

Plugin Page

Build & Run

git clone https://github.com/walt-grace/glsl-plugin-idea.git

Assuming you're developing with Intellij (and you want to develop with Intellij):

  1. Generate grammar. Execute the generateGrammarClean task from gradle.build file or under Tasks/other if you use the Gradle tab.
  2. Run. Execute the runIde task (Intellij will build the project and then run the instance).

* If you're only interested in building the project without running it you can use task buildPlugin after step 1.

Test

Just execute the test task from the Gradle tab or run specific classes or tests from within the ide.