Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
23 May, 2013, 23:17:58 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Pages: 1 [2] 3 4 5   Go Down
  Print  
Author Topic: Un Tuto Pour Grammer -  (Read 2964 times) Bookmark and Share
0 Members and 1 Guest are viewing this topic.
Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #15 on: 21 April, 2012, 22:29:44 »
0

Okay, cool! Je sais que votre tuto sera dix fois mieux Big smile
Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #16 on: 25 April, 2012, 09:51:49 »
+3

Deux ou trois posts de supprimés...

Bref, version actuelle du tuto (passé en PDF ! )  :  DERNIERE MISE A JOUR LE 25/04/2012 - 09h51

De manière générale, je vais uploader les mises à jour sur http://tiemulation.kegtux.org/Grammertutorial.htm .
« Last Edit: 25 April, 2012, 11:31:46 by persalteas » Logged


Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #17 on: 25 April, 2012, 13:07:16 »
0

Ah, my post was deleted :'[ It is great right now o.o (so much information and examples! Cheesy )
There were some corrections, though. First, this table is more complete:

00=Real
log(

01=List
A

02=Matrix
B


03=EQU
C

04=String
D

05=Program
E

06=ProtProg
[
F

07=Picture
]
G

08=GDB
{
H

09=Unknown
}
I

10=Unknown Equ
J


11=New EQU
K


12=Complex
-1
L

13=Complex List
2
M

14=Undefined
N


15=Window
3
O

16=ZSto
(
P

17=Table Range
)
Q

18=LCD
2
R

19=BackUp
3
S

20=App
4
T


21=Appvar
5
U

22=TempProg
6
V

23=Group
7
W



Then, for If, you need the condition on the first line, the statement on the other:

1
2
3
(il ne marche pas!)
:If A=3 ou C=2:C+1→C:Horizontal C:"BONJOUR"→A

1
2
3
:If A=3: ou C=2
C+1→C:Horizontal C:"BONJOUR"→A

Also, not(6 = not(110b = 001b = 1 =not(0000000000000110b = 1111111111111001b =65529. En effet, 65535-6. Plus general, not(A = 65535-A.


Quote
Cette notation peut s'optimiser en getkey(9 sur les TI 84 Plus qui possèdent la fonction getkey(
Ce n'est pas vrai. getKey( est les deux tokens getKey et (. Il marche pour tout des OS.

Thank you for the tutorial so far!
Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #18 on: 25 April, 2012, 13:25:50 »
+2

Oh ! yes, you told me about the If and the getkey...

I forgot to replace it in the tutorial.

Quote
Also, not(6 = not(110b = 001b = 1 =not(0000000000000110b = 1111111111111001b =65529. En effet, 65535-6. Plus general, not(A = 65535-A.
All the 16 bits are inverted ? OK, I didn't know.


I'll continue it, it's not finish, there is a lot of work Smiley
Glad you like it.
Logged


Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #19 on: 25 April, 2012, 17:38:52 »
0

Yeah, it is all 16-bits. And really, you are doing a great job o.o

EDIT: Also, since I uprated one of yesterdays posts that got lost, I uprated your last post Smiley
« Last Edit: 25 April, 2012, 17:39:55 by Xeda112358 » Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


DJ Omnimaga
Retired Omnimaga founder (Site issues must be PM'ed to Netham45, Eeems, Shmibs, Deep Thought and AngelFish, not me.)
Editor
LV15 Omnimagician (Next: --)
*
Offline Offline

Gender: Male
Last Login: Today at 18:03:25
Date Registered: 25 August, 2008, 07:00:21
Location: Québec (Canada)
Posts: 50227


Total Post Ratings: +2615

View Profile WWW
« Reply #20 on: 25 April, 2012, 20:29:29 »
0

Deux ou trois posts de supprimés...

Bref, version actuelle du tuto (passé en PDF ! )  :  DERNIERE MISE A JOUR LE 25/04/2012 - 09h51

De manière générale, je vais uploader les mises à jour sur http://tiemulation.kegtux.org/Grammertutorial.htm .
Oui le serveur d'Omni a manqué de RAM et tout a planté, donc les dernier posts furent corrompus. Il a fait une sauvegarde du 22 avril.
Logged

Retired 83+ coder, Omnimaga/TIMGUL founder. Now doing power metal music (formerly did electronica)

Follow me on Bandcamp|Facebook|Reverbnation|Youtube|Twitter|Myspace
persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #21 on: 25 April, 2012, 23:50:05 »
0

Quote
EDIT: Also, since I uprated one of yesterdays posts that got lost, I uprated your last post

Oh, Grin thanks ...

The day will come when I would have 447 posts ratings, like you...  (how long have you been active on Omnimaga, Xeda ? )
Logged


Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #22 on: 26 April, 2012, 02:09:39 »
0

I've been active for about 1.5 years now (in 6 days it will be 1.5 years, actually). And I'm sure you will get >447 post ratings Big smile You are a respected coder and you make neat programs o.o
« Last Edit: 26 April, 2012, 02:10:00 by Xeda112358 » Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #23 on: 26 April, 2012, 15:29:24 »
+2

J'ai corrigé ces détails. J'ai aussi fait une superbe pic pour les codes du getkey Smiley

Spoiler for "keycodes sur une TI 83 Plus.fr ! ":


Ensuite...

questions suivantes !

1) Where do you find the "solve(" command in the menus ? The [math][0] gives me a "Misc(" command. Is that from Grammer, or from MirageOS (or from XtraTkn ?)

2) about solve(3.

Quote
Ans and Ɵ' are put back to normal when the error handler
completes.
Do you mean they come back to 0 when the program arrives to the specified label ?

3) Explain solve(4 ... Undecided

4) Explain how works the duration with the conj( command... Undecided  64, for me, it's just Minecraft...

Thank you !
(I now have many little funny programs on my calc Grin )
« Last Edit: 26 April, 2012, 16:26:54 by persalteas » Logged


Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #24 on: 26 April, 2012, 20:31:38 »
0

That is an excellent picture Smiley
1) Where do you find the "solve(" command in the menus ? The [math][0] gives me a "Misc(" command. Is that from Grammer, or from MirageOS (or from XtraTkn ?)
Ah, yes, you have the Token Hook enabled (it changes the names of some tokens). It still does the same thing, though.


2) about solve(3.

Quote
Ans and Ɵ' are put back to normal when the error handler
completes.
Do you mean they come back to 0 when the program arrives to the specified label ?
I mean that they are preserved, or restored. This way, if your error handler changes Ans or Ɵ', it won't effect the program.

3) Explain solve(4 ... Undecided
Smiley solve(4 will automatically cause an error. For example, solve4,0 causes an ON error, solve(4,1 causes a Memory error, solve(4,2,"String" creates a custom error. This is good for custom error handling. I attached a screenshot Smiley

4) Explain how works the duration with the conj( command... Undecided  64, for me, it's just Minecraft...
If you use 64, it makes it take a long time. Try using 16 instead? (or smaller values).


* ErrExample0.gif (85.23 KB, 192x128 - viewed 43 times.)
« Last Edit: 26 April, 2012, 20:34:27 by Xeda112358 » Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #25 on: 26 April, 2012, 21:20:00 »
0

Quote
solve(4,2,"String" creates a custom error.
AAWWW YEAH !! Powerful !

So... I finished the "Command and Tutorial.pdf", now I will read the *.txts and the tutorial topics on Omnimaga...

I have 28 questions... Do you want them ? Grin  In one shot ? 5 by 5 ?

(Lot of my questions are about grayscale, I'll read the topic where you talk about it.)

I upload a new version soon (1h30), time to replace my questions by your answers.
Logged


Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #26 on: 26 April, 2012, 21:28:03 »
0

Hehe, feel free to ask them all Cheesy It will give me something to do Smiley
Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #27 on: 26 April, 2012, 21:29:39 »
0

If you want them in English, it will take a minute. Tongue
Logged


Xeda112358
Xombie. I am it.
Coder Of Tomorrow
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Last Login: Today at 22:01:23
Date Registered: 31 October, 2010, 08:46:36
Location: Land of Little Cubes and Tea, NY
Posts: 3760


Topic starter
Total Post Ratings: +609

View Profile
« Reply #28 on: 26 April, 2012, 21:39:04 »
0

Feel free to ask in french, english, or franglish :3


(This post was made in between his two posts ^ omnom messed up, I think or my internet lagged)
« Last Edit: 26 April, 2012, 21:39:37 by Xeda112358 » Logged



Grammer Download (2.29.04.12)
Latest update (possibly incomplete)
My pastebin
Spoiler for FileSyst:
FileSyst is an application that provides a folder and filesystem for the TI-83+/84+ calculators. It is designed to be easy to access and use in BASIC, and it can be used to access game files and save data, or to create a command prompt, among other things:

Spoiler for Graphiti:
This is a graph explorer for graph theory. It will require lots of work to finish. Currently you can:
Add/delete vertices
Add edges (direction not shown, but they are directed)
Arrange vertices in a circle (in the future, you will be able to define levels of rings and the number of nodes in each)
Create complete graphs quickly

Plans:
Add adjacency matrix viewer
Deleting edges
Multiple graphs support
Arrows for directed graphs
Planarity testing
Matrix operations
Weighted edges
Chromatic polynomials
Chromatic numbers

Spoiler for Stats:

Samocal             [o---------]
Virtual Processor   [o---------]
EnG                 [oo--------]
Grammer             [ooo-------]
AsmComp             [ooo-------]
Partex              [oooo------]
BatLib              [oooooooo--]
Grammer82           [----------]
Grammer68000        [----------]


Pseudonyms:  Zeda, Xeda, Thunderbolt
Languages:   English, français
Programming: z80 Assmebly
             Grammer
             TI-BASIC (83/84/+/SE, 89/89t/92)
Known For:   -Creator of the Grammer programming language
              (Winning program of zContest2011)
             -BatLib- One of the most feature packed libraries for BASIC programmers available
              with over 100 functions and a simple programming language
             -Learning to program z80 in hexadecimal before using an assembler (no computer was
              available!)
╔═╦╗░╠═╬╣▒║ ║║▓╚═╩╝█


persalteas
LV5 Advanced (Next: 300)
*****
Offline Offline

Gender: Male
Last Login: 20 May, 2013, 09:44:41
Date Registered: 10 January, 2011, 22:09:50
Location: Savoie-France
Posts: 202


Total Post Ratings: +33

View Profile WWW
« Reply #29 on: 26 April, 2012, 21:45:14 »
0

1)  What is the "Gray" method for displaying sprites ? (   Pt-On(7   ) Do you explain it in the topic about grayscale ? If yes, don't answer, I'll see.

2) You told talk several times about buffers to display. I didn't know that we could create custom buffers at custom adresses. I heard about the buffer and the backbuffer in Axe, but that's all. It's not very limpid, can you re-explain me what is exactly a buffer and how it works ?
Logged


Pages: 1 [2] 3 4 5   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.336 seconds with 31 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.