Author Topic: ADE Dev Screenshots  (Read 12691 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #45 on: March 05, 2010, 06:44:50 pm »
Thanks! I actually am going to re-upload v1.5b with a few more updates, like if no tab is open then the open button also opens a new tab.
/e

Offline Maizesmagikarp

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +1/-0
  • Master of the Lickitungs
    • View Profile
    • Lickitung's World
Re: Dev Screenshots
« Reply #46 on: March 07, 2010, 04:37:30 pm »
Noms!
Would this work with the TI-Nspire?
Omnomnom!
Author of Encyclopedia Ingenus Lingus: http://lickitung.ath.cx/Encyclopedia_Final.pdf
Administrator of all Lickitung's World entities

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #47 on: March 07, 2010, 04:57:22 pm »
well most likely, you would have to just change the paths for the emulator to the Nspire emulator (I don't know if it will work correctly though because I don't know how the command line arguments are for it) and the assembler path to an arm assembler. right now it is tailored for the 8x family but I can make some changes to allow for other calc types.
/e

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #48 on: March 12, 2010, 05:19:02 pm »
Here is me working on the C++ version :D
/e

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
Re: Dev Screenshots
« Reply #49 on: March 12, 2010, 05:25:38 pm »
Nice work E
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Offline Radical Pi

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1143
  • Rating: +5/-2
    • View Profile
    • RealityRevolution
Re: Dev Screenshots
« Reply #50 on: March 12, 2010, 05:27:22 pm »
Took me a few seconds to realize I should only care about the small window in the middle...
This looks cool. When you finish it I'll probably try teaching myself asm again (and maybe I won't fail this time!)
One of these days I'll get a sig I'm really proud of.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #51 on: March 12, 2010, 06:02:44 pm »
Thanks!
Yeah lol :p well good luck! If you are ever on irc you could ask someone for help. Calc84 helped me when I started.
/e

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: Dev Screenshots
« Reply #52 on: March 12, 2010, 06:03:04 pm »
nice

Btw since it use Visual C++ I assume it will be only for Windows, right? Also will it have dependencies such as .NET or the like?

As for ASM, I also recommend the forums, since a few of our asm coders aren't active on IRC. Otherwise, #omnimaga could do, or maybe #ti
« Last Edit: March 12, 2010, 06:04:06 pm by DJ Omnimaga »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #53 on: March 12, 2010, 06:05:11 pm »
Well yeah probably. I don't know about .NET...I'm just using the standard template for CRL(?) projects and building the UI. I have no idea how the code is going to look later.
/e

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: Dev Screenshots
« Reply #54 on: March 12, 2010, 06:30:02 pm »
That looks nice. :)  So it works with Asm and C++?  Cool. ;D

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #55 on: March 12, 2010, 06:47:26 pm »
lol, no it's coded in C++ x.x
/e

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: Dev Screenshots
« Reply #56 on: March 12, 2010, 06:48:47 pm »
Ah, my bad.  ;D

It's still cool. :D

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #57 on: March 12, 2010, 06:53:37 pm »
lol, np.
thanks! hopefully my dad will install Visual Studio '03 professional on my comp soon so I can work on it at home...
/e

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: Dev Screenshots
« Reply #58 on: March 12, 2010, 07:00:28 pm »
I thought Visual C++ was different than C++, tho? I recall Visual BASIC having commands specific to Microsoft software, or something like that. Or is C++ completly different? I think Microsoft had a C language to themselves

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #59 on: March 12, 2010, 07:17:01 pm »
well I think it is different...I don't know though...I'd have to have someone port it to mac/unix after I finish it
/e