Archia
Moderator: MaxCoderz Staff
xLIB is slower than text. Here is the list of sprite techniques from the fastest to the slowest:
-Omnicalc 1.2x or higher
-Output(
-Text(-1
-Omnicalc 1.0 and 1.1
-Pxl/Pt-on/off/change
-Text( (depends of how much text you use)
-Line(
-Zapi
-Zsprite
-Kermmartian 3x3 text routine (might be useful for very small sprite)
-Codex
-Xlib 0.1a
-Xlib 0.3a
I recommend Omnicalc, Zapi or line(, but making sprites using line( is sometimes hard. If you have maps use xLIB
-Omnicalc 1.2x or higher
-Output(
-Text(-1
-Omnicalc 1.0 and 1.1
-Pxl/Pt-on/off/change
-Text( (depends of how much text you use)
-Line(
-Zapi
-Zsprite
-Kermmartian 3x3 text routine (might be useful for very small sprite)
-Codex
-Xlib 0.1a
-Xlib 0.3a
I recommend Omnicalc, Zapi or line(, but making sprites using line( is sometimes hard. If you have maps use xLIB
-
- New Member
- Posts: 49
- Joined: Wed 13 Apr, 2005 10:09 pm
- Location: somewhere lost in translation
- Contact:
Text(-1?Kevin wrote:xLIB is slower than text. Here is the list of sprite techniques from the fastest to the slowest:
-Omnicalc 1.2x or higher
-Output(
-Text(-1
-Omnicalc 1.0 and 1.1
-Pxl/Pt-on/off/change
-Text( (depends of how much text you use)
-Line(
-Zapi
-Zsprite
-Kermmartian 3x3 text routine (might be useful for very small sprite)
-Codex
-Xlib 0.1a
-Xlib 0.3a
I recommend Omnicalc, Zapi or line(, but making sprites using line( is sometimes hard. If you have maps use xLIB
Archia...BASIC....ASM....erk...scratch ASM..yep don't know ASM
-
- New Member
- Posts: 49
- Joined: Wed 13 Apr, 2005 10:09 pm
- Location: somewhere lost in translation
- Contact:
anyone want to help out with sprite drawing and graphics? I have issues and i'm to impatient to get them to work right...
Credit will be given, and you can add to my program if you wish...(desperate for picture/graphics help) I have no idea how to work it...my calculator hates me
Credit will be given, and you can add to my program if you wish...(desperate for picture/graphics help) I have no idea how to work it...my calculator hates me
Archia...BASIC....ASM....erk...scratch ASM..yep don't know ASM
-
- New Member
- Posts: 49
- Joined: Wed 13 Apr, 2005 10:09 pm
- Location: somewhere lost in translation
- Contact:
For some reason...Text(-1 won't work....*flaps arms madly* My calc is pissing me off way to much...Kevin wrote:Text(-1 allow you to display large font like on the homescreen but on the graph screen. It's faster than displaying the small ones
Archia...BASIC....ASM....erk...scratch ASM..yep don't know ASM
- Shadow Phoenix
- Calc Guru
- Posts: 835
- Joined: Mon 03 Jan, 2005 7:54 pm
- Location: out there. seriosly.
-
- New Member
- Posts: 49
- Joined: Wed 13 Apr, 2005 10:09 pm
- Location: somewhere lost in translation
- Contact:
Sweet, thanks Shadow.Shadow Phoenix wrote:Text(-1,X,y,"Test)Luthar wrote:For some reason...Text(-1 won't work....*flaps arms madly* My calc is pissing me off way to much...Kevin wrote:Text(-1 allow you to display large font like on the homescreen but on the graph screen. It's faster than displaying the small ones
___________________________________
Ok, let's seee....how to imput screenies...lol, also..i've got a wierd mover type thing inserted in this, and it randomly encounters enemies and or finds items/gold...but that's about as far as my graphics go right now...
Archia...BASIC....ASM....erk...scratch ASM..yep don't know ASM
-
- New Member
- Posts: 49
- Joined: Wed 13 Apr, 2005 10:09 pm
- Location: somewhere lost in translation
- Contact:
http://www.imagebarrel.com/img/05/112/ ... EEN05.png
It's very basic screen shots..but I still have to finish my Arena area...heheheh
It's very basic screen shots..but I still have to finish my Arena area...heheheh
Archia...BASIC....ASM....erk...scratch ASM..yep don't know ASM
-
- Calc Wizard
- Posts: 526
- Joined: Tue 08 Mar, 2005 1:37 am
- Location: who wants to know?
- Contact:
Would something likeKevin wrote:xLIB is slower than text. Here is the list of sprite techniques from the fastest to the slowest:
-Omnicalc 1.2x or higher
-Output(
-Text(-1
-Omnicalc 1.0 and 1.1
-Pxl/Pt-on/off/change
-Text( (depends of how much text you use)
-Line(
-Zapi
-Zsprite
-Kermmartian 3x3 text routine (might be useful for very small sprite)
-Codex
-Xlib 0.1a
-Xlib 0.3a
I recommend Omnicalc, Zapi or line(, but making sprites using line( is sometimes hard. If you have maps use xLIB
Code: Select all
Text(5,5,"X
Text(5,6,"Y
Text(5,7,"X
Text(5,8,"X
Text(5,9,"J
Text(5,10,"X
Text(5,11,"
-
- New Member
- Posts: 49
- Joined: Wed 13 Apr, 2005 10:09 pm
- Location: somewhere lost in translation
- Contact:
Ok, new update...the original version is gone....lol. I deleted it accidently...so yea...*shrugs* But my new one is goin good now...it has a semi-cool entrance...for being basic, and it's all in one program, and there is hardly any if then's..and my saving feature is all better now. There isn't a way to change the date without getting an error now..hehe.
Also, it's MirageOS compatible. The entrance is sweet...i'll try and get some newer screen shots now, also...if anyone has any ideas for races other than Elf, Dwarf, and Human, i'll be glad to add it....Also, i have yet to find any errors...and I don't have any menus.....if that makes sence?
It's text based so far....but I am learning to get some sprites and what not. Is there a way to combine ASM in a BASIC? That would be awesome..
Also, it's MirageOS compatible. The entrance is sweet...i'll try and get some newer screen shots now, also...if anyone has any ideas for races other than Elf, Dwarf, and Human, i'll be glad to add it....Also, i have yet to find any errors...and I don't have any menus.....if that makes sence?
It's text based so far....but I am learning to get some sprites and what not. Is there a way to combine ASM in a BASIC? That would be awesome..
Archia...BASIC....ASM....erk...scratch ASM..yep don't know ASM