ebitengine / purego

Apache License 2.0
2.16k stars 68 forks source link

purego: simplify code by merging darwin and linux #98

Closed TotallyGamerJet closed 1 year ago

TotallyGamerJet commented 1 year ago

This commit merges the darwin and linux code because they are both unix systems. This is important because it limits the amount of assembly. I found two bugs in the linux implementation while merging the two. Callbacks are still not supported on Linux