Author Topic: Grammer 2-The APP  (Read 147377 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #90 on: November 04, 2011, 08:23:28 am »
Check out the post for GrayDraw :D The grayscale is nicer oncalc than on Wabbit XD

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #91 on: November 04, 2011, 08:24:01 am »
Just did! :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #92 on: November 04, 2011, 08:28:10 am »
Hmm? What do you mean yeong?
the autocell one.
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #93 on: November 04, 2011, 08:31:07 am »
Haha, nope :D That is like cellular automata :D It is a cool effect I discovered back when I was playing around with xLIB. I just create a pattern by drawing the upper 63 rows with xor logic to the lower 63 rows. For the first 96 iterations, I draw a pixel to the top row, then after that, it just looks like it is moving right in a really neat (and fast) effect!

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: Grammer 2-The APP
« Reply #94 on: November 04, 2011, 10:31:08 am »
hm...screenie? :)
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #95 on: November 04, 2011, 01:40:02 pm »
Previous page :P

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: Grammer 2-The APP
« Reply #96 on: November 04, 2011, 10:15:37 pm »
Oh, cool. Looks sweet. :)
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Grammer 2-The APP
« Reply #97 on: November 08, 2011, 08:56:19 pm »
I should try this. What are the advantages of grammer vs. axe?

Offline chattahippie

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +27/-0
  • Super Member! :D
    • View Profile
Re: Grammer 2-The APP
« Reply #98 on: November 08, 2011, 10:05:37 pm »
I should try this. What are the advantages of grammer vs. axe?

Grammer is interpreted, like TI-Basic.
Axe is compiled.
Grammer has smaller programs, usually, but Axe probably has a speed advantage over Grammer

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Grammer 2-The APP
« Reply #99 on: November 08, 2011, 10:36:14 pm »
I guess I'll try it out

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #100 on: November 09, 2011, 06:55:45 am »
chattahippie is correct :) There are some things that can be done much faster with Axe, but Grammer can have a major size advantage over Axe or assembly programs (and even BASIC-- sometimes). Another nice thing is that Grammer programs can be run from Archive (if the Grammer App is installed).

If you check out the Partex 2 example out, that is an example of a program that would probably be a bit large in Axe, but about the same speed :) Still, Axe has its advantages XD

As a progress note, I have added the Asm( command, so now Assembly programs can be run from Grammer programs! I am still working on some family health issues though, so I haven't done much and I haven't been on much :/

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #101 on: November 09, 2011, 07:51:44 am »
yay. now I can output sound with Grammer XD
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #102 on: November 09, 2011, 07:56:41 am »
^Hehe, nice idea! :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #103 on: November 09, 2011, 08:31:52 am »
I still think I should add sound commands, though...

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #104 on: November 09, 2011, 08:35:07 am »
* TBO_Yeong have asm program that produce sound depends on the OSVar N,O, and P.
I win :D
I can give ppl the program :D
« Last Edit: November 09, 2011, 08:36:42 am by TBO_Yeong »
Sig wipe!