Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.23 KB

Ethanon Engine's Sublime plugin 4 LINUX

Through this modified sublime text plugin is possible to develop your Ethanon Engine's projects on Linux. (does not compile for Linux, only generates/updates game.bin).

  • What's my point ?
    • Being capable of develop for Ethanon supported platforms throught Linux. The game.bin bytecode generated by Ethanon is universal, working on Windows, Android, iOS, OSX. Just changing their nomenclature (example: android_game.bin, ios_game.bin). (http://doc.ethanonengine.com/manual/83).

alt text

Dependencies

Installation

  • Open Sublime Text, go to Preferences -> Browse Packages
  • Copy the directory "/Ethanon/" to "sublime-dir/Packages/"

Setting up build option

  • Open the main.angelscript file from your project with Sublime Text
  • Go to Tools -> Build system and pick Ethanon
  • Use Ctrl + B to Build and F5 to Run