<?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: needeen</title>
    <description>The latest articles on DEV Community by needeen (@needeen).</description>
    <link>https://dev.to/needeen</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%2F386780%2Ff78872eb-43a3-4c78-8bfc-e138b69f375f.png</url>
      <title>DEV Community: needeen</title>
      <link>https://dev.to/needeen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/needeen"/>
    <language>en</language>
    <item>
      <title>How to create a node graph editor with #javascript</title>
      <dc:creator>needeen</dc:creator>
      <pubDate>Fri, 15 May 2020 13:24:16 +0000</pubDate>
      <link>https://dev.to/needeen/how-to-create-a-node-graph-editor-with-javascript-48gc</link>
      <guid>https://dev.to/needeen/how-to-create-a-node-graph-editor-with-javascript-48gc</guid>
      <description>&lt;p&gt;Hi, am looking for a way to create a &lt;strong&gt;node graph editor&lt;/strong&gt; using &lt;strong&gt;the mouse&lt;/strong&gt; then get the &lt;strong&gt;adjacency matrix&lt;/strong&gt; and &lt;strong&gt;list&lt;/strong&gt; with  &lt;strong&gt;javascript&lt;/strong&gt; of course with ability of adding/deleting/editing the vertices and edges and choosing whether the graph is directed or undirected just like the following pictures:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.stack.imgur.com/kwdkK.png"&gt;https://i.stack.imgur.com/kwdkK.png&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I tried to look for some js libraries (sigmajs, d3js, ...) but all what I could find was a way to draw graphs from an adjacency matrix and not a way to creat an editor to deal with them using the mouse on the browser .&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>graph</category>
    </item>
  </channel>
</rss>
