Skip to content

asantee/ethanon-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ethanon Engine programming samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published