florianwns / kha-scripts

Petits scripts pour Kha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kha Tutorial

Voici une petite liste de scripts afin de prendre en main la libraire Kha

Beaucoup de vidéos sont disponibles ici : https://haxe.org/videos/tutorials/kha-tutorial-series/

Merci à Lewis Leptons

Installation

Installer la dernière version de Haxe, puis paramétrer le repertoire d'haxelib avec la ligne de commande :

haxelib setup

Installer Kode Studio

Installer la librairie Kha :

git clone --recursive https://github.com/Kode/Kha.git

Dans Kode Studio : Fichier -> Préfèrences -> Paramètres

Ajouter la ligne suivante :

"kha.khaPath": "C:/HaxeToolkit/haxe/lib/kha/git"

F1 -> Init Kha Project

F5 -> Pour Débugger

Liens :

Documentation :

La communauté :

About

Petits scripts pour Kha

License:MIT License


Languages

Language:Haxe 94.9%Language:JavaScript 4.8%Language:GLSL 0.3%