Search found 4 matches
- Wed Jul 15, 2020 16:16
- Forum: Minetest-related projects
- Topic: McThings: A framework for creating Scenes using Python
- Replies: 1
- Views: 611
Re: McThings: A framework for creating Scenes using Python
During the last two months several releases have been published adding features such as: * Loading of MagicaVoxel vox files * Rotate and flip operations added * Voxels are created and transformed in memory, and only rendered once they are finished * Added new Things like Collage, Tower and others * ...
- Thu May 14, 2020 15:35
- Forum: Minetest-related projects
- Topic: McThings: A framework for creating Scenes using Python
- Replies: 1
- Views: 611
McThings: A framework for creating Scenes using Python
McThings Home A Python programming framework for building Scenes in Minetest (and Minecraft). Scenes are compositions of Things (Python objects) implemented using the Raspberry PI Minecraft API (which works in Minetest thanks to this mod ). It is based on mcpi library . Scenes can be shared as note...
- Tue May 05, 2020 03:31
- Forum: Minetest-related projects
- Topic: Client for kids programming
- Replies: 15
- Views: 1729
Re: Client for kids programming
I am in a project in which the goal is to teach technology to kids (https://www.juntosdesdecasa.com/, Spanish). One of the workshops is about programming with Minecraft for kids, and for that, we are using Python and the Raspberry API created some years ago . Luckly, Minetest has support for this AP...
- Tue May 05, 2020 02:59
- Forum: Mod Releases
- Topic: [Mod] Raspberry PI MC API for Python code [raspberryjammod]
- Replies: 41
- Views: 17201
Re: [Mod] Raspberry PI MC API for Python code [raspberryjamm
Anyone could explain how to install this mod on debian buster? Thank you Just drop in ".minetest/mods" the folder https://github.com/arpruss/raspberryjammod-minetest/tree/master/raspberryjammod Then you need to activate it in your world mods config. I have installed it in Fedora 32 and it...