Skip to content

Installation

Graham Misail edited this page Jun 23, 2018 · 1 revision
  • Dia is built on top of the Kha framework, so you must first generate a Kha project.
  • Inside your new Kha project, create a new folder called 'Libraries'. Your project should have three folders, 'Sources,' 'Assets,' and 'Libraries.'
  • Download Dia from Github, unarchive it, and drop the folder in the Libraries folder.
  • Go to 'khafile.js' and add this line:
    • project.addLibrary('Dia');
  • You're now ready to program using Dia!

Clone this wiki locally