mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 12:36:38 +00:00
assets/html/help.html:Tips on using the keyboard: updated.
assets/html/help.html:Notate bene: added. assets/text/TODO: updated.
This commit is contained in:
parent
6d4db48ef0
commit
f012c628f2
@ -17,22 +17,31 @@ a:nth-of-type(2n+2), a { color: #ff0; }
|
|||||||
<h1>asciiblaster documentation</h1>
|
<h1>asciiblaster documentation</h1>
|
||||||
|
|
||||||
<span style="white-space: pre; color: white;">
|
<span style="white-space: pre; color: white;">
|
||||||
These are some handy documents which address some of the more obscure
|
These are some handy documents which address some of the more obscure features of asciiblaster:
|
||||||
features of the asdf.us color code tool:
|
|
||||||
|
|
||||||
<h2>Tips on using the keyboard</h2>
|
<h2>Tips on using the keyboard</h2>
|
||||||
These keyboard commands work in brush mode (square, circle, cross):
|
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
[ brush smaller
|
[ Decrease brush size
|
||||||
] brush bigger
|
] Increase brush size
|
||||||
ctrl~click on brush erase cell
|
<Alt> + <LMB> on canvas Fill brush with sampled color
|
||||||
ctrl~click on canvas draw with bg color
|
<Alt> + <Shift> + <LMB> on canvas Copy canvas to brush
|
||||||
shift~click on canvas draw line from last position
|
<Ctrl> + <LMB> on brush Erase cell
|
||||||
alt~click on canvas fill brush with sampled color
|
<Ctrl> + <LMB> on canvas Draw with background color
|
||||||
alt~shift~click on canvas copy canvas to brush
|
<Shift> + <LMB> on canvas Draw line from last position
|
||||||
rightclick on palette set bg color (when drawing with a letter)
|
<Shift> + <LMB> on character box Switch to next character set
|
||||||
|
<Shift> + <LMB> on stored brush Delete stored brush
|
||||||
h/t timb for guide
|
<RMB> on palette Set background color (when drawing with a letter)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<h2>Notate bene</h2>
|
||||||
|
Characters not forming part of the initial set in the character box beneath the colour palette
|
||||||
|
encode to, assuming UTF-8, 2-3 bytes in total vs. one (1) byte for those part of the initial
|
||||||
|
set (e.g. 0-9, A-Z, a-z, etc.)
|
||||||
|
|
||||||
|
Repeating patterns of alternating back- and foreground colours, and vice versa, are encoded
|
||||||
|
using a single (1) byte in mIRC format (video reverse) and as such save space, especially
|
||||||
|
with large numbers of repetitions or alternations.
|
||||||
|
|
||||||
|
<!--
|
||||||
|
vim:ts=2 sw=2 expandtab fenc=utf-8 foldmethod=marker nowrap tw=0
|
||||||
|
-->
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
1) bug: fix HTML & CSS
|
1) bug: fix HTML & CSS
|
||||||
2) document: constraints for video reverse
|
2) feature: {bold,italic,underline} attributes
|
||||||
3) document: Shift + LMB to delete brush, Shift + LMB to switch character sets
|
3) feature: draw w/ keyboard instead of [LR]MB
|
||||||
4) feature: allow to adjust cutoff warning threshold, {dis,en}able cutoff & print line numbers affected
|
4) feature: {line,measuring} tool
|
||||||
5) feature: {bold,italic,underline} attributes
|
5) feature: status bar w/ position, etc.
|
||||||
6) feature: keyboard instead of [LR]MB
|
6) feature: zoom {in,out} (esp. on Android)
|
||||||
7) feature: {line,measuring} tool
|
7) reimplement: ANSI (maybe,) {save,upload} as PNG & gallery, cutoff (print line #(s) affected, tunably,) shaders (maybe)
|
||||||
8) feature: status bar w/ position, etc.
|
8) releases: merge w/ MiRCARTools (into asciiblaster,) provide signed release APK
|
||||||
9) feature: zoom {in,out}
|
|
||||||
10) reimplement: ANSI, {save,upload} as PNG & gallery, shaders (possibly)
|
|
||||||
11) releases: merge w/ MiRCARTools (into asciiblaster,) provide signed release APK
|
|
||||||
|
Loading…
Reference in New Issue
Block a user