leontm-dev / spiky.js

This is a repository to convert javascript code into python code into llps files to run them on the spike prime robot. This is no official lego spike prime repository

Home Page:https://spiky-js.gitbook.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spiky.js

A way to run the spike prime robot with the beauty of JavaScript

Table of Contents

  1. How to install
  2. How it works
  3. How to start
  4. Licenses and developers
  5. Docs

Installation

You can simply install it with node.js and the npm command in the console.

Simply use npm i spiky.js

Working process

This package is converting JavaScript code into spike prime python code into .llps files to run those on the spike prime robot.

Start coding

You start of with including spiky

const Spiky = require("spiky.js")

Afterwards you gonna define an editor in which you include the base name of the file you want to create (not the name of the js file, the base name without an . ending of the llps file)

const robot = new Spiky(filename)

Now you can use commands and everything, just as in the spike python version! Some systems are changed, if you miss some go to the GitHub repository and summit your ideas!

Licenses and developers

This repository is no official Lego Mindstorms repsitory! Licenses can be found in the other branch!

Developers

@leontm-dev

About

This is a repository to convert javascript code into python code into llps files to run them on the spike prime robot. This is no official lego spike prime repository

https://spiky-js.gitbook.io/docs/

License:MIT License


Languages

Language:TypeScript 100.0%