Skip to content

LxCore-project/lxCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LXCore: A Lightweight FiveM Lua 5.4 Framework

Version License

Warning! There is no final release yet this framework is a wip and will most likey break randomly!

Introduction

`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.

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.

Prerequisites

  • FiveM server instance
  • Lua 5.4

Installation

  1. Download the latest release from the GitHub repository.
  2. Extract the `lxcore` folder into your FiveM server's `resources` directory.
  3. Add `start lxcore` to your server's `server.cfg` file.

Quick Start

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.

Documentation

For comprehensive documentation, please visit Documentation Link.

Contributing

Contributions are welcome! Please read the Contributing Guidelines and the Code of Conduct before you start.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Special thanks to all the contributors and users.