Skip to content

NoWare-Development/sintablegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published