Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
100 stars 30 forks source link

Integrate compiler #2

Open Darkyenus opened 10 years ago

Darkyenus commented 10 years ago

Via JOGL or stripped down LWJGL?

AbigailBuccaneer commented 9 years ago

It might be nice to also support using the GLSL reference compiler if it's installed on the user's system. It's not only guaranteed* to be correct, but it also often gives more meaningful error messages than GL driver compilers.

Darkyenus commented 9 years ago

Integrating reference compiler might be even easier (than full compiler). Plugin could download it on demand (via hardcoded link to binaries, custom link or custom binary) to a temporary folder (or project folder, or something like that) and execute.