Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
NogginBops created a comment on a pull request on opentk/opentk
> Eagerly awaiting this so I can re-write all my second-order dynamics related stuff to be generic instead of having 8 copy+pasted variants :D Oo interesting. What is the reason you have 8 copie...
NogginBops opened a pull request on opentk/opentk
[pal2] Platform work
### Purpose of this PR Fixes #1785 Fixes an issue where Xrender libs where not found correctly. ### Testing status Tested on Ubuntu 22.04 running GNOME.NogginBops pushed 1 commit to pal2-work NogginBops/opentk
- Make it possible to hide the cursor on X11. Make OpenTK.Backends.Tests have a hidden cursor button. 99c191d
NogginBops pushed 1 commit to pal2-work NogginBops/opentk
- Fix Xrender library not being found on some computers. cebff9a
NogginBops created a comment on an issue on opentk/LearnOpenTK
I'm going to assume your question is answered and that this issue can be closed.
NogginBops closed an issue on opentk/LearnOpenTK
Help
How to display vertices with coordinates greater than 1? ThanksοΌNogginBops created a comment on an issue on opentk/LearnOpenTK
You use a matrix to project vertices outside that range into the -1 to 1 range. The tutorial goes over this in chapter 1.7-1.9 https://opentk.net/learn/chapter1/7-transformations.html
NogginBops created a comment on a pull request on opentk/opentk
We can discuss some ideas on discord. The main goal is to make life easier when using vulkan, but retain basically all flexibility (so you could get the pointer and do "raw" things)
NogginBops pushed 5 commits to master opentk/opentk
- Added methods in Quaternion. and Quaterniond. to be able to get the euler angles of a quaternion in degrees 1e22e6c
- Forgot to add one of the functions to Quaterniond b97a2b1
- Removed the changes in Quaternion and Quaterniond and instead added a RadToDeg constant and a DegToRad constant. cfbd72f
- Changed DegToRad and RadToDeg to float and added a double version for both of them 43eca1b
- Merge pull request #1783 from DamienIsPoggers/master Add a DegToRad and a RadToDeg constant for easier conversion be... cef1867
NogginBops closed a pull request on opentk/opentk
Add a DegToRad and a RadToDeg constant for easier conversion between radians and degrees.
### Purpose of this PR The purpose of this PR is to bring a quality of life function to quaternions. Quaternions, when converted to euler angles, are always in radians, and while having the conv...NogginBops created a comment on a pull request on opentk/opentk
Perfect! CI passes, merging. Ping me on discord if you want a contributor tag.
NogginBops created a comment on a pull request on opentk/opentk
Good stuff, though I think the standard `MathHelper.Rad2Deg` should be `float` as that is what people are mostly going to be using and always casting to float is a pain. We can add a separate `Ma...
NogginBops pushed 1 commit to alc_soft_loopback NogginBops/opentk
- Changed ALC.Loopback to public c6508ac
NogginBops created a comment on an issue on opentk/opentk
Ah, oops. That's my fault. Visual studio defaults new classes to `internal` and I just didn't notice. Will fix!
NogginBops created a comment on an issue on opentk/opentk
No worries, I'll probably end up writing some test code myself to see if it's working before merging.
NogginBops created a comment on a pull request on opentk/opentk
> I assume that IFloatingPointConstants<TSelf> is for MathHelper, right? Also, any other interfaces I am missing? I was thinking we would add something like `Vector3.Pi` but thinking about it, i...
NogginBops created a comment on a pull request on opentk/opentk
@vovatrykoz Should we consider adding more interfaces like `ISignedNumber<TSelf>` and `IMinMaxValue<TSelf>` (maybe even `IFloatingPointConstants<TSelf>`...) in this PR? Or should we consider that f...
NogginBops created a comment on a pull request on opentk/opentk
@Khhs167 are you interested in working on convenience functions for the vulkan bindings in a new PR? Either way I think we unfortunately won't be making this change, so we can close this PR.
NogginBops created a comment on an issue on opentk/opentk
I just made a PR in #1784 that adds support for this extension. It would be great if you would be able to test the PR so that it actually works. π
NogginBops pushed 1 commit to alc_soft_loopback NogginBops/opentk
- Add missing ALC attributes. f510bdb
NogginBops pushed 1 commit to alc_soft_loopback NogginBops/opentk
- Fix LoopbackOpenDeviceSOFT signature. fd38cf1
NogginBops opened a pull request on opentk/opentk
Add ALC_SOFT_loopback extension bindings.
### Purpose of this PR Fixes #1778 ### Testing status Not tested currently.NogginBops created a branch on NogginBops/opentk
alc_soft_loopback - This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS.
NogginBops pushed 4 commits to opentk5.0 opentk/opentk
- Updated vulkan headers to 1.4.303 10c4b6c
- Sort all API entires that can be sorted, to avoid unecessary code diffs. Fix documentation links to point to the late... fa1f743
- Add which functions reference a specific enum/struct/handle in it's documentation. 7c3f016
- Merge pull request #1779 from NogginBops/update-vulkan [5.0] Update vulkan to 1.4.303 8133d79