Skip to content

Commit

Permalink
Update TS binding, bump NPM version, scrap Wally
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Oct 16, 2024
1 parent 60c92b0 commit 6a391d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
[![License](https://img.shields.io/github/license/bloxstraplabs/bloxstrap-rpc-sdk)](https://github.com/bloxstraplabs/bloxstrap-rpc-sdk/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/release/bloxstraplabs/bloxstrap-rpc-sdk?color=7a39fb)](https://github.com/bloxstraplabs/bloxstrap-rpc-sdk/releases/latest)

This repository serves to centrally hold the code for the BloxstrapRPC SDK module, which is published to [Roblox](https://create.roblox.com/marketplace/asset/14278970228/BloxstrapRPC-SDK), [roblox-ts](https://www.npmjs.com/package/@rbxts/bloxstrap-rpc-sdk), and [Wally](https://wally.run/package/pizzaboxer/bloxstrap-rpc-sdk). You can also get it here from the [releases](https://github.com/bloxstraplabs/bloxstrap-rpc-sdk/releases/latest) if you wish.
Take advantage of Bloxstrap's features from inside your game with BloxstrapRPC.

More information on details and usage about BloxstrapRPC and the SDK can be found on [Bloxstrap's corresponding Wiki page](https://github.com/pizzaboxer/bloxstrap/wiki/Integrating-Bloxstrap-functionality-into-your-game).
The SDK can be obtained from the following places:
- [Roblox Creator Store](https://create.roblox.com/marketplace/asset/14278970228/BloxstrapRPC-SDK)
- [npm (roblox-ts)](https://www.npmjs.com/package/@rbxts/bloxstrap-rpc-sdk)
- [GitHub Releases](https://github.com/bloxstraplabs/bloxstrap-rpc-sdk/releases/latest)

Documentation on details and usage about BloxstrapRPC and the SDK [is available here](https://github.com/pizzaboxer/bloxstrap/wiki/Integrating-Bloxstrap-functionality-into-your-game).

Special thanks:
- [@EpixScripts](https://github.com/EpixScripts) for helping with the development of BloxstrapRPC itself along with the SDK module.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/bloxstrap-rpc-sdk",
"version": "1.0.1",
"version": "1.1.0",
"description": "Bloxstrap RPC SDK library",
"main": "src/init.lua",
"scripts": {},
Expand Down
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ declare namespace BloxstrapRPC {
declare interface BloxstrapRPC {
SendMessage: (command: string, data: any) => void;
SetRichPresence: (data: BloxstrapRPC.RichPresence) => void;
SetLaunchData: (data: string) => void;
}

declare const BloxstrapRPC: BloxstrapRPC;
Expand Down

0 comments on commit 6a391d8

Please sign in to comment.