Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Post “2024-05-18-decentraland-and-webarkit” #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions _posts/2024-05-18-decentraland-and-webarkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: post
idx: 34
slug: decentraland-and-webarkit
title: Decentraland and WebARKit
description: News about my recent decentraland discovery and webarkit development.
author: Walter Perdan
date: 2024-05-18T23:40:00.000Z
lang: en
seo:
type: BlogPosting
author: Walter Perdan
intro_paragraph: |-


Bridging the Physical and Digital: My Decentraland World and WebARkit
---
I'm excited to explore the intersection of art, programming, and the burgeoning world of open-source augmented reality (AR). As an artist, I've recently unveiled my creations in a Decentraland world accessible at kalwalt.dcl.eth. This virtual space showcases my visual art pieces alongside demonstrations of my programming projects, with a particular focus on WebARkit.



WebARkit is an open-source JavaScript library built using OpenCV, a powerful computer vision toolkit. Available on GitHub, WebARkit empowers developers to create AR experiences directly within a web browser. This eliminates the need for app downloads, making AR more accessible than ever.



In my Decentraland world, visitors can experience how WebARkit can bridge the physical and digital realms. Imagine viewing my artwork through your webcam and having it come alive with interactive elements or informative overlays. WebARkit opens doors for creating immersive treasure hunts within the Decentraland world, where virtual clues are seamlessly integrated into the real world through your camera.



The possibilities are vast, and the open-source nature of WebARkit allows for continuous innovation. By combining the artistic expression of Decentraland with the technical capabilities of WebARkit, I aim to push the boundaries of what's possible in the metaverse. So, step into my world, explore my art, and discover the exciting potential of WebARkit!
2 changes: 1 addition & 1 deletion admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ collections: # A list of collections the CMS should be able to edit
widget: "select"
options:
- { label: "Walter Perdan", value: "Walter Perdan" }
- {label: "Date_Published", name: "datePublished", widget: "date"}
- {label: "Date_Published", name: "datePublished", widget: "datetime"}
- {label: "Image_path", name: "image", widget: "string"}
- {label: "Intro Paragraph", name: "intro_paragraph", widget: "markdown", required: false}
- {label: "Body", name: "body", widget: "markdown", required: false}
Expand Down