Each map shall have one of these buildings and a small outside area for gathering and socials (you know this stuff)
Each building should have a meeting area for approx 15 persons. Coworking area and silent spaces.
Each map shall have one of these buildings and a small outside area for gathering and socials (you know this stuff)
Each building should have a meeting area for approx 15 persons. Coworking area and silent spaces.
@KrystalLucado what should we change or edit in those maps?
@kaminator also keen to hear your opinion
@Kilian my suggestions follow:
Julio sended v2 of the office map. Feedback here Miro
He will also make one version with medieval wall assets, one with sci-fi and one complely without walls, just in nature
With that in place, I was able to create a test that dynamically displays a title on the map, which you can check out here:
Screenshot of App Brave Browser in Window WorkAdventure Date 2024-09-23 at 11-13 000636
Now, here’s the cool part: @PedCoelho had already created a Lambda function some time ago that allows us to generate images with dynamic text as img-URLs! This function takes the text and color as variables and generates a new image each time the variables are updated. While I’m not sharing the Lambda URL for security reasons, here’s how we’re using it in the project:
async function updateTitle() {
var text = WA.state.textVariable;
var color = WA.state.colorVariable;
var newTitle = `https://[hidden-lambda-url]?text=${encodeURIComponent(text)}&imageType=caption&width=88&height=24&color=${encodeURIComponent(color)}`;
const website = await WA.room.website.get("titleScreen");
website.url = newTitle;
website.visible = true;
}
We are setting up event listeners that detect changes to the text and color variables, ensuring everything updates live when you change the values.
The next step can be to take this further and dynamically display the topic of a meeting on top of the entrance to a meeting room, using the Google Calendar API. This will allow us to fetch real-time meeting details and automatically update the map based on what’s happening, giving users a fully interactive experience.
Or timers…
or …
and…
or…
but also…
What Ideas do you have?
Super exciting stuff—this opens up so many dynamic possibilities for the multiplayer maps. Can’t wait to see where we can take it from here!
Hello World! This is great! Zak at Potluck action wants to live stream with twitch and I am imagining many use cases including a live ticker feed with data. Does this work as an overlay on the hologram?
Yes. Theoretically it can be done.
Currently making the sorrounded by nature version
From Julio:
„ nature updated. I’m quite happy with it, doesn’t quite looks like a working area, but more like a scene. But indeed it’s quite natural in my opinion. Like we are going to some forest that used for a barrack/camp in the past. Check it!“
@KrystalLucado are you happy with the design?
What’s the purpose of this map?
If this is suppose to be a playground where people can build, I don’t see an opening or path to build.
My initial reaction is the pine trees are unrealistic in this setting and the beach area should be a beach in its entirety, as brown next to beach doesn’t flow. Additionally, the colors are also off from our current maps. We need to be consistent.
I do see that users could play - Where’s Waldo and what’s wrong with this map?!
My two cents with all due respect is happy demolition and I’m wondering if mushrooms were involved in this cocreation.
Here we go with the first useable versions
SciFi
Modern
Medieval
Celebrating you and the CoCreation.World team for completing your quest in creating these offices for our virtual consortium.
Teamwork makes the Dreamwork!