Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eiyeron

Pages: 1 ... 25 26 [27] 28 29 ... 101
391
Casio Calculators / Re: PxlOn 1,1 works, but not PxlOn X,Y?? (PRIZM BASIC)
« on: February 04, 2014, 11:13:50 am »
The graphical screen dimension is odd for the same reason in TI: have a center defined by a pixel and have even space after splitting the screen with the graphic axes

392
Casio Calculators / Re: PxlOn 1,1 works, but not PxlOn X,Y?? (PRIZM BASIC)
« on: February 04, 2014, 08:40:37 am »
Maybe because PxlOn overrides the both variables?

393
Art / Re: Mockups "please say this is going to be a game"
« on: February 04, 2014, 08:31:20 am »
Using drawTable command you can have a relatively fast per-pixel drawing.

394
Axe / Re: [Axe] Plane deformations are fun
« on: February 02, 2014, 05:57:42 am »
And that's how, kids, how Runer112 made my day.

395
TI Z80 / Re: AudaciTI - 4 channel music player and editor (in the works)
« on: February 02, 2014, 05:55:34 am »
QUestion can you edit the cannel seetings? Like Attack/Sustain/Release/Decay?

396
Computer Projects and Ideas / Re: Plane deformation : the GLSL version
« on: January 30, 2014, 04:32:06 pm »
Well for 20th version, I tried to add anaglyph 3D. Put on your red&blue glasses!

397
Computer Projects and Ideas / Re: Plane deformation : the GLSL version
« on: January 30, 2014, 11:32:14 am »
Eiyeron, have you ever experimented with raymarching GLSL shaders?
Yes, but my computer is too slow. :/
Gah, is there a non-WebGL version of it or can you please make a little screenie of how it looks like? :3
No, sorry. But a SDL/otherlib could be done by reprogramming the same calculations.

EDIT : Added some motifs and colors!

398
Computer Projects and Ideas / Plane deformation : the GLSL version
« on: January 29, 2014, 12:13:38 pm »
Based on This topic, I decided to make my own Plane deformation thingie, with GLSL and glsl.heroku.com [HERE.]

Documented version : v23

For now, it includes (each effect excludes each other, be sure to only have one effect active)
  • Tunnel Effect
  • Plane Effect
  • Tunnel Teleportation Effect
  • TUnnel/Plane Effect
  • Plane in 8 Effect
  • Distort Effect

And for getting some colors/motifs :
  • Rainbow Colors
  • Crazy Colors
  • Red_Blue Colors
  • Tesselated Colors
  • Checkerboard Motif
  • Patch Motif
  • Blob Motif
  • Stripes Motif
  • Another stripe Motif, somewhat like leaves
TO distort the result :
  • Wobble Effect
  • Curved View (best effect with Plane)
  • Move (almost needed, it makes the thing beautiful and living)
  • Wave effect (move the perspective in a seasick-ful eyecandy)

Visual Bonus:
  • Distance Fog
  • Border Fog
  • Scanlines
  • RGB Distorsion!
  • 3D ANAGLYPH (well, this is mostly a test)

Just comment/uncomment each modules (defines) and get your custom result! ;)

399
ROM Hacking and Console Homebrew / Re: Pokemon Red ULTIMATE EDITON
« on: January 29, 2014, 12:05:51 pm »
IPS patches are designed to be voided of all proprietary code/binaries, avoiding copyright issues. THus sharing patches are legal, sharing ROM is illegal.

400
Axe / Re: [Axe] Plane deformations are fun
« on: January 29, 2014, 11:32:05 am »
Code: [Select]
#ifdef TELEPORT_EFFECT
u = a;
v = 1./(r + sin(r + time));
#endif
TELEPORTATION TIME! \o/

402
Axe / Re: [Axe] Plane deformations are fun
« on: January 29, 2014, 10:27:39 am »
Aaand here's what I did, inspired from your program.

403
ROM Hacking and Console Homebrew / Re: Pokemon Red ULTIMATE EDITON
« on: January 29, 2014, 06:44:19 am »
[GLaDOS voice]His Evee DIED! You murdered it, you monster.[/GLaDOS voice]

404
ROM Hacking and Console Homebrew / Re: Pokemon Red ULTIMATE EDITON
« on: January 29, 2014, 06:34:33 am »
this doesn't work on gbc4nspire!

Have you first patched the ROM, and not just sent the ips patch? You have to patch the ROM with a utility like Lunar Magic to apply the edits to the ROM and then send the ROM to your calc.

405
Gaming Discussion / Re: Juju's Gaming Server
« on: January 26, 2014, 04:33:12 am »
AOEII? Excellent! That's the only RTS I ever liked! :p So many memories ! (Was young too)

Pages: 1 ... 25 26 [27] 28 29 ... 101