David Speck

3 Followers
10 Following
42 Posts
AI Programmer @ Guerrilla

Who made what now?

#ai #techethics #aimeme

2D variation of the recent "Cascade" series I've been experimenting with. I've combined two different techniques and managed to loop it.

1) Replacement looping. Learned from @bleuje a few years ago, and have used probably hundreds of times since In this case, the loop is ~3 seconds. However, if you time how long it takes a particle to fall, it's more than 2x that time. So each particle ends (after ~3 seconds) at a point where a new identical particle begins. This is the "replacement" that is going on.

2) Particle system. Motion is dictated by forces. In this case, a downward gravity-like force, and the repulsive force of the spheres/circles. Each new particle position is determined by previous position + net forces.

These experiments are the first time I've managed to use replacement looping with particles whose position is determined by their previous position (as opposed to equations that determine a particle position for any time during the loop).

u get a catenary .gif(t) for christmas happy holidays
Merry Christmas! ❄️❄️❄️
Making an asteroids clone or something idk

https://anemerald.itch.io/demo-lition #BevyEngine #Rust #GameDev
demo_lition by AnEmerald

A shooter demo made with bevy

itch.io

It's not just playin', you know?

#gamedev

Crystal Shader Breakdown

An unlit/glowing crystal shader with a colour gradient based on object space Y position, and refraction via Scene Color node

Hey'all~ @h3r2tic, @lydmartin, @OdaTilset and I announced our castle doodling game last Thursday at Wholesome Snack!

It's called 🏰🌿 #TinyGlade 🏰🌿

Phew~ what a ride! We are still waiting for more data, but so far based on the first day, the reveal has gone WAY better than I had anticipated 😳 I'm planning to make a small blog-thread about how it went, what we did, newsletter, tiktok, etc. sometime after I've degaussed a bit 😁

I've made another article on my blog.
This time, we'll be looking at @OskarStalberg's Planet, a beautiful little landscaping toy.

https://www.boristhebrave.com/2022/12/18/how-does-planet-work/

How does Planet Work

It’s been over a year since I last deconstructed how a game does its procedural generation. Today we’ll be looking at Planet, a 2016 cosy design toy by one of my favourite developers, O…

BorisTheBrave.Com