Bobbyjoness

Results 25 comments of Bobbyjoness

In cs universally its y followed by x. I do not know why, but his code his correct.

For points yes it is x,y. but for 2d arrays in code visually its obvious that the first number specifies the row i.e y. The second number specifies the column...

FFI structs use way less memory than a lua table. It's basically c structs. A 2d array of structs would use way memory. I'm not sure but maybe even a...

I know its the holidays but if you want I can help work on this issue now and make a PR. I just need to know what route you want...

I have been looking at the code for the node class and the way it is used seems messy. This could be just my preference but it does not use...

https://github.com/Bobbyjoness/Jumper/commit/1cc2b5301d93851240e5906c7b93364f8f2f9ae8 I made a commit to my fork that will make the Node object utilize ffi structs. I can not make a PR because I had to break things to...

I have a suggestion only relevant due to this having icon in the name but can you add support for font icons if you haven't

I see that you guys are considering using wasm. I honestly don't even understand why you would twist yourself into using that. Why not use Lua? It is a very...

Luajit is blazingly fast. Probably faster than any current wasm interpreter. Next I do not believe being indecisive about the plugin programming language is a good idea. It has the...

I would like an example for this as well if that's what it is for.