Skip to content

Let's create some basic learning examples for Haxe Cppia (scriptable cpp)!

Notifications You must be signed in to change notification settings

cambiata/Haxe-Cppia-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Haxe-Cppia-Basics

This is a simple testproject created for the single purpose of learning how to use cppia, the scripable "cpp subtarget" for Haxe, created by Hugh Sanderson.

Info about cppia can be found in Hugh's WWX2015 talk (cppia part starts around 15:45).

A cppia script is a "instructions assembly" script that can be run by inside a cppia host, and gives you Neko JIT runtime speed at near-zero compilation time. It also lets add performance critical code to the host, wich gives you full cpp runtime speed for those parts.

About

Let's create some basic learning examples for Haxe Cppia (scriptable cpp)!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published