Skip to main content
GameDev.net gamedev.net
🔒 Locked

EffectEd - an HLSL editor

Started by thomasvantroyen Feb 5, 2012 at 8:03 PM 1 replies 2.3k views
Original Post
thomasvantroyen
thomasvantroyen
Hey,

A while ago I showed my first test version for a lightweight HLSL editor for integration in daily programming.

I have been working quite a bit on it since then (in spare time), so I now proudly present:

EffectEd v0.1

Main Features:
* syntax highlighting
* waterproof error checking using the Direct3D compiler
* intelligent code completion
* support for splitting D3D 11 shaders over multiple files (= compile using shaderprofiles)

Check out codeplex for the full feature list and details and watch the video to see it in action.

The binaries have some bugfixes that the sources don't have yet (had some big issues with an attempt to use GitHub and lost some work *grrr*)

greetings.
Xerios
Xerios
Sweet ! That's a pretty nice application.

You add a shortcut F5 or something for the compile and the ability to open drag & dropped file.
Also lighter line numbers or just the ability to disable them, maybe even letting it remember it's last window state ( maximized or not ), either way from now on this will be my new hlsl editing application =)
thomasvantroyen
thomasvantroyen
thanks for the ideas, it certainly still needs a lot of finishing work like the things you say. I certainly will implement your suggestions.

You will notice that the code completion data is far from complete/accurate, I didn't have decent resources or time. Feel free to let me know if you can provide me code completion changes.

You can also edit the code completion yourself (see explanations on codeplex) but i don't know how comprehensible that xml structure is

So, bugs, suggestions, changes --> let me know

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.