Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.36 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.36 KB

edmerix.github.io

My "terminal-esque" personal website. The design is based on my Terminal.js class.

This is the static version of the site, and so multiple features have been removed.

Core functions are auto-loaded from core.js, while base programs are loaded from programs.js, and extra functions that can be installed during use are in the pkg directory.

It is entirely class-based, so multiple terminals can run side-by-side with their own installations, and all functionality is easily extensible. See eg_program.js for an example of how to code a "program" that can be installed, rather than just a function (only written for explanation purposes), and notebook.js for an example of an actual "windowed" program.

Screenshot

Emerix Terminal in action with multiple sessions

Credits