Skip to content

fikmat/fikmat-api-wrapper-godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Fikmat

Simple Godot wrapper for Fikmat API It deals with request sending automatically, you just update the data and they will be processed with next request in queue.

How to use

Examples

# led strips
var colors = [[255, 0, 0], [0, 255, 0], [0, 0, 255]]
FikApi.set_data({ "led_right": colors, "led_left": colors })

About

Simple Godot wrapper for Fikmat API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors