An Packer for the Rodrigos engine projected to be extreamlly easy to use, for use, just follow these steps
These code will download the packer, create a project, and run it at once
curl -L https://github.com/mateusmoutinho/unknown-Packer/releases/download/0.003/packer.out -o packer.out && chmod +x packer.out && ./packer.out create_project asteroids --force && ./packer.out run
For installing the project just type
curl -L https://github.com/mateusmoutinho/unknown-Packer/releases/download/0.003/packer.out -o packer.out
For start a project with everything configured, just type:
./packer.out create_project asteroids
For Runing , just type:
./packer.out run
For pack the project to final user, type
./packer.out build
For Listing all projects, just type
./packer.out list_examples
For Getting help,just type:
./packer.out help
If you want to build the packer from scracth, just ttype:
cd src && gcc build/main.c && ./a.out
note that you must be on linux and have an gcc and x86_64-w64-mingw32-gcc compiler for these The system its based on the Symbiotic Lua lua template, for a better understandinfg , read the docs overthere.