Author Topic: notepad for the nspire  (Read 38130 times)

0 Members and 1 Guest are viewing this topic.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: notepad for the nspire
« Reply #15 on: January 10, 2011, 05:21:17 pm »
No, it's not. gcc was made in c, I believe, though the worlds first compiler would have to be in asm, of course.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: notepad for the nspire
« Reply #16 on: January 10, 2011, 05:48:16 pm »
but fortunately gcc doesn't have to be :)

what we need, as far as I understand, is a library that works with the nspire to compile it, though, so.... this might be worth looking into since it's the library gcc uses. There are ARM ports, but I'm not sure how useful they really are.

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: notepad for the nspire
« Reply #17 on: January 11, 2011, 02:59:24 pm »
Nice, Shrear!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: notepad for the nspire
« Reply #18 on: January 12, 2011, 04:15:41 pm »
Version alpha-two:

-added lower-case letters and punctuation ( everything under 0x80 ansi is defined even if there is no possibility yet to write it on calc )
-added carriage return and tab

next thing will be something like alt codes for characters for whom there are no "logical" keys;
,that nwriter.tns and the .txt file will not to have be directly under /Documents to work
and that he doesn't react strange to \n after \r.

I have added also a picture of my calc while running nwriter. ( it's a bit blurry I know...)
« Last Edit: January 12, 2011, 05:03:47 pm by shrear »

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: notepad for the nspire
« Reply #19 on: January 12, 2011, 06:47:54 pm »
Nice Screenshot. Is there a way to make screenshots using software run by Ndless? That would be a nice new addition

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: notepad for the nspire
« Reply #20 on: January 12, 2011, 06:58:16 pm »
Aww, no 1.4 support? I really prefer OS 1.4 myself.

Oh, happy new year :P

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: notepad for the nspire
« Reply #21 on: January 13, 2011, 12:36:56 pm »
Aww, no 1.4 support? I really prefer OS 1.4 myself.
It may go on OS 1.4 but I won't check that ;)

Oh, happy new year :P
thx

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: notepad for the nspire
« Reply #22 on: January 13, 2011, 05:57:25 pm »
Nice Screenshot. Is there a way to make screenshots using software run by Ndless? That would be a nice new addition
That would be cool. It is quite straightforward to make a c library to generate a bmp in the middle of a program, which people can add to their programs.

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: notepad for the nspire
« Reply #23 on: January 14, 2011, 06:04:14 pm »
But isn't taking a screenshot from nspire_emu easier?
Ndless.me with the finest TI-Nspire programs

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: notepad for the nspire
« Reply #24 on: January 14, 2011, 06:04:51 pm »
But isn't taking a screenshot from nspire_emu easier?

Yeah, why a picture?

I mean, I can't use nspire_emu, so maybe he can't too.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: notepad for the nspire
« Reply #25 on: January 14, 2011, 06:05:44 pm »
I can use nspire-emu, but sometimes it's just plain incovenient to do so. Sometimes, using the calc is just quicker than setting up the emu correctly :P
« Last Edit: January 14, 2011, 06:06:06 pm by willrandship »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: notepad for the nspire
« Reply #26 on: January 14, 2011, 07:22:30 pm »
I can use nspire-emu, but sometimes it's just plain incovenient to do so. Sometimes, using the calc is just quicker than setting up the emu correctly :P

I can't use NCubate, so a screenshot would be much faster for me too.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: notepad for the nspire
« Reply #27 on: January 14, 2011, 11:37:04 pm »
I can use nspire-emu, but sometimes it's just plain incovenient to do so. Sometimes, using the calc is just quicker than setting up the emu correctly :P
I don't like setting up the emu either. I just test my programs on physical hardware.
I can't use NCubate, so a screenshot would be much faster for me too.
« Last Edit: January 15, 2011, 10:16:31 pm by fb39ca4 »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: notepad for the nspire
« Reply #28 on: January 14, 2011, 11:49:11 pm »
I wish there was an nspire dev environment made for linux.

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: notepad for the nspire
« Reply #29 on: January 15, 2011, 03:01:48 am »
Isn't there a GTK+ port of nspire_emu?
Ndless.me with the finest TI-Nspire programs