Go to file
kyleclaassen 0f3e2ec777 Fix issues #42 regarding nan and inf in Implicit Plot 2022-06-11 01:47:12 -04:00
gui Added "Delete Node" button to main screen 2021-07-28 16:33:37 -04:00
locale Added French translation for some new strings, but only the most obvious copy/paste ones 2021-07-31 12:03:18 -04:00
textures Visual improvements to translucent nodes 2019-08-19 21:43:53 -04:00
.gitignore Initial commit 2019-08-16 12:37:04 -04:00
LICENSE.txt License file 2019-08-19 16:05:51 -04:00
README.md Update README.md 2020-06-07 00:27:45 +00:00
commands.lua Removing some minetest.log messages from translations 2020-06-08 03:50:04 -04:00
examples.lua Major feature: ODE Plot. (Squashed commit) 2021-05-01 20:35:02 -04:00
functions.lua Fix issues #42 regarding nan and inf in Implicit Plot 2022-06-11 01:47:12 -04:00
init.lua Setting 2.1.3dev version number 2021-08-07 00:10:06 -04:00
mod.conf Updating mod.conf and removing depends.txt, description.txt 2021-05-01 14:42:11 -04:00
nodes.lua Fix use_texture_alpha boolean deprecation warning 2021-04-18 01:57:27 -04:00
plotdefaults.lua Major feature: ODE Plot. (Squashed commit) 2021-05-01 20:35:02 -04:00
screenshot.png Screenshot 2019-11-13 18:13:58 -05:00
settingtypes.txt Ability to toggle "respect protected areas"; use priv protection_bypass 2020-05-31 18:49:58 -04:00
storage.lua Removing some minetest.log messages from translations 2020-06-08 03:50:04 -04:00
util.lua Major feature: ODE Plot. (Squashed commit) 2021-05-01 20:35:02 -04:00

README.md

MathPlot: A Minetest Mod for Plotting Mathematical Objects

MathPlot is a creative-mode Minetest mod that provides tools for constructing mathematical curves/surfaces/solids. It is built with the intention of being used as an educational device in a multivariable / vector calculus course.

Documentation

See the project wiki for setup instructions, documentation of the mod's features, and example usage.

Information about the author's use of Minetest in educational environments is available here.

Contributors

  • @powid <powi@powi.fr>
    • Implemented internationalization support and provided French translation.