Go to file
NF ae818c1216 Merge branch 'MathWorlds_0.3' into 'master'
SMT Texture pack added

See merge request !2
2017-02-12 11:10:46 +00:00
build/android Environment & IGameDef code refactoring (#4985) 2017-01-09 20:39:22 +01:00
builtin Add staticdata parameter to add_entity (#5009) 2017-01-09 20:39:45 +01:00
client Shaders: Remove unnecessary 'if' statements 2016-12-24 00:22:16 +00:00
cmake/Modules Fixes for compiling with a newer (system) jsoncpp (#4429) 2016-08-10 12:10:00 +02:00
doc Add staticdata parameter to add_entity (#5009) 2017-01-09 20:39:45 +01:00
fonts Compress textures and fonts 2015-10-15 01:45:59 -04:00
games/minimal Add 2D sheet animation for nodes 2017-01-02 15:28:06 +01:00
misc Windows: Add manifest file and set "High DPI Aware" true 2016-11-07 21:55:01 +00:00
mods New modsystem 2013-05-19 02:15:36 +02:00
po Translated using Weblate (Russian) 2016-12-22 23:14:16 +01:00
src Upload new file 2017-01-21 13:21:30 +00:00
textures Added SMT files 2017-02-12 10:31:51 +00:00
util Travis: Build server too for UNIX 2017-01-04 15:13:17 +01:00
.gitattributes .gitattributes 2011-08-11 17:57:40 +02:00
.gitignore Gitignore: ignore idea and ninja files 2016-05-22 08:22:37 +01:00
.mailmap Update .mailmap 2014-09-21 19:01:43 +02:00
.travis.yml Travis: build matrix improvements + CPP11 build 2016-10-06 00:28:24 +02:00
CMakeLists.txt Continue with 0.4.15-dev 2016-12-22 23:14:17 +01:00
CONTRIBUTING.md CONTRIBUTING: disallow signed git commits 2016-04-22 00:46:07 +02:00
README.txt Update README.txt 2017-01-21 18:25:28 +00:00
minetest.conf.example Fix display gamma documentation 2017-01-02 21:42:50 +00:00
textures-simple-v02.tar.gz Add files via upload 2017-01-11 22:57:16 +00:00

README.txt

Welcome to MathWorlds!

So far, MathWorlds allows you to create a world defined by an implicit relation f(x,y,z,c)=0.

Just compile the game as you would with minetest and then choose 'MathWorlds' in the mapgen menu! Have fun!

Don't forget to add ''static_spawnpoint = 50,20,0'' to your minetest.conf file or else you will fall into INFINITY!!

Instruction to compile:

1. cd to master directory

2. cmake . -DRUN_IN_PLACE=TRUE && make -j2

3. Go to bin folder and run ./minetest (for more details and options https://github.com/minetest/minetest)

4. Add the minetest game for extra fun (https://github.com/minetest/minetest_game)


MathWorlds is a fork of Minetest 0.4.15 and is released under the same license.