Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Builderboy on February 18, 2010, 12:30:28 am

Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 18, 2010, 12:30:28 am
Yeah, maybe I should try to make a program in java that allows you to input a desired tile, and then it finds the correct combination, or at least some that are close O.o
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on February 18, 2010, 04:10:28 pm
That would be awesome!  Can you make that? ;D
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 18, 2010, 05:07:31 pm
I think so, I have a tilesheet on my computer of all the single characters, so it should be a couple days and I'll have it up and running! (hopefully D:)
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 18, 2010, 05:45:06 pm
it would be cool, have it so it can do both Pi and Serenity style. I had one in TI-BASIC before but it was too slow so it was too tedious to use x.x
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 18, 2010, 06:25:06 pm
Yeah i imagine it would be very slow in TiBasic, there are so many possibilities...

As it is it will probably take a few seconds in Java :P
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on February 18, 2010, 06:42:07 pm
This sounds awesome! Good luck, and I wouldn't mind the time. (Though max for me would be about 1 minute.) :D
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: TIfanx1999 on February 18, 2010, 08:59:31 pm
Wow Builderboy, that'll be an extremely useful utility. I'm sure alot of people will make good use of it. =D
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 19, 2010, 03:52:23 pm
Alright, the utility is nearing its completion, I should have a working version out by the end of today  8) It will support both Duel and Shifted Text Sprite graphics, and fuzzy logic to find close matches ;D
Title: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 19, 2010, 04:45:48 pm
nice, will it support favourites? It could let you store your favourite combinations with a small use description for example and not have to search through the entire char table again
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 19, 2010, 07:35:56 pm
Um probably not as I don't know of any way to write to files, but It will display the two characters needed to make the combined sprite, and you could write them down if you wanted to.  Its not really a Storage program, but more like a program to find the right combinations of characters to get a desired sprite.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 19, 2010, 08:07:32 pm
oooh ok, well if you can write them down (providing they can be saved, due to the whole unicode/ascii issues) it would be nice enough.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 19, 2010, 08:25:15 pm
Alright here is version 1.0.0

It supports both Duel and Shifted text sprites, and a snappy interface :P.  Click on the pixels to toggle them, a preview will appear in the bottom right.  Click the search button to search for potential matches.  They will be displayed on the right in descending order, with best match on the top left and then moving in columns to the right.  Some simple graphical tools were implemented, but nothing fancy, just Invert and Clear.  Press the Shifted button to switch between shifted and non-shifted tiles.  Move your cursor over a preview to see the two tiles that are used to make it, they appear in the bottom middle underneath all the potential match previews.

Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Eeems on February 19, 2010, 08:31:35 pm
wow! it's great!
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 19, 2010, 08:54:31 pm
oh wow you even did a searcher for them XD nice. Would it be possible to have a mode where you can view every characters and let you combine them, tho, or would it be too hard?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 19, 2010, 09:13:40 pm
No, actually that would be pretty easy :P I probably would put it in a separate program though, since its a different kind of concept
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 19, 2010, 10:20:38 pm
aaah ok, it would be cool to have a set of Omnimaga tools to help making ascii stuff quicker ^^

In the future someone should make a PC map editor to create string-based single, dual/shifted ascii tilemaps and have them be converted to unicode+basic code equivalent for pasting in TI-Graph Link or other TI-BASIC editors, for ppl who program on the PC instead of on-calc
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on February 19, 2010, 10:35:01 pm
Excellent!! This is great! I will be using this in Elmgon. I'm 100% sure.  Great job!  This is really nice. ;D

Great job!
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on February 21, 2010, 11:58:44 am
This is an amazing program!  Can you upload a string of all the characters used, because I can't find them all.  For example, I want to use the )) token? ;D
Thanks! :)
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 21, 2010, 01:18:04 pm
Oh, blast.  The )) doesnt seem to be a token, but a character.  I used the asm in 28 days character sheet, and so I think some of them can't be found using Programs like Xtravar.  What were some of the others?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 21, 2010, 07:40:22 pm
Isn't the 28 day sheet like outdated? IIRC it was the one from OS 1.14 or older. Or maybe I am wrong...
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on February 21, 2010, 08:34:26 pm
That was the one I found, but I assumed there were more.  So there's no )) ?  =\ 
 *ZTrumpet wanted the '))' char... ;D
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 21, 2010, 09:01:45 pm
I don't, I didn't see any chars that i hadn't seen before on Xtravar, but I can't say for sure if it is missing any O.o
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on January 30, 2011, 02:28:33 pm
*Bump*

I was using this today, and I had an idea:
What if you could click on one of the preview tiles and the editable tile would change to the one clicked?  Wouldn't that be cool?! ;D

By the way, thanks for making this in the first place. :D
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on January 30, 2011, 02:31:43 pm
Why i think that would be an excellent idea! :D I think I will add that!  As well as make the prediction detection better, it seems to sometimes do multiple repeats of the same tile sometimes
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on January 30, 2011, 02:32:18 pm
Oh, and can you get rid of the '))' ?  Thanks. :)
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on January 30, 2011, 02:41:36 pm
oh good idea, i'll do that :)
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: meishe91 on January 30, 2011, 03:12:11 pm
Ya, this is a great program. However I've been having trouble with it lately :( Every time I try to run it the selection boxes where you click will get filled with random words and not be correct and such. Any thoughts?

Also, good luck on the updating it part.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on January 30, 2011, 04:18:51 pm
Hmmm interesting, could you post a screenshot?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: meishe91 on January 30, 2011, 04:33:09 pm
I'll try. I've reformatted my computer, again, since then but I'll see if it's still happening.

Edit:
Ya, it's still happening so I'll get the screenshots up in a minute.

(http://img.removedfromgame.com/imgs/Screenshot1.JPG)
(http://img.removedfromgame.com/imgs/Screenshot2.JPG)
(http://img.removedfromgame.com/imgs/Screenshot3.JPG)

That's basically what happens. But everything is always jumping and jittering around, not just stationary.

I mean it still works and everything but it's just looking weird. You have to use the tiny example to see what you're making.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on January 30, 2011, 05:24:35 pm
Can you add some more text that tells us how many bytes the tile the cursor currently highlights is?

Edit: The sprite for '2' is messed up bad.  Please fix this. :)
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on January 31, 2011, 01:26:26 am
O.O wow it looks like your file may have gotten corrupted, try re downloading.  That may have been the problem with you too Z, the 2 sprite for me is fine.  Weird things O.O Try re downloading both of you and see if its fixed?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: meishe91 on January 31, 2011, 08:26:15 am
I have tried redownloading it. Multiple times. The only other thing I can think of really is if something in the newer Java updates messed something up but I don't know.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on January 31, 2011, 11:23:05 am
Weird, I just downloaded it myself and got no problem ??? Hmmmm..... i'll have to see what i can do
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: kalan_vod on January 31, 2011, 04:12:10 pm
Works great, fast too! While it is "searching" maybe you can have a % complete or something?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on January 31, 2011, 04:23:52 pm
I suppose a percent could work, although maybe I'll do a progress bar instead :P Nice to know you like it ^^ You havent had any of the problems described in this thread?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: ztrumpet on January 31, 2011, 04:46:01 pm
That may have been the problem with you too Z, the 2 sprite for me is fine.  Weird things O.O Try re downloading both of you and see if its fixed?
Here's what I get.  The first result (top corner) is highlighted, and, as you can see, the sprite for '2' is wrong.  Verify this on your calc; it's what I did. :)

Edit: Woah, big pics. :(  Sorry about that.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: Builderboy on February 01, 2011, 01:34:36 am
Huh it does seem that the 2 sprite is slightly off O.O I'll fix that :D
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on February 02, 2011, 03:26:38 am
It would be nice to see more updates on this :D. A map editor would be cool actually, as well as saving char combinations.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: meishe91 on March 03, 2011, 04:50:25 pm
Bump.
Any news on this?
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on March 04, 2011, 02:32:16 am
Do you mean about your java issue? Because it could very well be a problem on your end rather than Builder's. :(
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: meishe91 on March 04, 2011, 02:39:46 am
I just meant in general.
Title: Re: Java dual-layer ASCII char combinations finder (SPLIT FROM ELMGON)
Post by: DJ Omnimaga on March 04, 2011, 02:58:13 am
Ah ok. It would be nice to see some features added to this. My favorite would definitively be saving combinations of characters. :D