Author Topic: Super Hexaspire Alpha!  (Read 47395 times)

0 Members and 1 Guest are viewing this topic.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #90 on: December 24, 2013, 10:26:57 pm »
Seems I missed this topic somehow. I have to say though, this looks quite nice. :) Also, as cool as music might be, I think it should be pretty low on the list of things to add. Not many people will be able to enjoy it and it could (potentially) be a pain to implement.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Super Hexaspire Alpha!
« Reply #91 on: December 25, 2013, 06:14:13 am »
If you can write an SPI routine for the nspire you could interface with my soundchip. I recently worked on that project. SPI is quite straightforward. You shift out bytes least significant bit first on the clocks falling edge. You only need two signal lines.
If you like my work: why not give me an internet?








Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #92 on: December 25, 2013, 07:58:33 am »
If you can write an SPI routine for the nspire you could interface with my soundchip. I recently worked on that project. SPI is quite straightforward. You shift out bytes least significant bit first on the clocks falling edge. You only need two signal lines.
That 'sounds' interesting. A quick google search on 'SPI interface c-code' does bring up some stuff that can help, eg: http://www.maximintegrated.com/app-notes/index.mvp/id/4184.
Keoni29, don't you have a Nspire calc yet? ;)

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: Super Hexaspire Alpha!
« Reply #93 on: December 27, 2013, 12:04:57 am »
Yeah this is a bit why I think it should not be in the top of the priorities, though, like Art says. Many people won't be willing to buy the extra hardware required to play sound.
« Last Edit: December 27, 2013, 12:05:47 am by DJ Omnimaga »

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Super Hexaspire Alpha!
« Reply #94 on: December 27, 2013, 05:20:45 am »
SPI is really straightforward.
Clock line is normally high.
Set up data. Wait for a bit to let the line settle.
Pull down clock line. Wait for a bit to let the line settle.
Release clock line. (Normally high again)

Do this for all 8 bits and you have sent a byte.

But since the nspire has a much nicer cpu than the 84+ CSE you might be able to play sound generated in software. Even the CSE can do it.
« Last Edit: December 27, 2013, 05:22:25 am by Keoni29 »
If you like my work: why not give me an internet?








Offline LD_Chimpman

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 14
  • Rating: +6/-0
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #95 on: December 28, 2013, 10:19:19 pm »
Sweet... Super Hexagon is pretty much my favorite iOS game (still have yet to beat the last level though...), I could only have dreamed of a calculator port.
PROJECTS:
Slime Volleyball: 10% Complete
nFinity: 55% Complete
nCoder: 100% Complete
Jumping Squares 2: 20% Complete
Cloning Dolly: 100% Complete

Offline mdr1

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 303
  • Rating: +21/-2
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #96 on: March 01, 2014, 05:39:53 am »
With the version 0.6.6.11 on ndless r914 (TI-Nspire CX CAS, no nLaunch), I just have a dialog box saying "Couldn't open for.tga.tns". If I press "continue": "SDL_UpperBit: passed a NULL surface".



Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Super Hexaspire Alpha!
« Reply #97 on: March 01, 2014, 05:41:04 am »
Sweet... Super Hexagon is pretty much my favorite iOS game (still have yet to beat the last level though...), I could only have dreamed of a calculator port.
It's much, much easier on PC, though. Might be just me, but a phone screen is too small to really get into it.
I'm not a nerd but I pretend:

Offline kevinkore3

  • LV3 Member (Next: 100)
  • ***
  • Posts: 57
  • Rating: +0/-0
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #98 on: March 11, 2014, 06:29:22 pm »
you put fore.tga in the root of the filesystem, but it's just the title screen, so it shouldn't ma
With the version 0.6.6.11 on ndless r914 (TI-Nspire CX CAS, no nLaunch), I just have a dialog box saying "Couldn't open for.tga.tns". If I press "continue": "SDL_UpperBit: passed a NULL surface".
You put fore.tga in the root of the filesystem, but it shouldn't make a difference because it's just the title screen.

Is level 2 even possible? I got past level 1 a couple of times but I can't seem to get past 65 seconds :L

On a side note, is this project dead?

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #99 on: January 27, 2016, 11:41:31 am »
Were is it possible to download the last version of this program?
Thank you in adance

Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #100 on: January 27, 2016, 12:08:38 pm »
Were is it possible to download the last version of this program?
Thank you in adance
@neuronix: Have you really checked the topic's first page? The links to the latest release are still there.

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: Super Hexaspire Alpha!
« Reply #101 on: March 08, 2016, 03:11:32 pm »
I thought not it is the latest version. ;)

Thank you very much

Sorry for my english but I am frensh  :-\