Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 719 Bytes

README.rst

File metadata and controls

17 lines (11 loc) · 719 Bytes

GLShell

GLShell is an integrated development environment (IDE) enhanced with OpenGL rendering.

It uses integrated terminals in tabs to support full versions of all common editors such as Emacs, Vim, Nano, and Pico. File browsing is enhanced with 3D OpenGL visualization of directory and file trees using force-directed placement. The underlying terminal emulation was originally forked from Siva Chandran's TermEmulator project (https://github.com/sivachandran/TermEmulator).

Run with: cd GLShell && python3 glShell.py

Screenshot of GLShell.

Development

GLShell source code and tracker are at https://github.com/avose/GLShell.