Hi Konsole Team!<div><br></div><div>First off, Konsole has always been my favourite terminal emulator. Great job guys!</div><div>(sadly having to install KDE puts me off on some installs due to limited space)</div><div><br>

</div><div><br></div><div>I'm taking (just finished really) an "Intro to Graphics" at my university (TuxRacer came out of this exact course at UWaterloo). And it was required of me to do a "project" for the course.</div>

<div><br></div><div>I did an OpenGL terminal emulator. As in each character is rendered individually (either using a Texture mapped font, or each of the pixels individually as 1x1x1 cubes). This allows for animations per character, and per line.</div>

<div>I've implemented multiple post-processing effects such as Motion Blur, Font Glow, and Reflection.</div><div><br></div><div>Now, to do my development, I used a heavily modified version of qtermwidget that I worked on in 2008 (an old version of Konsole 4 ported to pure Qt4). To start I worked at splitting out only TerminalDisplay.cpp into separate inheritable classes, so I could test the 2D and 3D renders in place. Currently I've been restricted to OpenGL 2.1 (which is what's supported on my system).</div>

<div><br></div><div>Anyways, before I say more, I probably should show some screenshots (both taken from a computer using an AMD 4870 using the opensource ati driver). It runs very well on recent Intel integrated graphics.</div>

<div><br></div><div><br></div><div>(This one still had some font alignment issues)</div><div><a href="http://imgur.com/bKdNs">http://imgur.com/bKdNs</a></div><div><br></div><div>(Glow, Spline Path, Skybox, Rotation animation, font alignment issues are fixed here)</div>

<div><a href="http://imgur.com/DoC1b">http://imgur.com/DoC1b</a></div><div><br></div><div><br></div><div>There are still lots of bugs, and the performance is lacking (still need to do heavy optimizations), but is showing good promise (did this in about 10 days while working on all my other crazy engineering courses :P).</div>

<div><br></div><div>So, my question is:</div><div>Would the Konsole team be interested in a feature like this?</div><div>I have no problems cleaning it up (and making it fast, though that will involve more invasive changes to Konsole since I would want to update the history/screen buffer and video buffer simultaneously in order to get rid of latency issues when updating characters and utilizing video buffer for buffer storage) and preparing it for review (according to whatever standards the Konsole team has).</div>

<div><br></div><div>The 3D renderer would, in no way, replace the current 2D renderer and would be designed to live beside it, so you could turn it on/off. (oh, and I've achieved pixel perfect emulation of fonts when using an Orthographic perspective mode, so yes, you can still use it like a normal terminal, my screenshots are just to show off features)</div>

<div><br></div><div><br></div><div>Here's the repo if any are interested (basic functionality is there, but I still have a lot of cleanup/optimization to do).</div><div><a href="https://bitbucket.org/HaaTa/baulktermgl/overview">https://bitbucket.org/HaaTa/baulktermgl/overview</a> </div>

<div>(Needs Qt 4.8, and GSL to build, and is only configured to use Terminus atm)</div><div><br></div><div><br></div><div>If there is interest. Let me know what the suggested next steps would be.</div><div><br></div><div>

If there isn't any interest (that's ok too), I'll be porting the updates from the latest Konsole into my version, and work on optimizing my features (and doing invasive changes as needed).</div><div><br></div>

<div><br></div><div>I'm also very interested in comments, and suggestions!</div><div><br></div><div><br></div><div>Thanks!</div><div>-Jacob Alexander</div>