- ICE On-Calc Sprite Editor (Complete redesign underway)
- 22 Aug 2017 06:40:40 pm
- Last edited by Sam on 19 Apr 2018 12:53:10 pm; edited 6 times in total
This project is complete, but will have later updates. You can get the latest version here.
Preface: I would not be at all surprised to learn that this has or is being made as of now. Sorry for the redundancy, but I'm not trying to steal your idea!
I am creating an on-calc ICE sprite editor, written in both ICE and TI-BASIC. Here's why:
ICE program: Graphical hub; sprite dimension specifications, sprite editor, options
TI-BASIC program: Hex conversion, string imports/exports to the ICE program
The entire reason for the BASIC program is for the ability for completed sprite data to be stored in strings for later use, mostly just using Rcl to include it into an ICE program.
There is one issue though... As PT_ said in his ICE readme, there can be very bad results if an ICE executed BASIC program encounters an error such as a nonexistent string. I obviously want to put safeguards up against this. If anyone can tell me how to check if a string variable exists without creating an error, please let me know. This will be the only thing holding me back.
P.S. No source right now just because I don't want to embarrass myself with the lack of optimization.
Preface: I would not be at all surprised to learn that this has or is being made as of now. Sorry for the redundancy, but I'm not trying to steal your idea!
I am creating an on-calc ICE sprite editor, written in both ICE and TI-BASIC. Here's why:
ICE program: Graphical hub; sprite dimension specifications, sprite editor, options
TI-BASIC program: Hex conversion, string imports/exports to the ICE program
The entire reason for the BASIC program is for the ability for completed sprite data to be stored in strings for later use, mostly just using Rcl to include it into an ICE program.
There is one issue though... As PT_ said in his ICE readme, there can be very bad results if an ICE executed BASIC program encounters an error such as a nonexistent string. I obviously want to put safeguards up against this. If anyone can tell me how to check if a string variable exists without creating an error, please let me know. This will be the only thing holding me back.
P.S. No source right now just because I don't want to embarrass myself with the lack of optimization.