Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple vt100.js from main project #280

Open
GoogleCodeExporter opened this issue May 16, 2015 · 0 comments
Open

Decouple vt100.js from main project #280

GoogleCodeExporter opened this issue May 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I used the full ShellInABox project for awhile, and always loved how nicely 
accurate the VT100 Terminal Emulation is, and how well it works on multiple 
platforms.  I used it for a terminal-based based game last year, but found that 
the scalability of using ShellInABox for such a project wasn't good...

This lead me to rewrite the game engine in WebSockets, and originally I used 
jquery.terminal as the Terminal...  It was very lackluster and didn't support 
any VT100 control commands.  As my game is growing, I am in need of full VT100 
emulation again, and so I have once again turned to ShellInABox, but not the 
server-side component.  I have to the best of my ability decoupled vt100.js 
from ShellInABox.  Unfortunately using vt100.js in a standalone project isn't 
provided anywhere, and only a demo.js was slightly helpful.

So, I'd like to see vt100.js spin into it's own project, so that it can be used 
without ShellInABox.  Here's a link to my terminal-based game that uses 
vt100.js, as an example:

http://www.hackers-edge.com/play/

At the time of this writing, the game is currently in closed beta, however I'd 
be glad to give you beta access just for creating such a great VT100 terminal 
emulator:  ABBHF (Invite code)

Original issue reported on code.google.com by [email protected] on 15 Feb 2015 at 12:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant