Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sfence/test_api
- Owner: sfence
- License: other
- Created: 2023-06-26T17:05:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-12T14:32:42.000Z (5 months ago)
- Last Synced: 2024-11-08T11:56:15.534Z (2 months ago)
- Language: Lua
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.