Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started #8

Open
ncannasse opened this issue Dec 6, 2017 · 0 comments
Open

Getting started #8

ncannasse opened this issue Dec 6, 2017 · 0 comments

Comments

@ncannasse
Copy link
Member

The current "Getting Started" instructions are needing a bit more information IMHO.

What I'm thinking would be do have a more complete "getting started" scenario involving having everything setup and running to create & launch your first Hello World in heaps.

That would be:

  • install Haxe (no much further instructions needed)
  • install Heaps (ok too, maybe a screenshot to showcase it :) )
  • install VS Code
  • install Extensions : Chrome debugger, Haxe Support , require restart VSCode
  • create a directory for project , create /out , /src and /res dir, put a sample Bitmap in /res and a Hello.hx in /src
  • setup project compilation : create hxml, create tasks.json (generated with Tasks / Configure default task)
  • setup project launch.json : create index.html page, use Chrome Debugger extension to generate launch options
  • compile & run !
  • any error ? ask Gitter
  • want to learn more ? read documentation / look at samples

We can add some more instructions for HL compile & run, I have started a VSCode extension that will support run (& debugger soon), I'll look at publishing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant