Skip to content

Commit

Permalink
Merge pull request #76 from litolax/docs
Browse files Browse the repository at this point in the history
Update articles/modules-for-reference.md
  • Loading branch information
FabianTerhorst authored Oct 16, 2023
2 parents 4d3ba36 + 4c7a4ba commit 615c7ce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions articles/modules-for-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Make sure to provide credit where credit is due.

## List of modules

| Name / Repo | Description |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 |
| [JS module v2](https://github.com/altmp/altv-js-module-v2) | A complete rewrite of the original JS module, following a better API and cleaner code structure |
| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode |
| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# |
| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ |
| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) |
| [Go module](https://github.com/shockdev04/altv-go-module) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |
| Name / Repo | Description |
|----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 |
| [JS module v2](https://github.com/altmp/altv-js-module-v2) | A complete rewrite of the original JS module, following a better API and cleaner code structure |
| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode |
| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# |
| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) |
| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ |
| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) |
| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |

0 comments on commit 615c7ce

Please sign in to comment.