Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 617 Bytes

File metadata and controls

23 lines (17 loc) · 617 Bytes

SinTableGen

SinTableGen is a simple utility to generate sin tables.

Default size of the generated sin table is 65536. But you also can provide your size of sin table through arguments.

$ sintablegen 80000

Output of SinTableGen will be in file sintable.h.

You can also see an example output in sintable.h repository.

Manual build

Tools: meson, ninja

$ git clone https://github.com/NoWare-Development/sintablegen.git
$ cd sintablegen
$ meson setup build
$ ninja -C build