Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AssemblyBandit

Pages: 1 ... 17 18 [19] 20 21 ... 26
271
TI Z80 / Re: IViewer
« on: August 08, 2013, 04:05:07 am »
DJ: I'm going optimize the regular drawing routines and add a specific routine just for drawing library images. I can't say these images will be small but they will be fast  ;D.

Because there's already XLib and Celtic for speed and ease, I want to focus this more on higher quality images to be used with them and BASIC but also be a reasonable option to make study cards or simple games.

Thanks tr1p1ea and Sorunome!

Found that bug, here's a demo...  :w00t:

Theres another bug: If a name is one char it won't be found in the library.

272
Other / Re: DevBoard eZ8 for $14
« on: August 07, 2013, 04:17:42 am »
Keoni29: That's good to know! I really didn't bother to look at the features, when you told me about it, I just bought it :D I think the cable might be of use for other stuff as well if different adapters were created for it. By the weekend it should be here.

273
Wow! That's pretty amazing!

274
Other / Re: DevBoard eZ8 for $14
« on: August 07, 2013, 04:06:38 am »
That sucks, I just got mine for $47 with shipping! This board looks nice though!

275
TI Z80 / Re: IViewer
« on: August 07, 2013, 03:27:58 am »
I'll make a better test tomorrow. The flicker comes from the slow time it takes from drawing over it with black pixels to redrawing the sprite. It will be a little faster with no flicker once I implement low res (160x240) mode.

276
TI Z80 / Re: gCn picker
« on: August 07, 2013, 03:17:49 am »
Awesome.

277
TI Z80 / Re: IViewer
« on: August 07, 2013, 03:07:56 am »
Thanks DJ Omnimaga and Art_of_camelot. Here's a video demonstrating the speed. I'm not too impressed with it  :'(


278
TI Z80 / Re: IViewer
« on: August 07, 2013, 02:24:56 am »
It draws any image that you create with the Developer Image Converter. At the minimum you can have a 1bit image (any two colors out of 262144) compressed with RLE. The AppVar would probably be next to nothing in size. It can draw an image anywhere on screen but right now there is no clipping so it has to stay somewhere on the screen. I'll make another demo video in a minute and try to make a pong game with it to demonstrate its speed.

279
TI Z80 / Re: IViewer
« on: August 07, 2013, 02:07:39 am »
Here's a demo on the BASIC Library, I have one more bug to remove before I release a demo here. It's been a pain trying to debug this! In the video I draw an image named 'COLOR', but I have another image that is the exact same thing named 'HCOLOR'. It will not draw 'HCOLOR' for some reason. They both draw in the IViewer app but 'HCOLOR' will not work with the library  :banghead:


280
TI Z80 / Re: IViewer
« on: August 04, 2013, 04:59:55 am »
I have removed the huffman compression (a few days ago), I didn't realize that Jimmy Mardell's compressor is 64k max. Compressing an image in parts barely compresses better than RLE so I just took it out for the time being. Pucrunch has the best compression ratio but its compressor is also limited to 64k. I will come up with a better solution later. I was wondering, is xLib an actual library or does it use the parser hook? (in other words, did tr1p1ea already have the equates I found?) DJ, I'm almost finished with the latest version of IViewer. I've been adding library functions so that it can display images from TIBASIC and asm programs. I suck at BASIC programming, so I def need some feedback on it. I haven't finished it completely yet (about half way done) but here's a list of the functions I'm implementing or already have:
 :w00t:
Initialize(version)
DrawImage(x,y,image name)
DrawSprite(x,y,image name)
FillScreen(red,green,blue,screen)
CopyBackground(x,y,width,height,id)
PasteBackground(id)
WriteText(x,y,text)
HideScreen()
ShowScreen()
LowRes()
HighRes()
LowColor()
FullColor()
InvertScreen()
SwitchScreen()
OSDefaultScreen()
GetVersion()

I can't wait till I test it out, I pray it will be fast enough  XD I will release it today no matter how far I get, maybe it will be finished so I can make a video demonstrating what its capable of.

281
Miscellaneous / Re: Post Your Cave
« on: August 02, 2013, 05:56:23 am »
Streetwalker: Yeah, its still a mess! I probably have the worst looking 'cave' here :( Nothing matches in my room, there is not one piece of furniture in my room that I have bought, now that I think about it, its all stuff that people just give to me and I just put it around everywhere. I have 3 desks but I'd have to sit too close to the screen and my neck would be killing me. When I move out of here though, it's all staying! I'm thinking of getting a table and cutting the legs in half so that I don't have to look up all the time.

282
TI Z80 / Re: IViewer
« on: August 02, 2013, 02:29:27 am »
Some new equates for the library hook on the ti84+c:
$4f48 = enable lib hook
$4f51 = disable lib hook
$9e61 = hook address

I'll add it to WikiTI soon.

283
Other Calculators / Re: OmnimagaTV- How to upload your videos
« on: July 29, 2013, 04:56:39 pm »
Hey where is that HD intro at?

284
TI Z80 / Re: IViewer
« on: July 29, 2013, 02:57:02 am »
Thanks Sorunome! I have finished the Easy and Developer versions of the Image Converter and have implemented huffman compression, selectable image depth, h=l mode, high color mode, and background color selection. Now I just have to update the app, do some bug testing, then I'll make a video. Maybe I'll be finished sometime today or tomorrow.

285
Miscellaneous / Re: What is your signature?
« on: July 28, 2013, 02:48:03 am »
Darl181: Your project bar is awesome!

Pages: 1 ... 17 18 [19] 20 21 ... 26