Log In  
Follow
bjornkri
[ :: Read More :: ]

Cart #toasties-2 | 2024-03-27 | Embed ▽ | License: CC4-BY-NC-SA
10

To install as screensaver:

Create /appdata/system/screensavers if you haven't already

load #toasties
save /appdata/system/screensavers/toasties.p64

It should now appear in your system settings under screensavers

v.0.2.0

  • Toasts added
  • Toasters randomly change velocity
  • More even spawning

v.0.1.0

  • Just toasters, with wings, flying
P#144145 2024-03-22 17:34 ( Edited 2024-03-27 13:26)

[ :: Read More :: ]

Keep your flower alive and the weeds away.

Cart #yosikozuro-0 | 2020-04-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

P#74962 2020-04-19 11:30

[ :: Read More :: ]

Cart #bk_ftree-0 | 2019-11-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

X to create a new seed, Z to grow it. Arrow keys do make it more or less gnarly, and the branches longer or shorter.

Was fooling around with generating trees for something entirely different, but thought this became fun enough to share.

P#70187 2019-11-24 13:50 ( Edited 2019-11-24 14:20)

[ :: Read More :: ]

Cart #bjk_rays-3 | 2019-10-11 | Code ▽ | Embed ▽ | No License
6

Playing with raycasting. By default: top down flashlight simulator. Hit Z to go 3D instead!

X will loop through FOV settings, toggle between top down and 3D to visualise what's going on.

UPDATE: Now with zooming effect

P#68716 2019-10-10 11:47 ( Edited 2019-10-11 08:38)

[ :: Read More :: ]

Cart #bjk_batty-5 | 2019-10-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Made for Spooky September 4 Color Jam.

You're a bat. Flap your wings with Z. Boost for 100 coins with X. Fly as far as you can, and collect coins as you go.

Changes
revision 2: Fixed but where you could go forever if you dropped off the screen
revision 3: Add boost. Add effects. Add (temporary) sounds.
revision 4: Final version for the jam! (-ish)

P#68443 2019-10-04 10:01 ( Edited 2019-10-11 09:44)

[ :: Read More :: ]

I was working on a game where cars run across the screen at various speeds, and I created a doppler-sounding effect to play when the cars were spawned. This didn't sound terribly natural though, since the cars all sounded the same regardless of speed. The only solution I found was to create a handful of effects these effects, and then choose the appropriate one based on speed, meaning all fast cars (i.e. velocity above some value) would have one sound effect, all slow cars another, and then a third one for those in between. Got me thinking though, it would be great if I could write a function that took the velocity as an argument and returned an appropriate sound effect. Is this possible? I'm fairly new at this, so it may be documented, but if it is I just don't understand the documentation. :)

That's a specific example, but it also got me thinking more generically. Is there a way to generate music on the fly? In the simplest case it could mean writing a few patterns in the tracker, and then playing one or more at a time, semi-randomly. They would be written in the same key presumably, but otherwise the only randomness is the order they appear in (and/or the channel they appear on).

At the other end of the complexity spectrum would be to generate the patterns procedurally as well, either by writing into the tracker, or manipulating sound in some other way. I don't really know where to start.

So I thought I'd start a discussion. Anyone experimented with any of the above? Any ideas how to tackle this?

P#50507 2018-03-17 07:00 ( Edited 2018-03-18 07:12)

[ :: Read More :: ]


Have fun testing your brand new Renault engine in Barcelona.

P#50057 2018-03-07 11:40 ( Edited 2018-03-07 16:40)

Follow Lexaloffle:          
Generated 2024-03-29 09:06:05 | 0.075s | Q:30