Patrick Stephen

Results 44 issues of 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...

bug
enhancement

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...

enhancement

If you provide JS with a window scale other than 1, (say, 2), you'll get something like this: ![image](https://user-images.githubusercontent.com/4564184/152644844-93c0168f-97d9-4880-8edb-2e3f644dc489.png) Where the image is duplicated horizontally, cut in half, because that's...

bug
enhancement

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...

question

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...

help wanted
good first issue
documentation

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.

enhancement
help wanted

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...

tests