# Introduction

Interstellar

Lua C++ Linux Windows

A small project because I got bored one-day..., aah jeee.
I just wanted something nice and easy to read >.>


# Usage

Interstellar is designed to expand or add libraries to existing LuaJIT runtimes.
There are two modes of applying to existing runtimes:

  • Internal - We assume you have LuaJIT part of your project thus only requiring the headers.
  • External - We assume you are loading into a part of a project, which will resolve functions instead.

External requires knowledge of the build of LuaJIT running on a project.