Good tutorials for the awe6 gaming platform?

I recently came across an awe6 game interface for Haxe, and I want to try, but the only "tutorial" on the site is the pre-created FlashDevelop project template, which also seems quite complicated.

I tried to parse the template, but some things are rather strange, and I can’t understand why the template works, so I would prefer a tutorial (or at least a very simple “Hello World” example) that installs everything and starts, doesn’t assuming a specific IDE. I also tried Google, but almost all the results returned to the FlashDevelop template.

Are there any tutorials / examples / simple demos with awe6 source code that don't loop around a specific IDE template and that are step-by-step and / or easy to understand?

+6
source share
3 answers

We are working on a set of tutorials (and videos). At the same time, check out this very simple Hello World example, which leads to patterns (now also available as Linux bash scripts):

http://code.google.com/p/awe6/wiki/ExampleHelloWorld

+6
source

This is not quite the answer, but framework author Rob Fell made a presentation a few weeks ago at the WWX conference:

+3
source

There are some good examples in the presentation by Valerie Elimac http://workshops.elimak.com/awe6june12/

+2
source

Source: https://habr.com/ru/post/914459/


All Articles