Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there an official RIVES library for Python?

A topic by Randoomness created Aug 10, 2024 Views: 77 Replies: 1
Viewing posts 1 to 2

Pretty much the title, just curious because on PyPi I found multiple and I'm not sure if any of them are official

Host (1 edit)

Hey RaidyQK, there is no official Python library atm. We strongly suggest to use C. But if you really want to use Python, you would have to do the C bindings yourself and we'd recommend using micropython (as there is a max CPU number of cycles per gameplay). 

We have a small tutorial on binding the api to Nim (similar syntax to Python, but compiled) here

Please let us know if you have any other questions (Ideally on discord) :)