All Projects → asantee → ethanon-samples

asantee / ethanon-samples

Licence: other
Ethanon Engine programming samples.

Programming Languages

AngelScript
46 projects

ethanon-samples

How to run samples

Make sure you have the latest stable release of Ethanon Engine.

Windows

  1. Open the editor
  2. Go to File -> New project...
  3. Choose the .ethproj file from the project you wish to run and overwrite it. It will deploy all necessary binaries including the .exe without overwriting the sample's source files
  4. Open main.angelscript file with SciTE or Sublime (if you have it installed)
  5. Hit F5 to start the example or run machine.exe directly

Mac OS X

  1. Open the terminal

  2. Run the following command:

    open -a machine.app --args dir=/Users/user-name/project-path/

    Don't forget the slash before Users

or

  1. Make sure Ethanon's machine.app is in the /Applications folder
  2. Make sure you have Ethanon Sublime Plug-in installed
  3. Open main.angescript file with Sublime and hit Cmd + Shift + B to run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].