Cosmos Executable is a utility for creating and running executable files in a Cosmos operating system, implemented in AuraOS for now. It uses Lua 5.2 for scripting and ZIP for data compression.
To develop an executable:
- Place your Lua source files (main.lua and other source files) in the 'source' folder.
- Use the Cosmos Executable builder to create your CEXE file.
Here's how to create a CEXE file:
CosmosExecutableBuilder.exe <source_directory> <output_cexe_file>
<source_directory>
: Directory containing your Lua source files.<output_cexe_file>
: The output CEXE file name.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 AuraOS.
This project is BSD Clause 3 licensed.