Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
1,057 contributions in the last year
Contribution activity
May 2019
nbraud has no activity
yet for this period.
April 2019
Created a pull request in ppb/ppb-vector that received 11 comments
Update expectations of subclasses
Document status quo.
Propose support of subclasses that define new attributes, described in documentation and tests.
Those are required to be da…
+217
−58
•
11
comments
- WiP: Main loop instrumentation
- GameObjectCollection.add: Behave correctly with inheritance
- CI: Hardcode pip requirements into the Dockerfiles
- requirements: Specify which version of ppb-vector is compatible
- Remove Appveyor and Travis CI
- Bors: Delete branches from the PPB repository once merged
- CI: Build custom containers with dependencies preinstalled
- setup.py: Move all configuration to setup.cfg
- setup.py: Improve dependencies handling
Created an issue in ppb/pursuedpybear that received 4 comments
Avoid creating reference cycles on every frame
While working on instrumenting the main loop (#244), I discovered that we create a reference cycles involving 7 cells on each frame, resulting in t…
4
comments