Added Haxe section

This commit is contained in:
Mark Knol 2015-11-19 09:56:42 +01:00
parent 4112d0364e
commit 11bda87717
1 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Original Source: [List of freely available programming books](http://web.archive
* [Graphics Programming](#graphics-programming)
* [Hadoop](#hadoop)
* [Haskell](#haskell)
* [Haxe](#haxe)
* [HTML / CSS](#html--css)
* [Bootstrap](#bootstrap)
* [Icon](#icon)
@ -1140,6 +1141,15 @@ Original Source: [List of freely available programming books](http://web.archive
* [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF)
### Haxe
* [Haxe Manual](http://haxe.org/documentation/introduction/) (PDF, web) - Haxe Foundation
* [Haxe and JavaScript](https://matthijskamstra.github.io/haxejs/) (wikibook) - Matthijs Kamstra
* [HaxeFlixel Handbook](http://haxeflixel.com/documentation/haxeflixel-handbook/) (web)
* [OpenFL Handbook](https://www.gitbook.com/book/openfl/openfl-documentation/details) (wikibook)
* [Flambe Handbook](https://github.com/markknol/flambe-guide/wiki) (wiki)
* [Kha Handbook](http://wiki.ktxsoftware.com/wiki/Home) (wiki)
### HTML / CSS
* [A beginner's guide to HTML&CSS](http://learn.shayhowe.com/html-css/)