`lxcore` is a lightweight FiveM Lua 5.4 framework designed to simplify common tasks for FiveM server development. With just a 5M size, it is fast and easy to deploy, without compromising on features.
- Lightweight: Just 5M in size.
- Easy to Use: Simple for FiveM.
- Fast: Optimized for performance in a FiveM environment.
- Extensible: Easily import the framework object.
- FiveM server instance
- Lua 5.4
- Download the latest release from the GitHub repository.
- Extract the `lxcore` folder into your FiveM server's `resources` directory.
- Add `start lxcore` to your server's `server.cfg` file.
After installing the framework, you can start using it in your server-side or client-side scripts:
coming soon
For more examples, check out the Examples folder.
For comprehensive documentation, please visit Documentation Link.
Contributions are welcome! Please read the Contributing Guidelines and the Code of Conduct before you start.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Special thanks to all the contributors and users.