6 Commits

Author SHA1 Message Date
714bf453c8 Adds a hello message from the plugin
Adds a simple console output message to confirm the plugin
is correctly loaded and initialized. This serves as a basic
smoke test and helps with debugging.
2025-07-26 14:32:24 -05:00
4e017af194 Initializes plugin template with Lua support
Sets up the basic project structure for a Lumenite plugin,
including CMake configuration, Lua integration, and a
sample plugin implementation.

This commit introduces the necessary files and configurations
to create a functional Lumenite plugin that can interact with
the engine via Lua scripting.

It also includes a basic plugin API header for defining
plugin metadata and export functions.
2025-07-26 13:28:35 -05:00
45cc24aa53 removed lua clis 2025-07-26 13:28:02 -05:00
215ad784a1 Initializes Lumenite plugin template.
Sets up a basic C++ plugin template for Lumenite.

This includes:
- CMake configuration for building the plugin.
- A basic plugin implementation with a Lua binding.
- Metadata registration for Lumenite to discover the plugin.
- Ignores automatically generated JetBrains IDE files.
2025-07-26 12:48:30 -05:00
3cf37e4509 added lua 2025-07-26 12:48:23 -05:00
cb95105686 Initial commit 2025-07-26 17:30:14 +00:00