Coder Social home page Coder Social logo

maulingmonkey / ttyrecmonkey Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 6.0 2.11 MB

PuTTY based TtyRec player written in C# using SlimDX

License: Other

C 90.84% Perl 3.07% C# 1.30% Shell 0.35% Python 1.31% CSS 0.01% Objective-C 2.66% Makefile 0.30% Inno Setup 0.16%
ttyrec slimdx csharp program d3d9 roguelike

ttyrecmonkey's Introduction

Screenshot

Quickstart

Please read LICENSE.txt for license terms

Downloads

See the latest Releases

Placeholder Controls

ZXCVBNM    Alter playback speed (-100x, -10x, -1x, 0x, +1x, +10x, +100x)
AS         Zoom In/Out

Contact

  • The author can also be contacted in the IRC channel #gamedev on irc.afternet.org under the alias MaulingMonkey
  • File github issues, I don't mind :)

Development

Dependencies

Grabbing the Source

You can browse and observe project development at https://github.com/MaulingMonkey/TtyRecMonkey

If you simply want to track changes, read only git access is available at:

	git clone git://github.com/MaulingMonkey/TtyRecMonkey.git
	svn checkout http://svn.github.com/MaulingMonkey/TtyRecMonkey.git

Building the Source

  • Open TtyRecMonkey.sln
  • Build it.
  • Select the project TtyRecMonkey and make it your startup project before running.
    • Alternatively, launch bin\x86\Debug\TtyRecMonkey.exe or bin\x86\Release\TtyRecMonkey.exe
  • Select a non-compressed ttyrec file and open it

Project Layout

PuttyDLL

PuttyDLL is a native C project which is almost a direct replica of PUTTY.DSP project from the official PuTTY source code.

Key differences:

  • It's been converted to a VS2008 project via the upgrade manager (which worked flawlessly)
  • It now generates DLLs instead of EXEs
  • _*_SECURE_NO_DEPRECATE have been added to supress warning spam from standard library functions
  • export.c has been added which exposes methods for PuttySharp (C#) to PInvoke
  • Other source files may be modified to expose more to export.c -- should be mostly cosmetic/making availbe outside the TU

PuttySharp

PuttySharp is a C# library which wraps the methods exposed by PuttyDLL for easier consumption in C#

It is currently small enough that it ended up well commented and designed. This probably won't last very long.

ShinyConsole

ShinyConsole is a C# program which provides and tests SlimDX/D3D9 based console text rendering

It is crufty and in need of sanitization.

It is used as a library by TtyPlayer, despite being a program.

TtyRecMonkey

TtyRecMonkey is the main C# program which is the point of this project. It is not well written.

It currently handles:

  • Parsing (to be spin off?) of TtyRecs
  • Basic playback of TtyRecs

ttyrecmonkey's People

Contributors

maulingmonkey avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ttyrecmonkey's Issues

Player should be able to search their replays

Should be multithreaded to avoid blocking playback
Search screen data rather than packet data to avoid straddling issues
If we end up having a seek bar, it should probably colorize the bar depending on where the search query was matched

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.