Home

Awesome

oneko-uxn

日本語版 README はこちら

This is a port of oneko-sakura to uxn using chibicc-uxn.

Download the uxn ROM here

Warning: If you run uxnemu oneko-uxn.rom and just get a black screen, this is due to a bug in uxnemu that was only fixed very recently. The workaround is to add at least one option, e.g. uxnemu oneko-uxn.rom -neko.

Manual

The program oneko creates a cute cat chasing around your mouse cursor.

SYNOPSIS

uxnemu oneko-uxn.rom [-help] [-tora] [-dog] [-bsd_daemon]
                     [-bsd] [-sakura] [-tomoyo]
                     [-time n] [-speed n] [-idle n]
                     [-position x,y]
                     [-rv] [-fg xxx] [-bg xxx] [-mask xxx]

DESCRIPTION

oneko-uxn changes your mouse cursor into mouse and creates a little cute cat and the cat start chasing around your mouse cursor. If the cat catchup the “mouse”, start sleeping.

OPTIONS

-help
Prints help message on usage.

-tora
Make cat into "tora-neko". "Tora-neko" means cat with tiger-like stripe.

-dog
Runs a dog instead of a cat.

-bsd_daemon
Runs a 4.3BSD daemon instead of a cat.

-bsd
Same as -bsd_daemon.

-sakura
Runs Sakura Kinomoto instead of a cat.

-tomoyo
Runs Tomoyo Daidouji instead of a cat.

-time interval
Sets interval timer which determine intervals for cat animation. Default value is 125 and unit is milli-second. Smaller value makes cat run faster.

-speed distance
Specify the distance where cat jumps at one move in dot resolution. Default is 16.

-idle speed
Specify the threshold of the speed which “mouse” running away to wake cat up.

-size widthxheight
Specify width and height of window in pixels.

-position x,y
Specify X and Y offsets in pixels to adjust position of cat relative to mouse pointer.

-rv
Reverse background color and foreground color.

-fg color
Foreground color. Color is three hexadecimal digits (RGB).

-bg color
Background color. Color is three hexadecimal digits (RGB).

-mask color
Mask color. Color is three hexadecimal digits (RGB).

CONFIGURATION

You can put configuration options in a file called oneko-uxn.defaults. Each line should have the format option: value, for example tora: true for tora-neko mode.

Options:

neko, tora, dog, bsd_daemon, sakura, tomoyo
Set one of these to “true” to pick a character.

time
Sets interval timer in milli-second.

speed
Sets distance to jump in pixel.

idle
Sets speed threshold to wake cat up when ``mouse'' running away.

size
Sets width and height of window in pixels. Width and height should be separated by x.

position
Sets X and Y offsets in pixels to adjust position of cat relative to mouse pointer. Offsets should be separated by comma (,).

reverse
Set “true” if you want to switch foreground and background color.

foreground
Foreground color. Color is three hexadecimal digits (RGB).

background
Background color. Color is three hexadecimal digits (RGB).

mask
Mask color. Color is three hexadecimal digits (RGB).

ACKNOWLEDGEMENTS

BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.

Sakura Kinomoto and Tomoyo Daidouji are characters in a comic strip "CARDCAPTOR SAKURA" (CLAMP, Kodansha), with the sanction indicated in CLAMP SCHOOL WEB CAMPUS (http://www.clamp.f-2.co.jp/).

AUTHOR

Original xneko is written by Masayuki Koba and modified to oneko by Tatsuya Kato, and modified furthermore by John Lerchey, Eric Anderson, Toshihiro Kanda and Kiichiroh Mukose. Port to uxn by hikari_no_yume.

History of oneko-uxn

oneko-sakura is one of the many versions of “Neko”. Lineage: oneko-sakura by Kiichiroh Mukose et al (see README) ← oneko by Tatsuya Kato et al (see history website) ← xneko by Masayuki Koba. The original Neko is Neko.COM by naoshi, see Japanese Wikipedia.

This port is based on version oneko-1.2.sakura.5 from http://www.daidouji.com/oneko/distfiles/oneko-1.2.sakura.5.tar.gz. An unmodified copy is included at original/oneko-1.2.sakura.5.tar.gz. The original/ directory also contains the original documentation files, converted to UTF-8 for easier reading.

This port is by me, hikari_no_yume. I helped create chibicc-uxn and wanted to try using it to port a “real” application.

Changes from oneko-sakura

You can see a diff here: https://github.com/hikari-no-yume/oneko-uxn/compare/original-UTF-8..trunk.

New features:

Changed features:

Removed features: