ImGuiColorTextEdit icon indicating copy to clipboard operation
ImGuiColorTextEdit copied to clipboard

Screenshots

Open BalazsJako opened this issue 8 years ago • 16 comments
trafficstars

image

Origin: https://twitter.com/luksamuk/status/916003118575489024

BalazsJako avatar Oct 05 '17 20:10 BalazsJako

@itamango's GUI uses it:

image

Origin: https://github.com/ocornut/imgui/issues/1269

BalazsJako avatar Nov 19 '17 09:11 BalazsJako

Using it in my own engine as a live shader editor/inspector within my frame capture facility:

image

Tooltips for identifiers are provided by using reflection service of DX11.

BalazsJako avatar Nov 19 '17 09:11 BalazsJako

Scant Assembly game uses it: image Source: https://daivuk.itch.io/scant-assembly

BalazsJako avatar Nov 22 '17 08:11 BalazsJako

The TextEditor in Graphite, using the new Light style of ImGui 1.53.

texteditor

BrunoLevy avatar Jan 14 '18 18:01 BrunoLevy

Nice one. :)

BalazsJako avatar Jan 17 '18 07:01 BalazsJako

Some fun with retro color scheme and VGA fonts.... :)

retrovga

BalazsJako avatar Jan 17 '18 18:01 BalazsJako

rcrl - Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)

gif showcase

onqtam avatar Feb 13 '18 18:02 onqtam

Making progress with the TextEditor in Graphite:

editor_tooltips

Interfaced the editor with a Lua interpreter and an object model. Tooltips are generated dynamically from the object model.

BrunoLevy avatar Mar 12 '18 18:03 BrunoLevy

screenshot from 2018-04-27 15-50-27 Origin

cheako avatar Apr 27 '18 20:04 cheako

Zepto8: A PICO-8 emulator and IDE by @samhocevar image

BalazsJako avatar Apr 11 '19 07:04 BalazsJako

I've been working on a lua scripting API for modding Red Faction Guerrilla Re-mars-tered. Added this editor into the tools overlay and I'm very happy with it so far. Hooked up the lua error reporting with the editor and I load in identifier definitions from a json file so anyone can edit them.

rfg_FuHcw7CZe2

Once the API is more mature I'm going to see if I can setup a way to open the online docs page for a type in browser by placing the cursor on it and pressing F1, as visual studio lets you do. That way I won't be partially recreating the docs separately for the editor mouse-over info.

Moneyl avatar Jun 30 '19 03:06 Moneyl

Nodable uses imGuiColorTextEdit !

img

I'm not using the lastest version, but I'll update it soon. Thanks to @BalazsJako and all contributors.

berdal84 avatar Jul 01 '19 07:07 berdal84

Added a simple file explorer so people can more easily browse sub-folders. Recursively scans the scripts folder and all it's subfolders. At some point I wanna add tab / multi-file support as well.

rfg_mPvHfkBd47

Moneyl avatar Jul 07 '19 21:07 Moneyl

My project SHADERed uses your amazing ImGuiColorTextEdit!

Screenshot

dfranx avatar Aug 28 '19 13:08 dfranx

BabylonCpp uses this superb editor.

image

pthom avatar Nov 09 '19 13:11 pthom

A code editor i made with this library

https://github.com/LordManjush/Cling/tree/master

3

LordManjush avatar Oct 31 '23 12:10 LordManjush