#
https://play.google.com/store/apps/details?id=com.glidelinesystems.dioptra
App to take photos including including position and orientation.
Personal Blog about anything - mostly programming, cooking and random thoughts
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
})
#gamedev progress:
#gamedev progress:
Slow progress in the last couple of sessions. I've started to implement employees. Employees work at rooms/stations whenever a guest wants to interact with them (e.g. booking a room). I'm not yet 100% happy with the implementation (blaming my #rust skills).
Additionally implemented a hunger+restaurant prototype.
#gamedev progress:
#gamedev progress:
Wrote function to find all tiles which are reachable from another one. Rooms have now a property to define how they connect to their neighbors.