Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.
Lubos Lenco edited this page Oct 26, 2018 · 8 revisions

Intro

Following is a set of examples showing how to use modern, cross-platform 3D graphics API provided by Kha.

It is meant to be useful if you want to program truly portable 3D graphics in Haxe, and also as a perfect starting point for learning 3D programming from scratch with a super clean API.

If you have never heard of this Haxe & Kha thing, know this - it allows you to do 3D graphics in the most portable and simplistic way, while still being as close to metal as possible. You can learn more here.

We will be closely following excellent opengl-tutorial.org for theory parts, but a clean Kha implementation is built for every tutorial. Let's get started!

Tutorials are listed in the Pages menu to the right.

KodeGarden

Go through the tutorials straight in your browser with no setup required:

Clone this wiki locally