Coder Social home page Coder Social logo

altv-module-boilerplate's Introduction

alt:V Module Boilerplate

An alt:V module boilerplate to quickstart your module development

Prerequisites

  • CMake 3.8 or higher
  • A working C++ compiler (E.g. MSVC or GCC8)
  • Git

What is included in this boilerplate

  • Minimal code needed for a working alt:V module (with instructions and comments, and some small extras to ease development)
  • Preconfigured CMake file and build scripts
  • C++ SDK submodule set-up and update script
  • VSCode tasks and configuration
  • Preconfigured Clang Format and editorconfig files
  • A LICENSE file
  • Automatic build process that copies files etc. for easy use
  • Support for both a serverside and clientside module (Set-up as a shared module)
  • Support for both a Windows and Linux module (no configuration needed)

How to use

  1. Run git clone https://github.com/LeonMrBonnie/altv-module-boilerplate.git to clone the repository
  2. Navigate to the folder with cd altv-module-boilerplate
  3. Run the tools/update-sdk.bat (Windows) or tools/update-sdk.sh (Linux) to make sure you have the last version of the SDK.
  4. Run git submodule init to initialize the submodules
  5. Then run git submodule update --init --recursive to fetch the submodules recursively.
  6. Run the tools/build.bat (Windows) or the tools/build.sh (Linux) to build the project using CMake
  7. The built project .dll / .so can now be found in the dist directory

If any errors persist, make sure to follow steps closely.

Now you can edit this boilerplate for your own module. Make sure to change every file in the boilerplate to your own liking.

Most important files:

  • Everything in src directory
  • LICENSE file (Add your name there)
  • CMakeLists.txt (Change the project name to your own module name)
  • Tools in the tools directory (Make sure to change the names there to your own module name)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.