You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides the [samples you can run online on the Heaps site](https://heaps.io/samples/) you should try the many [**samples from the github repository**](https://github.com/HeapsIO/heaps/#samples). There are many samples that haven't yet been added to the site of Heaps. The samples are already in your Haxe's Heaps folder on your local machine: `HaxeToolkit\haxe\lib\heaps\git\samples`. When compiling the `all.hxml` file all samples should get compiled (which currently takes about 227 MB of disk space).
15
+
Besides the [samples you can run online on the Heaps site](https://heaps.io/samples/) you should try the many [**samples from the github repository**](https://github.com/HeapsIO/heaps/#samples).
16
16
17
-
Sidenote (Windows): When using HashLink you can run them very quickly when [adding HashLink to your right mouse menues](https://github.com/HaxeFoundation/hashlink/wiki/Further-Tips#working-on-windows).
17
+
There are many samples that haven't yet been added to the site of Heaps. The samples are already in your Haxe's Heaps folder on your local machine: `HaxeToolkit\haxe\lib\heaps\git\samples`.
18
18
19
-
### 📚 Wiki / Docs
19
+
When compiling the `all.hxml` file all samples should get compiled (which currently takes about 227 MB of disk space).
20
20
21
-
- We have many code samples and explanations on our **documentation/wiki pages** here. Have a look at all the sections. (Also compare to the [wiki pages on github](https://github.com/HeapsIO/heaps/wiki)...)
22
-
- A [manual created by Mezo](https://facilitatedistaken.github.io/HeapsTutorial/)
21
+
Sidenote (Windows): When using HashLink you can run them very quickly when [adding HashLink to your right mouse menues](https://github.com/HaxeFoundation/hashlink/wiki/Further-Tips#working-on-windows).
23
22
24
23
### 👩💻👨💻 Samples from other users
25
24
26
-
-You can also learn from external public repositories from other **members of the community**
25
+
You can also learn from external public repositories from other **members of the community**
27
26
-[Smallest-Heaps-Examples](https://github.com/Beeblerox/Simplest-Heaps-Examples) by Beeblerox
28
27
-[haxe-heaps-examples](https://github.com/joereynolds/haxe-heaps-examples) by Joe Reynolds
29
28
30
29
### 🎈 Template games for learning
31
30
32
-
-Learn from **simple games** made for beginners/learning
31
+
Learn from **simple games** made for beginners/learning
33
32
-[[Sample games for learning]]
34
33
35
34
### 🐾 Step-by-step Tutorials
36
35
37
-
-Learn from step-by-step **tutorials**
36
+
Learn from step-by-step **tutorials**
38
37
-[Deepnight tutorials](https://deepnight.net/tutorials/) by Deepnight/Sébastien Bénard
39
38
-[BiteSize video playlist on YouTube](https://www.youtube.com/playlist?list=PLT0YBWiI9UjE-yTXsQF8vy0t2qF5JT0-u) by Willie The Stupid Programmer
40
39
@@ -46,18 +45,16 @@ Sidenote (Windows): When using HashLink you can run them very quickly when [addi
46
45
### 🌐 Community
47
46
48
47
- Ask questions, discuss and get in touch with the **community**!
- Becoming proficient in **Haxe** will provide you with completely new ***abilities and powers*** in your code. So learning more about what Haxe has to offer as a language gives you new options to solve things. These are just some examples (for more [visit Haxe.org](https://haxe.org/)):
58
-
- the [Haxe manual](https://haxe.org/manual/)
59
-
- the [Haxe API](api.haxe.org/)
60
-
- the [Haxe wiki](https://github.com/HaxeFoundation/haxe/wiki) ( <- quite hidden!)
61
-
- the [Haxe code cookbook](https://code.haxe.org/)
62
-
- the [Haxe community](http://community.haxe.org/) (also visit haxe.org and see "Connect" options)
53
+
Heaps is powered by Haxe. Learn more about Haxe here:
54
+
- The [Haxe website](https://haxe.org/):
55
+
- The [Haxe manual](https://haxe.org/manual/)
56
+
- The [Haxe API](https://api.haxe.org/)
57
+
- The [Haxe wiki](https://github.com/HaxeFoundation/haxe/wiki)
58
+
- The [Haxe code cookbook](https://code.haxe.org/)
59
+
- The [Haxe community](https://community.haxe.org/)
0 commit comments