Author Topic: Nspire Raycaster  (Read 94481 times)

0 Members and 2 Guests are viewing this topic.

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: Nspire Raycaster
« Reply #360 on: May 14, 2010, 07:09:25 pm »
I'm trying to optimize it right now. I think a good place to start would be trying to change some of the math to fixed-point.
The Nspire is not that hard to program right now. The graphics functions are quite usable, we have things like malloc(), and from what I've heard we also have file access functions. The only essential thing we don't have right now is text I/O. The fact that most of the standard library is missing doesn't really affect game programming.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Nspire Raycaster
« Reply #361 on: May 14, 2010, 07:24:29 pm »
Ok, good to know. But a library with several graphics functions (sprites, tiles mapper, custom font routine) and other functions could make easier for starting.
I will later get involved in Nspire scene after I am somewhat realized in z80.
« Last Edit: May 14, 2010, 07:26:20 pm by Galandros »
Hobbing in calculator projects.

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: Nspire Raycaster
« Reply #362 on: May 14, 2010, 07:27:00 pm »
Glad to see it's going on ticalc now ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Nspire Raycaster
« Reply #363 on: May 14, 2010, 07:29:54 pm »
Glad to see it's going on ticalc now ^^
Another nice program.
ticalc has been flood with good projects, I didn't saw nothing like this. And some for a long time. Omnimaga is start to make a huge impact in reviving releases activity into ticalc.
Hobbing in calculator projects.

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: Nspire Raycaster
« Reply #364 on: May 14, 2010, 07:32:14 pm »
Yeah true. It seems a lot of major stuff comes from this forums. Back then it was TCPA, RadicalSoft then later Detacheds and Macross Software. Then it was MaxCoderz and then barely anything came out. Now it definitively seems calcs have done some sort of comeback
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: Nspire Raycaster
« Reply #365 on: May 14, 2010, 07:48:18 pm »
Ok, good to know. But a library with several graphics functions (sprites, tiles mapper, custom font routine) and other functions could make easier for starting.
I will later get involved in Nspire scene after I am somewhat realized in z80.
I've been thinking about writing a library. I have some useful functions used by the ray caster (draw to a buffer, sort an array, and some math functions) and I might split them off into the beginnings of a separate "Nspire Utility Library" project.
« Last Edit: May 14, 2010, 07:48:41 pm by bwang »

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Nspire Raycaster
« Reply #366 on: June 07, 2010, 02:50:03 pm »
Congrats on the feature! You deserve it :)

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: Nspire Raycaster
« Reply #367 on: June 07, 2010, 03:44:21 pm »
Gasp! I'm featured!

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: Nspire Raycaster
« Reply #368 on: June 07, 2010, 11:17:10 pm »
Congrats indeed! I was wondering why you weren't featured already. Finally it turned out the staff were busy so they had like 4 or 5 features in their news queue, waiting to be posted one by one every few days. You deserve it.
* DJ Omnimaga hopes you will finish this project too and that someone makes a game ^^
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: Nspire Raycaster
« Reply #369 on: June 08, 2010, 03:16:07 am »
Congrats on the feature Bwang! Definitely worthy of a feature! =D

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Nspire Raycaster
« Reply #370 on: June 08, 2010, 06:37:48 am »
Congratz on the feature! Even though I didn't try it out myself (I don't want to downgrade from 2.0.1), the screenshots are all epic! Awesome work!
Former Coder of Tomorrow


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: Nspire Raycaster
« Reply #371 on: June 29, 2010, 12:58:40 am »
Yeah, Silver, I know how you feel! I can't wait for ndless 2.0!

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: Nspire Raycaster
« Reply #372 on: June 29, 2010, 10:10:41 pm »
Are you still planning to make a small demo game using this engine or if development for this is completly over? (noticing the lack of updates in a long while, despite school being done)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: Nspire Raycaster
« Reply #373 on: June 30, 2010, 03:12:29 am »
It's not over yet! I have another Nspire project that I'm working on at the moment.

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: Nspire Raycaster
« Reply #374 on: June 30, 2010, 03:13:57 am »
Aaaah ok, I'm glad it's not dead. I hope you announce your other project once it has enough progress ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)