Author Topic: Correlation Screenshots  (Read 42800 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Correlation Screenshots
« on: November 13, 2010, 01:08:24 pm »
This screenshot shows how Correlation helps you to find errors in your Ti-Basic program.  I started writing the code to let the user select what font to use.  In the case of this screenshot, the font is pgrmP.  However, pgrmP does not exist.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Correlation Screenshots
« Reply #1 on: November 13, 2010, 01:13:10 pm »
[a bit offtopic]




Finally, someone working on fonts for calculators, I'd like to see this in KnighOS or maybe in TIos already.


[/a bit offtopic]

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Correlation Screenshots
« Reply #2 on: November 13, 2010, 01:14:48 pm »
Woah, nice safety mechanism, Hot_Dog. It's very intuitive ;)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Correlation Screenshots
« Reply #3 on: November 13, 2010, 01:25:45 pm »
Nice!  Great job! ;D

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Correlation Screenshots
« Reply #4 on: November 13, 2010, 01:27:52 pm »
This screenshot shows how Correlation helps you to find errors in your Ti-Basic program.  I started writing the code to let the user select what font to use.  In the case of this screenshot, the font is pgrmP.  However, pgrmP does not exist.

Nice! And as a side question, how are the fonts stored? Will they be compatible with the Omnicalc fonts?




Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Screenshots
« Reply #5 on: November 13, 2010, 01:28:54 pm »

Nice! And as a side question, how are the fonts stored? Will they be compatible with the Omnicalc fonts?

They are stored as programs and will not be compatible.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Correlation Screenshots
« Reply #6 on: November 13, 2010, 01:36:03 pm »
Nice Hot Dog! By the way can the fonts be archived?

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: Correlation Screenshots
« Reply #7 on: November 13, 2010, 01:37:34 pm »
Nice Hot Dog! By the way can the fonts be archived?
^++ This.

That was the major problem I had with Omnicalc's fonts. They had to be in the RAM.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Correlation Screenshots
« Reply #8 on: November 13, 2010, 01:44:05 pm »
Nice Hot Dog! By the way can the fonts be archived?
^++ This.

That was the major problem I had with Omnicalc's fonts. They had to be in the RAM.

^++^++ This. This.

Yeah, that was the annoying thing about them. And another question: Will this slow down BASIC programs?




Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Screenshots
« Reply #9 on: November 13, 2010, 01:44:40 pm »
Yes!  Fonts can be archived!  

However, the program will run slightly slower when a font is archived, say 1/60000th of a second every time you use Output() or Text().   8) Lol
« Last Edit: November 13, 2010, 01:45:25 pm by Hot_Dog »

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Correlation Screenshots
« Reply #10 on: November 13, 2010, 01:45:59 pm »
ooh that way too much ;D ;D
I'm not a nerd but I pretend:

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Correlation Screenshots
« Reply #11 on: November 13, 2010, 01:46:50 pm »
Yes!  Fonts can be archived! 

However, the program will run slightly slower when a font is archived, say 1/60000th of a second every time you use Output() or Text().   8) Lol

You mean Text( can use fonts too? :o That would be awesome!




Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Screenshots
« Reply #12 on: November 13, 2010, 01:47:11 pm »
Nice Hot Dog! By the way can the fonts be archived?
^++ This.

That was the major problem I had with Omnicalc's fonts. They had to be in the RAM.

^++^++ This. This.

Yeah, that was the annoying thing about them. And another question: Will this slow down BASIC programs?

All parser hooks slow down BASIC programs ever so slightly.  I am doing everything I can to make sure that Correlation will slow down a Ti-Basic program as little as possible when not in use.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Correlation Screenshots
« Reply #13 on: November 13, 2010, 01:48:05 pm »
ok, maybe i'll start to learn basic, too...
I'm not a nerd but I pretend:

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Correlation Screenshots
« Reply #14 on: November 13, 2010, 01:49:08 pm »
Yes!  Fonts can be archived!  

However, the program will run slightly slower when a font is archived, say 1/60000th of a second every time you use Output() or Text().   8) Lol
Cool to hear! I don't mind the slowdown much because from what I saw with xLIB, there is generally not much of a difference. Just tilemapping tends to be slower, but by about 1/5 FPS.