#api #turtle #block #assembly #limited #text #langcraft

nightly no-std langcraft_api

Interface for programs for use with Langcraft

3 releases

0.1.2 Jul 27, 2020
0.1.1 Jul 27, 2020
0.1.0 Jul 24, 2020

#1189 in Hardware support

23 downloads per month

MIT/Apache

8KB
137 lines

API for various features provided by Langcraft. This allows for (limited) inline assembly, character-width text output, and some built-in world interaction.

Turtle

The most intuitive way to interact with the world is the Turtle (represented by an armor stand). It is essentially a "cursor" that can be moved--the block at its current position can be changed or queried to perform basic input/output, such as drawing a "screen".

No runtime deps