arthurlee945 / suhag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUHAG (수학)

math functions to build physics engine

Leave a Like! or check out my portfolio arthurlee.bio

      _             _             _             _    |  See No Evil +
     c -.          { ".          c "}          c ".  |  Hear No Evil +
\_   / \   +  \_   /\\   +  \_   / \/  =  \_   / \^  |  Speak No Evil =
  \_| ||        \_|  |        \_|  |        \_| ||   |  One Bored Monkey

Overview

This is a package containing mathametic functions and struct useful for creating physics simulation.

Run below for exaamples

make <EXAMPLE NAME>

or

air --build.cmd "go build -o tmp example/<EXAMPLE NAME>/main.go"

or

go build example/<EXAMPLE NAME>/main.go && ./main.exe

About


Languages

Language:Go 98.9%Language:Makefile 1.0%Language:Shell 0.1%