Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::ext::js Namespace Reference

Embedded JavaScript runtime using Duktape. More...

Classes

struct  CallableEntity
 JavaScript callable entity (can be either a class or a function) More...
 
struct  Runtime
 JavaScript runtime. More...
 

Detailed Description

Embedded JavaScript runtime using Duktape.

To use, you must first take care yourself of the inclusion + link with the duktape library

#include "path/to/duktape.h"
#include <OxygenEngine/ext/js_runtime.h>