how to make minecraft in c++ and opengl

This commit is contained in:
Tu Tran 2017-04-12 01:38:44 -04:00
parent b66d927237
commit 1c9e4c5c61

View file

@ -9,11 +9,12 @@ Learning by doing is important and more effective than plainly following a docum
* [Ruby](#ruby)
* [Haskell](#haskell)
## C:
## C/C++:
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
* [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
* [Write an OS from scratch](https://github.com/tuhdo/os01)
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
## JavaScript:
* [Create Serverless React.js Apps](http://serverless-stack.com/)