add calendar, canvas, btc, webrtc, do some reorg

This commit is contained in:
Josh Lehman 2021-03-03 14:40:56 -03:00 committed by GitHub
parent a9814075c5
commit f5835a01d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,20 @@
# awesome urbit [![](https://img.shields.io/badge/~-awesome%20urbit-lightgrey)](https://github.com/urbit/awesome-urbit)
A curated collection of projects and tools in the Urbit ecosystem.
## Applications
- [srrs](https://github.com/ryjm/srrs) a spaced repetition repetition system on urbit
- [Calendar](https://github.com/taalhavras/ucal) - a calendar styled after Google Calendar
- [Canvas](https://github.com/yosoyubik/canvas) - a collaborative drawing application
## Application Tooling
- [btc-agents](https://github.com/timlucmiptev/btc-agents) - agents for interacting with a Bitcoin full node.
- [urbit-webrtc](https://github.com/black-river-software/urbit-webrtc) - agents for establishing WebRTC connections between ships.
## Games
[Chess](https://sr.ht/~ray/urbit-chess) - play Chess over Urbit
## Apps
- [ryjm/srrs](https://github.com/ryjm/srrs) a spaced repetition repetition system on urbit
- [Chess](https://sr.ht/~ray/urbit-chess) - play Chess
## Tools
@ -18,26 +25,26 @@ A curated collection of projects and tools in the Urbit ecosystem.
## Development
- [matildepark/urbit-static-page](https://github.com/matildepark/urbit-static-page/) Mount an arbitrary HTML page to an Urbit ship
- [urbit/create-landscape-app](https://github.com/urbit/create-landscape-app) Get started making a simple app for Landscape with a few commands
- [robkorn/urbit-chatbot-framework](https://github.com/robkorn/urbit-chatbot-framework) A framework that allows anyone to create an Urbit Chatbot with only a few lines of code
- [urbit-static-page](https://github.com/matildepark/urbit-static-page/) Mount an arbitrary HTML page to an Urbit ship
- [create-landscape-app](https://github.com/urbit/create-landscape-app) Get started making a simple app for Landscape with a few commands
- [urbit-chatbot-framework](https://github.com/robkorn/urbit-chatbot-framework) A framework that allows anyone to create an Urbit Chatbot with only a few lines of code
### Learning
- [rabsef-bicrym/tudumvc](https://github.com/rabsef-bicrym/tudumvc/) todoMVC on Urbit
- [TuduMVC](https://github.com/rabsef-bicrym/tudumvc/) todoMVC on Urbit
- [Beginning Hoon Introduction](https://hooniversity.org/beginning-hoon-introduction-2/) (hooniversity.org)
- [hoon-cheat-sheet](https://storage.googleapis.com/media.urbit.org/docs/hoon-cheat-sheet-2020-07-24.pdf) (PDF)
- [timlucmiptev/gall-guide](https://github.com/timlucmiptev/gall-guide) Complete guide to Gall and Landscape apps on Urbit
- [The Complete Guide to Gall and Landscape](https://github.com/timlucmiptev/gall-guide) Complete guide to Gall and Landscape apps on Urbit
- [Gall 101 HTTP](https://hooniversity.org/gall-101-http/) (hooniversity.org)
- [CS 498MC • Martian Computing](https://davis68.github.io/martian-computing/) (University of Illinois)
- [Nock for Everyday Coders](https://blog.timlucmiptev.space/part1.html) A 4 part series on Nock
## Operations
- [arthyn/taisho](https://github.com/arthyn/taisho) A ship runner and manager for Urbit OS
- [taisho](https://github.com/arthyn/taisho) A ship runner and manager for Urbit OS
- [How to run Urbit on Windows with Docker Desktop](https://gist.github.com/botter-nidnul/bc55769afe006de6f93b27390e5d1267)
- [Urbit operator's cheatsheet](https://blog.urbit.live/urbit-operators-cheatsheet/) (urbit.live)
- [nisfeb/urbit-boot-automation](https://github.com/nisfeb/urbit-boot-automation) Trivially start a DigitalOcean droplet and start an Urbit planet
- [urbit-boot-automation](https://github.com/nisfeb/urbit-boot-automation) Trivially start a DigitalOcean droplet and start an Urbit planet
- [flagday.sh](https://gist.github.com/philipcmonk/8e3d095b9545069237c759cd9aad32c2#file-flagday-sh-L175-L176)
- [CaptEmulation/urbit-docker-compose](https://github.com/CaptEmulation/urbit-docker-compose) Self container Let's Encrypt / certbot / nginx / urbit docker-compose deployment
- [mogfus-ropduc/urdocker](https://github.com/mogfus-ropduc/urdocker) Builds a Docker image with the latest Urbit binary. Mounts a local directory in the container for your pier. Also lets you set a port of your choosing.