New productivity upload: Living Type - A Chinese Word Processor

Chat about anything CX16 related that doesn't fit elsewhere
Post Reply
Inkbox
Posts: 4
Joined: Thu Oct 27, 2022 1:42 am

New productivity upload: Living Type - A Chinese Word Processor

Post by Inkbox »




Living Type - A Chinese Word Processor




View File






Living Type for the Commander X16




A Chinese Word Processor for the Commander X16 that supports 10,000 Chinese characters.


The program itself is called "HUOZI.PRG" and the resources should be kept in a folder called "huozi" on the SD card or file system.


Huozi is the romanization of 活字, the name given by Bisheng to his 11th century invention of moveable type.


IMPORTANT: The huozi folder and should be kept in the same folder where the Commander X16 emulator is located in order to run properly.


LOADING:




From the home screen of the Commander X16 load the program with


LOAD "HUOZI/HUOZI.PRG"




Followed by


RUN




Once the program is loaded press any key to get past the title screen.


CONTROLS:




To toggle Chinese input press: SHIFT + SPACE


To toggle Command Mode press: CTRL + C


There are 4 commands the program can preform:


1. save




save [filename]




Which saves a binary text file to the huozi folder and [filename] represents your given name to the file


2. load




load [filename]




Which loads a binary text file from the huozi folder and [filename] represents the given name of the file


3. new




new




Which creates a new document for the user (erasing all current data held in memory)


4. color




color [0-9]




Which sets the text color to one of the ten selected colors


Demo




In Command Mode try out


load data



 




To see a text file containing 4800 Chinese Characters


load david




To see some PETSCII art







 
Stefan
Posts: 454
Joined: Thu Aug 20, 2020 8:59 am

New productivity upload: Living Type - A Chinese Word Processor

Post by Stefan »


It seems to work without any apparent bugs. I also tried to run it in the current master branch emulator with the -randram option, and that worked too.

Commands are specified in a command box at the bottom of the screen similar to Vi. Have you thought of actually naming commands in the same way as in Vi?

Now I only need to learn Chinese ?

Inkbox
Posts: 4
Joined: Thu Oct 27, 2022 1:42 am

New productivity upload: Living Type - A Chinese Word Processor

Post by Inkbox »


I never thought about using Vi commands, and I'm not planning on any additional features for this program at the moment, so perhaps I'll keep that in mind incase of any future updates to it. 

ZeroByte
Posts: 714
Joined: Wed Feb 10, 2021 2:40 pm

New productivity upload: Living Type - A Chinese Word Processor

Post by ZeroByte »


This is impressive

yosi2112
Posts: 1
Joined: Sun Aug 06, 2023 3:51 pm

Re: New productivity upload: Living Type - A Chinese Word Processor

Post by yosi2112 »

I am looking for the source code for this word processing software, but github only has compiled binaries.

The purpose is to create a software modified for Japanese.
If possible, could you please release the source code?
Post Reply