• Stars
    star
    105
  • Rank 326,365 (Top 7 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created about 12 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

拝承 / hái ʃóu / hyper-context O.K.'ing protocol

Haisyo

Build Status

  • Windowsデスクトップ環境のダイアログリソースを微妙に拝承化します。 仕事してる気分になりますよね。

Haisyo

  • タスクバーにトレイが出ます。

Haisyo

動作環境

以下のOSで動作確認しました

* Windows 2000 sp4
* Windows XP sp3
* Windows 7 sp1 (32bit)
* Windows Server 2012 (64bit) (バージョン1.3.0から)

ライセンス

GNU GENERAL PUBLIC LICENSE Version 3でライセンスされた自由ソフトウェアとして提供されます。

GPLv3

スクリーンショット

Windows 2000

Windows Server 2012 64bit

ダウンロード

MinGWでビルドしました。

https://github.com/saitoha/Haisyo/releases/latest

ビルド方法

MinGWでビルド

  • MinGW環境を作ります。 Debianだと以下のようにしてクロスコンパイル環境を作ります。

    $ sudo apt-get install build-dep mingw-w64
    

    Mac/Cygwin/MSYS環境でもビルドできると思います。 できなかったらissueをたててください。

  • ./configure します。

    $ ./configure
    
  • make します。

    $ make dist
    
  • zip パッケージができます。 Windows環境にもっていってください。

  • 2014-04-19 64bit Windows に対応しました。

    x86_64なmingwが見つかると、64bit版フックDLL(haisyo64.dll)と サロゲート用実行ファイル(haisyo64surrogete.exe)を作成するようになります。

    64bitコンパイラが見つからないと32bit版だけ作ろうとするので、 明示的にこれを指定したい場合は、例えば

    $ CC=i686-w64-mingw32-gcc \
      RC=i686-w64-mingw32-windres \
      CC64=x86_64-w64-mingw32-gcc \
      RC64=x86_64-w64-mingw32-windres ./configure
    

    のようにして下さい。

MSVCでビルド (64bit非対応)

  • MSVC環境を作ります。

  • nmake します。

$ nmake -f msvc.mk
  • haisyo.exe と haisyo.dll ができあがります。 適当な場所に配置して下さい。

Cygwin + MSVCでビルド (64bit非対応)

  • Cygwinをインストールします。makeを入れておいて下さい。

  • Visual C++ 2008 を入れます。(Expressでいいです)

  • make します。

$ make -f cygwin-msvc.mk dist

環境により、ちょっとcygwin-msvcをいじる必要があるかもしれません。

More Repositories

1

libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
C
2,390
star
2

PySixel

View full-pixel color graphics on SIXEL-supported terminals(xterm/mlterm/DECterm/Reflection/kermit/RLogin/tanasinn/yaft)
Python
170
star
3

sixel

Mirror of "sixel" original version (kmiya's sixel). The origin of libsixel.
C
58
star
4

xserver-SIXEL

A X server implementation for SIXEL-featured terminals, based on @pelya's Xsdl kdrive server(https://github.com/pelya/xserver-xsdl)
C
57
star
5

trachet

Tell you what is happening on your terminal
Python
54
star
6

SDL1.2-SIXEL

SDL 1.2 with libsixel based video driver
C
49
star
7

tanasinn

三 ┏( ^o^)┛ < Terminal emulator extension for Firefox / Thunderbird / SeaMonkey.
JavaScript
47
star
8

rxvt-unicode-sixel

sixel graphics integration for rxvt-unicode(urxvt)
C
32
star
9

sentimental-skk

三 三 ( ´_ゝ`)< Japanese Input Method SKK (Simple Kana to Kanji conversion) on your terminal
Python
27
star
10

tff

Terminal Filter Framework: Provides basic interfaces for terminal I/O filter applications, and exports some default implementations such as Scanner, Parser ...etc.
C
19
star
11

xserver-xsdl-SIXEL

Xsdl kdrive server(https://github.com/pelya/xserver-xsdl) for SDL1.2-SIXEL(https://github.com/saitoha/SDL1.2-SIXEL)
C
14
star
12

canossa

Provides basic, transparent, off-screen(invisible) terminal emulation service, for terminal apps.
Python
12
star
13

PyDRCS

Make DRCS(Soft Character Set) glyphs for some terminals(DEC VT-series, RLogin, tanasinn, mlterm) from image files
Python
10
star
14

libsixel-perl

C++
7
star
15

zuse

A ecmascript like interpreter. supports x86 jit and IActiveScriptParse integration.
C++
6
star
16

eck

A fork of cygwin ck terminal emulator
C++
5
star
17

termprop

detects some terminal glitches and advanced facilities information
Python
5
star
18

libsixel-python

Python
4
star
19

aPSL

aPSL
C++
3
star
20

sixelterm

Display JPEG/PNG image with cat command, on some terminal supports SIXEL (RLogin/mlterm/tanasinn). Inspired by GateOne.
Python
3
star
21

heart-sutra-mac

The Prajnaparamita-Hridaya Sutra on Mac
Shell
2
star
22

ImageMagick-V7-SIXEL

Experimental fork of ImageMagick with SIXEL support
C
2
star
23

libsixel-ruby

C
2
star
24

drcsterm

DRCSTerm aims at reviving the DRCS(Dynamically Redefined Character Set) feature to the Terminal World.
Python
2
star
25

ImageMagick-SIXEL

An experimental fork of ImageMagick with SIXEL support (This repo is dead. SIXEL support is merged into upstream already)
C
2
star
26

cairo

C
1
star
27

jacot

jacot - Japanese Auto character encoding COnversion on Tty
Python
1
star
28

NeHe-SIXEL

SIXEL port of NeHe lessons
Shell
1
star
29

libsixel-php

C
1
star