Paul C. Scharf

Results 10 issues of Paul C. Scharf

Since we use many of our own types, we might be able to use vector and matrix types from System.Numerics instead of OpenTK types which may result in significant speedups...

enhancement
discussion-needed

Bin packing tests are currently only testing one of several public methods and are not using fluent assertions yet. See also #194

enhancement
good-first-issue
hacktoberfest

## 🆙 Improvement proposal At present, the BackgroundActionQueue will break if any actions executed throw. While the user can catch and handle their own exception, we should consider doing this...

enhancement
good-first-issue
hacktoberfest

I have found the collection very useful in all sorts of places, most recently in a custom event-subscription system. For that I may want to enumerate the list in reverse,...

enhancement

- [x] size of tile map should be arbitrary (as available memory and integer coordinates allow) - [ ] needs support to translate between real positions and tiles, like -...

feature

Here’s a list I compiled a while ago with examples I’d like. It’s already out of date again, but it’s a starting point at least. - [x] 03.RenderSettings - buffer,...

enhancement
good-first-issue

This class can cause the creation of buffers on geometry addition, which if it happens on a non-gl thread will fail and lead to unexpected results. Creating the buffers lazily...

This is of interest especially in all places that move vertices around, like BufferStream.