Skip to content

Commit 650ab5a

Browse files
authored
add demo tutorial
1 parent 7b7d32b commit 650ab5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ It's a great way to learn.
1515
* [Bot](#build-your-own-bot)
1616
* [Command-Line Tool](#build-your-own-command-line-tool)
1717
* [Database](#build-your-own-database)
18+
* [Demo](#build-your-own-demo)
1819
* [Docker](#build-your-own-docker)
1920
* [Emulator / Virtual Machine](#build-your-own-emulator--virtual-machine)
2021
* [Front-end Framework / Library](#build-your-own-front-end-framework--library)
@@ -149,6 +150,10 @@ It's a great way to learn.
149150
* [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker)
150151
* [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker)
151152

153+
#### Build your own `Demo`
154+
155+
* [**C++**: _How to start writing an actual demo in <400 lines_](https://gargaj.github.io/demos-for-dummies/)
156+
152157
#### Build your own `Emulator / Virtual Machine`
153158

154159
* [**C**: _Home-grown bytecode interpreters_](https://medium.com/bumble-tech/home-grown-bytecode-interpreters-51e12d59b25c)

0 commit comments

Comments
 (0)