Search found 2 matches

by pkhead
Sat Nov 12, 2022 12:30 am
Forum: Support and Development
Topic: Combining two polygons into one polygon
Replies: 7
Views: 3866

Re: Combining two polygons into one polygon

I found this Wikipedia page: https://en.wikipedia.org/wiki/Boolean_o ... n_polygons

Seems useful. Other than that I don't know much about this.
by pkhead
Sat Nov 12, 2022 12:06 am
Forum: Support and Development
Topic: Using FFI array renders dysfunctional
Replies: 1
Views: 1570

Using FFI array renders dysfunctional

I'm making some sort of audio processing thing. I have an array containing the FFT transform. I'm trying to make this array an FFI array instead of a table for potential performance gains. This is the code that declares the tables, starting from main.lua:26: -- using ffi arrays don't work, however u...