Skip to content
nbriz edited this page Sep 22, 2021 · 13 revisions

Welcome netizens to the netnet.studio wiki! Here you'll find general info on what netnet is and how it works, as well as guides for how to contribute to the netnet.studio repo. If you'd like to help us work on the project, you'll of course need a GitHub account before getting started. Some contributions are easy to make directly on GitHub (like editing netnet dialogue), but most will likely require you setup a local environment so you can work on code in your preferred editor on your computer.

netnet

Intro stuff for curious netizens

  • Learning: [NEEDS UPDATING]
  • Sketching: part of what makes netnet tutorials so interactive is the fact that you can pause the video and directly edit/experiment with the code at any time. This is because we've built an entire code editor into netnet with all the standard features of a modern code editor as well as all sorts of additional features geared towards beginner creative coders!
  • Data Privacy: [NEEDS UPDATING]
  • Anatomy of a netnet URL: https://netnet.studio is where you'll find netnet's one and only "page", but there's loads of ways to to view that page and preload it with examples, sketches and tutorials.

General stuff for prospective contributors

Specific details for active contributors

  • Creating Dialogue: netnet's dialogue system is what handles it's text bubbles that show up when interacting with netnet. this doc explains how it works, how to edit dialogue (to fixing grammar or spelling for example) and how to create new dialogue (to accompany a widget for example).
  • Creating Widgets: netnet's widget system is used to create all the various windows that pop up, from information boxes like the privacy policy to full blown code generators like the color widget.
  • Creating Tutorials: [NEEDS UPDATING]
  • GitHub Integration: [NEEDS UPDATING]

Clone this wiki locally