Author Topic: Your Projects - Post and Critique  (Read 102438 times)

0 Members and 3 Guests are viewing this topic.

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: Your Projects - Post and Critique
« Reply #315 on: June 13, 2010, 01:00:39 am »
Mhmm nice and the appvar to program conversion seems interesting. :) Maybe now we can hack highscores :P

You might want to make selection a bit slower, though, because the cursor moves really fast so it can be hard to select anything D:

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Your Projects - Post and Critique
« Reply #316 on: June 18, 2010, 04:29:51 pm »
I've just been messing around, but this time it actually yielded something. :o

One is a pixel that bounces around a defined border, creating some interesting effects and patterns.
The other program lets you experiment with sound

up\down: change pitch
left\right: change length
trace\graph: change interval
Vy'o'us pleorsdti thl'e gjaemue

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Your Projects - Post and Critique
« Reply #317 on: June 18, 2010, 04:59:25 pm »
It would be cool to see the speed a ray caster fits in Axe Parser.

Axe Parser is perfect for simpler games but I guess it is always good to experiment to the extremes. ;D
Hobbing in calculator projects.

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Your Projects - Post and Critique
« Reply #318 on: June 18, 2010, 05:05:31 pm »
Darl, It won't let me run that on the emulator.  It appears the group is corrupted and gives a "version" error.  The program seems to no show up on the list either.  Is this an Axe-Asm hybrid by the way?

Galandros, if you know of any good open-source raycasters for z80, I can start working on those commands.  Even closed source I can attempt to disassemble.  ;)
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Your Projects - Post and Critique
« Reply #319 on: June 18, 2010, 05:09:56 pm »
Galandros, if you know of any good open-source raycasters for z80, I can start working on those commands.  Even closed source I can attempt to disassemble.  ;)
Let me think. There is this list: http://wikiti.brandonw.net/index.php?title=3D_engines
It says what engines have source code.

Quarnos had some impressive results on graphics (slow). See them here: http://www.junemann.nl/maxcoderz/viewforum.php?f=32
Juha seems promising by screens but I don't know how "finished" it is. http://tift.tuxfamily.org/projects/juha3d

I know of others that are closed source. tr1pe1a (or other?) had an interesting one that wasn't a ray caster, I believe, but drawn interesting 3d objects with connected lines. It's in MC forums.
« Last Edit: June 18, 2010, 05:14:57 pm by Galandros »
Hobbing in calculator projects.

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Your Projects - Post and Critique
« Reply #320 on: June 18, 2010, 05:30:50 pm »
Neither of those are raycasters I think.  They are just doing wireframe rendering.  Only the 3d maze one was.  I think calc84maniac made one, I've only seen screenshots so I don't know if he ever released it.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Your Projects - Post and Critique
« Reply #321 on: June 18, 2010, 06:01:59 pm »
Neither of those are raycasters I think.  They are just doing wireframe rendering.  Only the 3d maze one was.  I think calc84maniac made one, I've only seen screenshots so I don't know if he ever released it.
Yep, only the 3d maze. James Montelongo or someone else did a grayscale maze. :o

That I know of he only showed screenshots. I also saw the (very very) slow TI-BASIC version of it in OTBP.
Hobbing in calculator projects.

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: Your Projects - Post and Critique
« Reply #322 on: June 18, 2010, 06:14:54 pm »
tr1p1ea had one too, but I think he wanted to optimize it because it was a bit slow. It was also another wireframe rendering engine, not a raycaster.

raycasting would be a nice addition. I wonder if it could be made rather easy to use, for example, fetch textures from a tilemap and use them for walls and have the user just enter the X, Y and Z axis and X/Y resolution

As for the programs above, when I try running the sound program, it says ERR:INVALID and the other program won't send either. It's compiled, it seems.

http://sc.cemetech.net/?xpi=f7724d285903f739eb853a184108562e

EDIT: it looks like SC bot won't like it either x.x
« Last Edit: June 18, 2010, 06:22:26 pm by DJ Omnimaga »

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Your Projects - Post and Critique
« Reply #323 on: June 18, 2010, 06:24:55 pm »
Yes, it was a wire framed. Thanks. I wrote was not ray caster but did not remember that is named wire framed.

Remembered that there is Gemini with source. True ray caster (source of ticalc news and from what I saw on calculator) But it is not full screen.
And zDoom closed source. (also played and is ray casting from appearance)

This 2 and the grayscale maze fascinated me about 3D because I saw primordials of it. Before that it was natural to see on PC. I also checked old CDs and saw some old PC games like Alone in the Dark with hexagon like dogs. ;D
« Last Edit: June 18, 2010, 06:25:57 pm by Galandros »
Hobbing in calculator projects.

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: Your Projects - Post and Critique
« Reply #324 on: June 18, 2010, 06:27:49 pm »
Not to go too off-topic, but anybody know where I can find Calc84maniac BASIC raycaster? I have checked OTBP and UTI but couldn't find it :(

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Your Projects - Post and Critique
« Reply #325 on: June 18, 2010, 06:29:41 pm »
Here: http://otbp.tifreakware.net/phpBB2/viewtopic.php?t=102
If you're looking for source, well, I'll keep looking.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

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: Your Projects - Post and Critique
« Reply #326 on: June 18, 2010, 06:31:58 pm »
Oh, I meant a download link. I am sure he had one somewhere. I can't find any in that thread

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Your Projects - Post and Critique
« Reply #327 on: June 18, 2010, 06:32:00 pm »
Not to go too off-topic, but anybody know where I can find Calc84maniac BASIC raycaster? I have checked OTBP and UTI but couldn't find it :(
The asm version is in http://otbp.tifreakware.net/phpBB2/viewtopic.php?t=251
and the ti basic one: http://otbp.tifreakware.net/phpBB2/viewtopic.php?t=102

Enjoy.
EDIT: more screenies of assembly version in the new link
« Last Edit: June 18, 2010, 06:37:09 pm by Galandros »
Hobbing in calculator projects.

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: Your Projects - Post and Critique
« Reply #328 on: June 18, 2010, 06:34:18 pm »
a download link.
and I mean the BASIC version
« Last Edit: June 18, 2010, 06:34:41 pm by DJ Omnimaga »

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Your Projects - Post and Critique
« Reply #329 on: June 18, 2010, 06:37:53 pm »
a download link.
and I mean the BASIC version
Sorry, I think it is not available. I haven't seen it either. But I am also curious.
EDIT: I also started to reply before you posted the "download link" and was ninja'ed by calcdude84se .  ;)
« Last Edit: June 18, 2010, 06:41:32 pm by Galandros »
Hobbing in calculator projects.