Skip to content

subsoap/defmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DefMath

A module with a set of math functions for Defold

Installation

You can use DefMath in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:

https://github.com/subsoap/defmath/archive/master.zip

Once added, you must require the main Lua module via

local defmath = require("defmath.defmath")

Then you can use the DefMath functions for example via

print(defmath.round_decimal(0.12345678,3))

About

A module with a set of math functions for Defold

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages