Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update modules-for-reference.md #94

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/modules-for-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Make sure to provide credit where credit is due.
| [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# |
| [C# module](https://github.com/altmp/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**) |
| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |