<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nawashiro</title>
    <description>The latest articles on DEV Community by Nawashiro (@nawashiro).</description>
    <link>https://dev.to/nawashiro</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2060743%2F8e1591d4-4485-4cba-82a5-3e885ef85891.png</url>
      <title>DEV Community: Nawashiro</title>
      <link>https://dev.to/nawashiro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nawashiro"/>
    <language>en</language>
    <item>
      <title>Introduction to the Udon Zettelkasten System - Hackathon Presentation on VRChat</title>
      <dc:creator>Nawashiro</dc:creator>
      <pubDate>Thu, 12 Sep 2024 00:44:30 +0000</pubDate>
      <link>https://dev.to/nawashiro/introduction-to-the-udon-zettelkasten-system-hackathon-presentation-on-vrchat-166d</link>
      <guid>https://dev.to/nawashiro/introduction-to-the-udon-zettelkasten-system-hackathon-presentation-on-vrchat-166d</guid>
      <description>&lt;p&gt;PNG Museum and Engineer Assembly co-hosted a hackathon in VRChat.&lt;/p&gt;

&lt;p&gt;This document summarizes the slides I presented at the hackathon in text format.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpouf4dj0rzh7wzscdz41.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpouf4dj0rzh7wzscdz41.png" alt="World Thumbnail" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;VRChat is a metaverse platform. You can participate using HMD, PC, or smartphone.&lt;/p&gt;

&lt;p&gt;The worlds in VRChat can be controlled using a C#-like programming language called Udon.&lt;/p&gt;

&lt;p&gt;The Udon Zettelkasten System I created this time is a VRChat gimmick that allows you to implement a dynamic model and build a Zettelkasten using Udon.&lt;/p&gt;

&lt;p&gt;is here.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/r9OqMWXUDM4" rel="noopener noreferrer"&gt;https://youtu.be/r9OqMWXUDM4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vrchat.com/home/world/wrld_b6c40f25-1670-4e73-849e-d8b5f4794951" rel="noopener noreferrer"&gt;https://vrchat.com/home/world/wrld_b6c40f25-1670-4e73-849e-d8b5f4794951&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nawashiro.booth.pm/items/6082934" rel="noopener noreferrer"&gt;https://nawashiro.booth.pm/items/6082934&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The "Thing" You Often See in Crime Dramas
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The thing where you stick notes on the wall and connect them with strings to organize.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zettelkasten&lt;/strong&gt; - A method of organizing notes.&lt;/li&gt;
&lt;li&gt;Often seen in note-taking apps like &lt;strong&gt;Obsidian&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;I wanted to realize that "thing" &lt;strong&gt;within VRChat&lt;/strong&gt;!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgzaoq21xu77lcuumh7jq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgzaoq21xu77lcuumh7jq.png" alt="Obsidian Screenshots" width="800" height="599"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Useful in Various Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Discussion events like &lt;strong&gt;Philosophy Cafes&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Virtual meetings&lt;/strong&gt; within VRChat&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Idea generation&lt;/strong&gt; and &lt;strong&gt;brainstorming&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Udon Zettelkasten System
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Developed a PKM gimmick that can be used within VRChat!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;(PKM = Personal Knowledge Management)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F13h2hn7363z11hurn26d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F13h2hn7363z11hurn26d.png" alt="exterior" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu2je8m9osvxbzt3fdicm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu2je8m9osvxbzt3fdicm.png" alt="Aerial photo" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Feature Introduction ①
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Adding notes&lt;/strong&gt;: You can specify the title, color, text, and links to other notes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Editing/Deleting notes&lt;/strong&gt;: When you Use a note, details are displayed, and you can edit or delete it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data saving&lt;/strong&gt;: Save to a notepad, etc., and resume editing even if the instance changes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feature Introduction ②
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multilingual support&lt;/strong&gt;: ChatGPT did it overnight, so accuracy is 🥴

&lt;ul&gt;
&lt;li&gt;English/Esperanto/Japanese/Korean/Russian/Simplified Chinese/Traditional Chinese&lt;/li&gt;
&lt;li&gt;Automatically switches based on the system's time zone.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Calculation limits&lt;/strong&gt;: Enabled by default

&lt;ul&gt;
&lt;li&gt;As the number of notes increases, the amount of calculation increases exponentially, so limits are set when a certain amount is exceeded.&lt;/li&gt;
&lt;li&gt;Instead of calculation errors, the operation becomes lighter.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Export function for LLM&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Export function to read as materials for NotebookLM, etc.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Other Initiatives
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;First attempt at shaders!&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;I wrote the ground shader for the first time.&lt;/li&gt;
&lt;li&gt;I wanted to make the ground reflect beautifully like &lt;strong&gt;Salar de Uyuni&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Implemented &lt;strong&gt;Fresnel reflection&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Booth store opened!&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Udon Zettelkasten System will be &lt;strong&gt;sold as an asset&lt;/strong&gt; (sales started at the time of writing this article!).&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://nawashiro.booth.pm/items/6082934" rel="noopener noreferrer"&gt;https://nawashiro.booth.pm/items/6082934&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Acknowledgements
&lt;/h2&gt;

&lt;p&gt;I would like to take this opportunity to thank those who helped with the production.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;leafsketch&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;不和カプリ&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thank you very much!&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Please try playing in this world!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vrchat.com/home/world/wrld_b6c40f25-1670-4e73-849e-d8b5f4794951" rel="noopener noreferrer"&gt;https://vrchat.com/home/world/wrld_b6c40f25-1670-4e73-849e-d8b5f4794951&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>zettelkasten</category>
      <category>programming</category>
      <category>unity3d</category>
    </item>
  </channel>
</rss>
