Added README

master
Pierre-Yves Rollo 2019-04-17 16:31:09 +02:00
parent 3ab9c15222
commit d5c61baa4f
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
Demonstration mod for FFIopt mod.
**License**: LGPL
# Description
**ffiopt_demo** provides two demos launchable by chat commands that measure performances of dummy tasks optimized by FFIopt.
You can perform several tests with FFIopt activated or not.
# How to use it
## PerlinNoise
Launch the test, issuing ```/pn``` command. Information is outputed both on chat and in logs.
This test is safe for your map.
## VoxelManip
First, issue a ```/emerge``` to be sure all mapblocks are generated before starting the test.
**BEWARE**: This tests alters the world, do it on a dummy map.
Launch the test, issuing ```/vm``` command. Information is outputed both on chat and in logs.