Is there any GLSL shader editor written in pb?

Advanced game related topics
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 782
Joined: Fri Dec 04, 2015 9:26 pm

Is there any GLSL shader editor written in pb?

Post by skinkairewalker »

Is there a GLSL shader editor written in purebasic, so I can test and debug my own shaders?

the goal is to adapt according to my needs... xD
threedslider
Enthusiast
Enthusiast
Posts: 396
Joined: Sat Feb 12, 2022 7:15 pm

Re: Is there any GLSL shader editor written in pb?

Post by threedslider »

Nope :D

You need to write your own shader in GLSL on either embedded text or a file external, if you need for help so ask to pf shadoko, he knows well to this.

Good luck :wink:
threedslider
Enthusiast
Enthusiast
Posts: 396
Joined: Sat Feb 12, 2022 7:15 pm

Re: Is there any GLSL shader editor written in pb?

Post by threedslider »

By the way see this viewtopic.php?p=578247#p578247

Hope that will help you.
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 782
Joined: Fri Dec 04, 2015 9:26 pm

Re: Is there any GLSL shader editor written in pb?

Post by skinkairewalker »

threedslider wrote: Mon Dec 30, 2024 2:31 pm By the way see this viewtopic.php?p=578247#p578247

Hope that will help you.
works fine :)
thanks !!
Post Reply