app ui fixes and improvements
This commit is contained in:
		@@ -169,28 +169,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
@@ -169,28 +169,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
@@ -169,28 +169,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								examples/ourworld/scripts/kristof.rhai
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								examples/ourworld/scripts/kristof.rhai
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
// OurWorld Circle and Library Data
 | 
			
		||||
 | 
			
		||||
new_circle()
 | 
			
		||||
    .title("Kristof de Spiegeleer")
 | 
			
		||||
    .description("Creating a better world.")
 | 
			
		||||
    .ws_url("ws://localhost:9101/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9000/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9001/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9002/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9003/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9004/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9005/ws")
 | 
			
		||||
    .add_circle("ws://localhost:8096/ws")
 | 
			
		||||
    .logo("🌍")
 | 
			
		||||
    .save_circle();
 | 
			
		||||
@@ -169,28 +169,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,8 @@ new_circle()
 | 
			
		||||
    .add_circle("ws://localhost:9004/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9005/ws")
 | 
			
		||||
    .add_circle("ws://localhost:8096/ws")
 | 
			
		||||
    .add_member("023b0a9d409506f41f5782353857dea6abc16ae4643661cd94d8155fdb498642e3")
 | 
			
		||||
    .add_member("030b62236efa67855b3379a9d4add1facbe8a545bafa86e1d6fbac06caae5b5b12")
 | 
			
		||||
    .logo("🌍")
 | 
			
		||||
    .save_circle();
 | 
			
		||||
 | 
			
		||||
@@ -175,28 +177,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
new_circle()
 | 
			
		||||
    .title("Sikana")
 | 
			
		||||
    .description("Creating a better world.")
 | 
			
		||||
    .ws_url("ws://localhost:8092/ws")
 | 
			
		||||
    .ws_url("ws://localhost:9002/ws")
 | 
			
		||||
    .logo("🌍")
 | 
			
		||||
    .save_circle();
 | 
			
		||||
 | 
			
		||||
@@ -169,28 +169,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
@@ -169,28 +169,28 @@ print("Creating slides...");
 | 
			
		||||
let climate_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Climate Change Awareness")
 | 
			
		||||
    .description("Visual presentation on climate change impacts and solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200", "Global Temperature Rise")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200", "Melting Ice Caps")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200", "Extreme Weather Events")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200", "Renewable Energy Solutions")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200", "Sustainable Transportation"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1569163139394-de4e4f43e4e3?w=1200").title("Global Temperature Rise"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1200").title("Melting Ice Caps"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200").title("Extreme Weather Events"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=1200").title("Renewable Energy Solutions"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1497436072909-f5e4be1dffea?w=1200").title("Sustainable Transportation")));
 | 
			
		||||
 | 
			
		||||
let innovation_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Innovation Showcase")
 | 
			
		||||
    .description("Cutting-edge technologies for a sustainable future")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200", "AI and Machine Learning")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200", "Blockchain Technology")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200", "IoT and Smart Cities")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200", "Quantum Computing")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200", "Biotechnology Advances"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=1200").title("AI and Machine Learning"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1639322537228-f710d846310a?w=1200").title("Blockchain Technology"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1200").title("IoT and Smart Cities"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200").title("Quantum Computing"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?w=1200").title("Biotechnology Advances")));
 | 
			
		||||
 | 
			
		||||
let nature_slides = save_slides(new_slides()
 | 
			
		||||
    .title("Biodiversity Gallery")
 | 
			
		||||
    .description("Celebrating Earth's incredible biodiversity")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200", "Tropical Rainforest")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200", "Coral Reef Ecosystem")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200", "Arctic Wildlife")
 | 
			
		||||
    .add_slide("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200", "Mountain Ecosystems"));
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7?w=1200").title("Tropical Rainforest"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200").title("Coral Reef Ecosystem"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1200").title("Arctic Wildlife"))
 | 
			
		||||
    .add_slide(new_slide().url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200").title("Mountain Ecosystems")));
 | 
			
		||||
 | 
			
		||||
// === COLLECTIONS ===
 | 
			
		||||
print("Creating collections...");
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								examples/ourworld/scripts/timur.rhai
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								examples/ourworld/scripts/timur.rhai
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
// OurWorld Circle and Library Data
 | 
			
		||||
 | 
			
		||||
new_circle()
 | 
			
		||||
    .title("Timur Gordon")
 | 
			
		||||
    .description("Creating a better world.")
 | 
			
		||||
    .ws_url("ws://localhost:9100/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9000/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9001/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9002/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9003/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9004/ws")
 | 
			
		||||
    .add_circle("ws://localhost:9005/ws")
 | 
			
		||||
    .add_circle("ws://localhost:8096/ws")
 | 
			
		||||
    .logo("🌍")
 | 
			
		||||
    .save_circle();
 | 
			
		||||
		Reference in New Issue
	
	Block a user