Patrick Stephen
Patrick Stephen
I was surprised when writing some bebop schemas that: ``` import "./example.bop"; struct Test { string Field; } ```` ... did not compile -- `Expected Enum or Struct or Message...
Every time FOSSA tells us anything about a PR, it's always wrong. Right now it's just alert fatigue and having to go in manually and tell FOSSA "no we aren't...
It would help resolve issues like #171 if we had optionally compilable heavily verbose logs to our lowest-level interfaces for those coders who do not want to modify the library...
If you provide JS with a window scale other than 1, (say, 2), you'll get something like this:  Where the image is duplicated horizontally, cut in half, because that's...
The wiki articles are nice, but they are hard to discover if you aren't explicitly looking for them. Should we move them to readmes? Or should we have readmes that...
We want to write more large examples like the platformer and top down shooter tutorials. We'll store the code for these outside of the oak repo, but link to them...
We don't have access to a mac to test on, so controller support hasn't been implemented or tested on a mac. We should resolve this.
1. Look into benchmarking the input loop, including simulating inputs (which might need to be it's own issue). 2. Set up a number of test renderable scenes for the draw...