YY-CHR: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
m (graphics tools category)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:yychr.png|400px|right]]
__NOTOC__
[[File:yychr.png|400px|thumb|right|Original C++ version of YY-CHR.]]
[[YY-CHR]] is a tile editor which can handle NeoGeo [[sprites|sprite]] and [[fix layer|fix]] tiles with the help of converters like [[NGGTool]]. Two versions of the program exist, the original in C++, and a new version (YY-CHR.NET) using the .NET framework.


YY-CHR is a tile editor which can handle NeoGeo [[sprites|sprite]] and [[fix layer|fix]] tiles with the help of converters like [[NGGTool]].
==Features==
* 128*128 editing canvas
* Paste from bitmap
* Flip/rotate/shift in 5 different tile sizes
* Color replace
* Zone cut/copy/paste


Features:
==Versions==
*128*128 editing canvas
Both versions are similar, though the .NET version supports a few more formats out of the box.
*Paste from bitmap
*Flip/rotate/shift in 5 different tile sizes
*Color replace
*Zone cut/copy/paste


[[Category:Code]]
===YY-CHR (C++)===
The original version of the program runs better in WINE and has a selection tool not found in the .NET version.
 
===YY-CHR.NET===
The .NET version of the program runs better in Windows 7 compared to the C++ version. A third-party plugin named "NeoFixFormat" ([[File:NeoFixFormat_1.0.zip]]) is available for opening fix tiles without requiring conversion.
 
==Links==
* [http://www.geocities.jp/yy_6502/ Yy's Utilities] (Japanese)
** [http://www.geocities.jp/yy_6502/yychr/index.html YY-CHR.NET page] (Japanese)
** [http://www.geocities.jp/yy_6502/yychr/0yychr.html YY-CHR (C++) page] (Japanese)
 
[[Category:Tools]]
[[Category:Graphics Tools]]

Revision as of 23:54, 23 November 2015

File:Yychr.png
Original C++ version of YY-CHR.

YY-CHR is a tile editor which can handle NeoGeo sprite and fix tiles with the help of converters like NGGTool. Two versions of the program exist, the original in C++, and a new version (YY-CHR.NET) using the .NET framework.

Features

  • 128*128 editing canvas
  • Paste from bitmap
  • Flip/rotate/shift in 5 different tile sizes
  • Color replace
  • Zone cut/copy/paste

Versions

Both versions are similar, though the .NET version supports a few more formats out of the box.

YY-CHR (C++)

The original version of the program runs better in WINE and has a selection tool not found in the .NET version.

YY-CHR.NET

The .NET version of the program runs better in Windows 7 compared to the C++ version. A third-party plugin named "NeoFixFormat" (File:NeoFixFormat 1.0.zip) is available for opening fix tiles without requiring conversion.

Links