Linear Space Program
79 subscribers
168 photos
16 videos
11 files
50 links
Побочные эффекты игростроения на хаскеле.

https://icrbow.itch.io/

Чатик: @HaskellGameDev
Дискорд: https://discord.gg/vxpWtBA
Download Telegram
Added staged buffers and a few more wrappers to draw them.

It appears that coherent/staged is a more useful separation than vertex/index/uniform/etc.

Having a storage type kind is fun, but breaks collections-of-collections flow, so more typeclasses and singletons are in order.
Tracking some LEO objects with https://hackage.haskell.org/package/orbits

It's a first time I used units to catch errors. Good: converting SDL ticks to SI and "deconverting" kilometers to scene space. Bad: I still managed to put Sun mass instead of Earth's and got wild orbital periods.
A few more 🛰 around a sphere I haven't been able to properly fake in 2D 🌐
Linear Space Program
A few more 🛰 around a sphere I haven't been able to properly fake in 2D 🌐
This doesn't look right. Those are all 45°-inclined objects at even longitudes. Where are their above-the-equator bits? 🤔
linear 1 : geomancy 3
Simple directional lighting makes things look normal
Cubemapping unit spheres is easy
cris_moore_cube.gif
544.5 KB
You'd think living in a 3-star world would be difficult? How about 4?

https://math.ucr.edu/home/baez/week234.html
Progress has been made
> Reading from MIDI controllers should not be too difficult.

https://gitlab.com/dpwiz/PortMidi-simple