#
#gamedev progress:
- started work on UI elements
- Guest will no longer be checked in automatically. Instead the player has to choose a room for them (ideally based on preferences)
Personal Blog about anything - mostly programming, cooking and random thoughts
#gamedev progress:
#gamedev progress:
#gamedev progress on unnamed hotel game:
I'm currently measuring the horizon to determine shading on my solar panels.
TIL: A Theodolite is used to measure horizontal and vertical angles between visible points.
On Android Dioptra can be used to do the same (with very coarse accuracy)
https://play.google.com/store/apps/details?id=com.glidelinesystems.dioptra
App to take photos including including position and orientation.
#TIL: Placing two spaces at the end of a line creates a line break in #markdown.
https://norden.social/@SheDrivesMobility/113761379752013471
Ich kann mit meinem selbst gebauten Blog im Fediverse aktiv sein, mit Menschen interagieren und meine Inhalte gehören immer mir
https://ruby.social/users/gd/statuses/113760566165706252
Thanks :)
https://pouet.chapril.org/@sgued/113760509761590061
Thanks! That is what I was looking for.
I'm missing the vocabulary for googling this.
Is there a better way to write this? I want to filter a vector of enums to elements that match one specific pattern.
.filter(|r| match r.kind {
RoomKind::BedRoom(_) => true,
_ => false
})