Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mta-slipe/Slipe-Core
Slipe - C# for MTA
https://github.com/mta-slipe/Slipe-Core
csharplua mtasa
Last synced: 3 months ago
JSON representation
Slipe - C# for MTA
- Host: GitHub
- URL: https://github.com/mta-slipe/Slipe-Core
- Owner: mta-slipe
- License: other
- Created: 2019-03-06T21:28:09.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2023-07-19T13:59:32.000Z (over 1 year ago)
- Last Synced: 2024-02-27T05:50:54.811Z (11 months ago)
- Topics: csharplua, mtasa
- Language: C#
- Homepage: https://mta-slipe.com/
- Size: 18.6 MB
- Stars: 41
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-mta-sa - Slipe - C# support for MTA. (Other)
README
# Slipe-Core (Alpha)
Slipe-Core is a framework that enables anyone to write scripts for [MTA:San Andreas](https://multitheftauto.com) in C# instead of Lua, wrapping all MTA elements and classes and including some .NET Core namespaces. It is based on [CSharp.lua](https://github.com/yanghuan/CSharp.lua) by [Yang Huan](https://github.com/yanghuan).
To fully enhance your development workflow, use [Slipe-CLI](https://github.com/mta-slipe/Slipe-CLI) to create, build and manage your projects.
## Getting Started
### Prerequisites
* [.NET Core 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1)
* [Visual studio 2019](https://visualstudio.microsoft.com/downloads/)### Installation
* Download the latest version of [Slipe-CLI](https://mta-slipe.com/slipeInstaller.exe)
* Clone this repository in your MTA server's resources folder
* Open the Source/Resource.sln solution
* Use the command ```slipe compile``` in the resource folder or simply build the project from Visual Studio## Website
Full documentation and tutorials can be found on [our website](https://mta-slipe.com/)## Authors
* **Bob van Hooff** - [Nanobob](https://github.com/NanoBob)
* **Mathijs Sonnemans** - [DezZolation](https://github.com/DezZolation)See also the list of [contributors](https://github.com/mta-slipe/Slipe-Core/graphs/contributors) who participated in this project.
## License
[Apache 2.0 license](https://github.com/mta-slipe/Slipe-Core/blob/master/LICENSE).## Communication
[Slipe Discord](https://discord.gg/sZ3GNPF)