Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sfence/test_api

Lua test api for testing minetest mod without minetest running.
https://github.com/sfence/test_api

Last synced: 22 days ago
JSON representation

Lua test api for testing minetest mod without minetest running.

Awesome Lists containing this project

README

        

# `test_api` for testing minetest mods without minetest

## Source code:

Copyright (c) 2023 SFENCE and Minetest authors LGPL -> check LICENSE file

Some part of code is copied from minetest (https://github.com/minetest/minetest)

### Directory `lua_api`

Directory `lua_api` containts lua sources for emulate original Minetest lua mod api.

### Directory `sim`

Directory `sim` includes some added code for emulate Minetest behaviors.