Author Topic: ATI-BASIC  (Read 41659 times)

0 Members and 1 Guest are viewing this topic.

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: BasiC++
« Reply #60 on: January 30, 2010, 10:48:35 pm »
Ah, okay.  :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BasiC++
« Reply #61 on: January 30, 2010, 11:31:37 pm »
another note: if the guy posts here, tell him to not first advertise something here as first message, because we might mistake him as a spambot :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline miotatsu

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 332
  • Rating: +11/-1
    • View Profile
Re: BasiC++
« Reply #62 on: January 31, 2010, 05:14:39 pm »
some screenies:



Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: BasiC++
« Reply #63 on: January 31, 2010, 07:28:29 pm »
Wow, thats awesome!
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

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: BasiC++
« Reply #64 on: January 31, 2010, 07:47:44 pm »
Wow!  That looks really awesome!  It looks extreemly great!  It's amazing. ;D
You've done a very, very good job with this! :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BasiC++
« Reply #65 on: February 01, 2010, 12:16:17 am »
wow really great and I like the calc-like style, altough I still hope for support for more complex graphics in the future so we can make some old skool 2D PC style games ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: BasiC++
« Reply #66 on: February 01, 2010, 11:26:18 pm »
It looks like this is really moving along nicely. Good work! =)

Offline miotatsu

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 332
  • Rating: +11/-1
    • View Profile
Re: BasiC++
« Reply #67 on: February 02, 2010, 12:37:53 am »
yeah, i just realized i was stupid and set the font up poorly tho, because i have some non-type-able characters in between type-able ones that means there are gaps between different values in my array, those gaps mean that if i wanted to type "0" it would actually display "y" and things like that, my solution to this issue is to simply remake the font file so that all non-type-able characters are at the /end/ of the file.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BasiC++
« Reply #68 on: February 02, 2010, 02:03:04 am »
ouch x.x, good luck!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Tribal

  • The Fallen
  • LV5 Advanced (Next: 300)
  • *
  • Posts: 218
  • Rating: +15/-1
    • View Profile
Re: BasiC++
« Reply #69 on: February 02, 2010, 09:55:13 am »
How exactly are you getting what character to output? I'm kinda curious because there might be a better way than what your are doing(if you are doing what I'm thinking you are).

Offline miotatsu

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 332
  • Rating: +11/-1
    • View Profile
Re: BasiC++
« Reply #70 on: February 02, 2010, 05:00:31 pm »
i rip the characters one by one from the string, convert them to their ascii equivelent, and then reference an array to get the number of how many iterations the loop will need to go in order to be at the location of the character in the image, it then draws a rectangle around the character, blits the character onto the screen, and then moves onto the next character until all have been blit, finally it flips the screen, showing the pretty little message the user entered. :{P

Offline miotatsu

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 332
  • Rating: +11/-1
    • View Profile
BasiC++
« Reply #71 on: February 18, 2010, 11:54:35 pm »
i will be working on an interpreter for a language similar to ti-basic with pifreak, updates and discussion can go here.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: BasiC++
« Reply #72 on: March 31, 2010, 10:21:44 pm »
This actually sounds really cool. Could give all of us TI-BASIC programmers a chance at some easy computer stuff :)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BasiC++
« Reply #73 on: March 31, 2010, 11:10:10 pm »
Indeed. What I wonder, though: would it be a good occasion to actually do something like Axe Parser? Maybe even support copy/pasting code from SourceCoder straight into BasiC++ editor then compiling or something without the need to change anything. It could make it easier to port calc games to the PC and obviously you could still add additional options for better graphics and resolution ^^

Of course for that you would need to wait until Axe is done, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: BasiC++
« Reply #74 on: March 31, 2010, 11:13:08 pm »
I don't think I caught all that but from what I did get that sounds like that would be a good idea.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)