1951
Introduce Yourself! / Re: yay didnt get my peanuts.....:D
« on: September 30, 2010, 04:45:16 pm »
i see 13
EDIT: Ninja'd
EDIT: Ninja'd
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. 1951
Introduce Yourself! / Re: yay didnt get my peanuts.....:D« on: September 30, 2010, 04:45:16 pm »
i see 13
EDIT: Ninja'd 1952
TI Z80 / Re: [project] Drawing to basic.« on: September 30, 2010, 04:40:33 pm »Hmm, could it potentially keep the window the same, if you let the user input the graph coordinates he'll be using? It might be hard at first to get Axe to accurately calculate the numbers to use for each line, but theoretically it's possible. If it is, it would be extremely useful. ^ can you rephrase that? Ya, I've been thinking of ways to convert the graph screen into drawing commands in TI-BASIC but I couldn't think of the math to correctly do it, though I didn't try to hard. I don't think i will need floating points. My plan for circles is to have the user only able to move the courser up and down or left and right after they've made there center point. ^ sorry once again for my noobishnessWell what his is doing is you draw your picture and then the output is the program. What I will, if I decide to do it, will be to just take what is on the graphscreen and will convert it into optimized drawing routines, hopefully, that is stored into Str1 and then all you have to do is recall that into a program and delete the quotes. The problem with TI-BASIC is that the window would have to be: 1953
Miscellaneous / Re: Post your workplace/office« on: September 30, 2010, 10:31:15 am »
all i got is a pic of my calcs and a computer i can use 30 min a day.
1954
News / Re: TI-84+SE discontinued« on: September 30, 2010, 10:28:33 am »
! this is just rediculous. Why stop selling there best calc?
Maybe most of their programers that know how to use the 84 left? 1955
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 09:19:05 pm »Well if you can't do that then you need to make sure to say that you have to push twice to make a single point. oh I can defiantly do a single point. that will be easy. just not have a random single pixel that can be used for something else later. 1956
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 08:44:23 pm »Ok, let me see if I can rephrase what I said. Some people, like me and I'm sure some spriters and such, go pixel-by-pixel when created images and such for the calculator because we control exactly where things are. Using lines can be unpredictable. So having a point button would be handy. However, just because a point is being drawn doesn't mean the end result won't end up in a line or something. Make more sense? I don't think i would be able o implement that in though. I am open to suggestions though. Next project i will be working on will be a pic variable scanner. And see if i can optimize it by finding patterns Edited my last post.... Actually, compression like that would be very easy in Axe, as TI's floating point format has each number as a hex character, so the number 1243 would look like 00h 83h 00h 00h 00h 00h 00h 00h 00h 12h 43h. The 00 out front determines if it's real/complex and negative/positive. The 83 means 1.243 * 10 to the 3rd power. I though decimal points would be required to make the circles. Distance formula.... but i figure that i can force the user only to chose the 2nd point only (left or right) or (above or below) the original point 1957
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 08:11:03 pm »Well just because someone uses a point doesn't mean it will be just a single point. Some people just use single points to make their drawings. Will you state that diff. plz? i don't understand. As for the line thing you could make all the circle, point, and other commands first. Then when you get to the lines you can just put those all in at once. I mean instead of pointing them as Line(+#+,+#+,+#+,+# it would be {+#E6#E4#E2#+,+... Although i might be able to just have ....wait.... This is probably going to be what i have created when clear is pressed. for( Z,1,Dim(L1 Line( L1(Z), L1(Z+1), L1(Z+2), L1(Z+3) Z+1->Z end. I should be able to store the code before it is copied to {Str1+Z} before it is all created. EDIT: it would only save a couple of bytes...^ EDIT: maybe I will have them all done like that, not stored to a prog till the end. 1958
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 06:52:27 pm »Just thought of this but a nice feature with this program would be to give the option of putting the Line( command number into a compressed list or string and then put a extraction loop into the code too. Just thought that might be handy since you're going for optimization. love the first idea, although it would be hard for me to do, since i am adding circles. But think i will try. Ya I' might do a point, i never really thought about it. I figured if there were cases of just 1 point, it would prob be better as a pic var. 1959
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 05:59:27 pm »
*update*
first page. 1960
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 04:13:39 pm »Look and comment here. no i don't think our programs would go well together, sorry 1961
TI Z80 / Re: Program request. Drawing of pictures.« on: September 29, 2010, 04:12:56 pm »
still confused. (never played it)
1962
TI Z80 / Re: Program request. Drawing of pictures.« on: September 29, 2010, 03:56:06 pm »I can has new shell?That, and it would be awesome to list external levels for a specific game This confuses me ^ 1963
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 12:06:42 pm »
I don't think it would work well together. (as my code is rather sloppy)
could you post your code for your project here kindermoumoute? So i can see If it might work? Right now i think i'll just add circles if I get anymore free time. then I think I'll put in optimisations sor the compiled code. After that, maybe add horizontal and vetical lines (for slight byte improvement) And after that I will Upload to ticalc.org 1964
Site Feedback and Questions / Re: Hate comment by against Omnimaga on TI-Basic Developer« on: September 29, 2010, 12:03:26 pm »
Kinda weird the guy posted that though. The design on this site the very calm and pleasent. maybe his brightness on his pc was put up to 1000% or something.
1965
TI Z80 / Re: [project] Drawing to basic.« on: September 29, 2010, 10:45:21 am »
lol i was ignorant of this ^
just one huge optimizing technique. this mammoth:thanks i'll try those ^ |
|