Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 397 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 397 Bytes

oppai5 (oppai-go)

osu! pp and difficulty calculator. Transpiled by hand version of https://github.com/Francesco149/koohii

I tried first to use cgo to use oppai-ng in Go but it was giving me always a 'undefined reference to c_function' error from the linker. Recently Francesco149 made a version in Java easy to understand and very easy to convert 1:1 to Go.