New Features:
- Instant return from desktop from Bench apps (doesn't include SBTCVM-DOS)
- new wallpaper via PLRLE image compression technology.
- Newly reworked with the new SBTGA Plotter Buffer System for more impressive graphics.
New Features:
fttarget, (or Falling Ternary Targets) is a `falling target` style plotter game for SBTCVM Gen 2. it joins Oncoming Trains as one of Gen 2's two SBTGA-based example games.
While, its not possible to adequately depict here, SSTNPL has recently gotten a HUGE performance improvement across the board. the reason? fairly simple actually....
null is an SBTCVM Assembly keyword that maps to the opcode 0 in the SBTCVM G2x ISA. for a unfortunate amount of time SSTNPL has been using nulls as an easy way to target the next block of generated assembly with a label, there were two problems with this, however:
enter zerosize. this fairly obviously named assembler keyword, doesn't generate much of anything at all... its sole purpose is to make it possible for compilers, like SSTNPL's compiler, to target the next line of assembly code, without writing that line first.
as simple a change as this may be, its definitely improved performance of many different SSTNPL modules and applications.
575x575 tritmap |
BINRLE is an efficient 2-tone RLE image compression format supported by the BINRLE options in gfxcon.py
it features 2 additional interpolated conversion modes:
2-line interpolation |
4-line interpolation |