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 - tr1p1ea

Pages: 1 ... 16 17 [18] 19 20 ... 44
256
Computer Usage and Setup Help / Re: help renaming
« on: July 02, 2013, 01:35:34 am »
Are all of these files the same file with different names that you want to change? The only issue is that you could have done it manually by now :).

Can you post a screenshot of the exact contents of your folder?

257
Computer Usage and Setup Help / Re: help renaming
« on: July 02, 2013, 12:44:46 am »
Its not really possible to have more than 1 file with the same name in the same directory (in most cases at least).

Are you looking to create a heap of files with sequential filenames or is it something else.

Basically what exactly are the files that you have?

258
ASM / Re: Splash screen test on TI-84+C
« on: July 02, 2013, 12:34:28 am »
RLE is typically not that great for images that have a lot of detail. Huffman should work better, but i would also suggest trying puCrunch as well (though most puCrunch compressors wont work with anything over 64KB so it may need to be split? (Though im sure this can be rectified)).

EDIT - I tested it with a puCrunch compressor just quickly and it compressed the image down to 50.5% of its original size, which is promising.

259
ASM / Re: [z80] 16 by 16 signed division
« on: July 01, 2013, 06:09:56 pm »
Are you cooking up some more 3D stuff? :).

I only ask because sometimes it is faster to multiply by a reciprocal than do a division.

260
TI-BASIC / Re: A 3D development project
« on: July 01, 2013, 01:45:26 am »
I complete 3D system involves a fair bit of groundwork. That said you can make simple enough 3D projects if you dont require full 6-degrees-of-freedom movement. Luckily an FPS doesnt require this which is why you can get away without the need to store orientation in matrices/quaternions etc.

261
Other / Re: z80-like portable computer for <$30! (If you build one)
« on: June 27, 2013, 09:25:31 pm »
Perhaps there could be 2 systems designed?

262
Other / Re: z80-like portable computer for <$30! (If you build one)
« on: June 27, 2013, 06:21:52 pm »
'The Omnimaga Portable Computer Kit' ?

My main suggestion would be to go for something that is very low power, especially if portability is a goal of this project.

263
Calculator C / Re: We MUST port that to Ndless
« on: June 27, 2013, 05:42:20 pm »
There are also some cool water demos that have been shown on omnimaga.

264
TI Z80 / Re: xLIB 84C Edition
« on: June 27, 2013, 12:17:56 am »
So you mean that fonts are 'fixed-width' in that every character occupies the same space? As opposed to variable width fonts where 'W' and 'I' take up a different amount of space?

There are advantages to both kinds i guess, in actuality it should be easy enough to specify which method you want to use.

265
TI Z80 / Re: xLIB 84C Edition
« on: June 25, 2013, 09:52:53 pm »
Coloured fonts are part of the plan :).

266
TI Z80 / Re: [Axe] The Cutting Edge of Axe (an Axe 4k demo program)
« on: June 25, 2013, 09:14:21 pm »
Great work! There was a pong competition years ago that would have suited the ball part :).

The flaming cube is great!

267
TI Z80 / Re: Presidential Database CSE
« on: June 25, 2013, 02:28:09 am »
You are correct that there isnt room for much gray in a 256 standard colour pal. That being said since most of the colours in all images are very similar, you could have 192 colours and 64 grays - using a global 256 colour palette and an 8-bit index per pixel?

268
Other / Re: Concept art: Consolized TI83+
« on: June 24, 2013, 07:59:21 pm »
Well benryves did make a TI-83+ output on a television! Perhaps a calc console would be a reality?!

269
TI Z80 / Re: Presidential Database CSE
« on: June 24, 2013, 07:55:46 pm »
It would seem a shame to not be able to make use of colour on the 84C for some of these images.

270
TI-Nspire / Re: [Ndless C] nRayC, a raycasting library for TI-Nspire
« on: June 24, 2013, 05:33:53 pm »
Lol, there are a few ways that you can achieve doors, however it will require modification of the wall detection loop since you need to allow for the fact that doors are 'half-way' in a wall (or offset by half a wall etc) and sometimes reinstate a ray if needed (like when its opening).

That said, its not on the plan yet, but something to think about.

Pages: 1 ... 16 17 [18] 19 20 ... 44