dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
753 stars 300 forks source link

new version 2.4.1.1 dont include SceneGraph #159

Closed pk2016 closed 5 years ago

dwmkerr commented 5 years ago

Well spotted, I'll fix this and update. Thanks @pk2016!

I'll also update the README with the right links (it seems there's a 2.7 version hanging around as well, so some cleanup is needed)

nzain commented 5 years ago

After upgrading to 2.4.1.1 my good old project doesn't compile anymore. One of the first compiler errors I see in VS is

Error   CS0234  The type or namespace name 'SceneGraph' does not exist in the namespace 
'SharpGL' (are you missing an assembly reference?)

which seems to be related to this issue. Why is it closed? How is this problem resolved?

dwmkerr commented 5 years ago

Hi @pk2016 @nzain - I've fixed the build so that a SharpGL.SceneGraph package is created. You can now add a reference to this and it will solve your issue. Hope that helps!

nzain commented 5 years ago

When will this change make it into a nuget package? This project does not have frequent releases (which is perfectly fine), but it's not so nice when the latest nuget doesn't work :-)

Dave Kerr notifications@github.com schrieb am So., 30. Juni 2019, 10:34:

Hi @pk2016 https://github.com/pk2016 @nzain https://github.com/nzain

  • I've fixed the build so that a SharpGL.SceneGraph package is created. You can now add a reference to this and it will solve your issue. Hope that helps!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=ADKQV6YCSI6N73DDGZBD7WDP5BVY5A5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4H3LA#issuecomment-507018668, or mute the thread https://github.com/notifications/unsubscribe-auth/ADKQV6ZTIGS567PRYLZHQUTP5BVY5ANCNFSM4HSEMHOQ .

dwmkerr commented 5 years ago

It's published now, 2.4.1.2:

https://github.com/dwmkerr/sharpgl#getting-started

You can see the official latest versions in the link above, which I've put into a table for easy reference!

On Sun, 30 Jun 2019 at 16:54, Patrick Stalph notifications@github.com wrote:

When will this change make it into a nuget package? This project does not have frequent releases (which is perfectly fine), but it's not so nice when the latest nuget doesn't work :-)

Dave Kerr notifications@github.com schrieb am So., 30. Juni 2019, 10:34:

Hi @pk2016 https://github.com/pk2016 @nzain https://github.com/nzain

  • I've fixed the build so that a SharpGL.SceneGraph package is created. You can now add a reference to this and it will solve your issue. Hope that helps!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=ADKQV6YCSI6N73DDGZBD7WDP5BVY5A5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4H3LA#issuecomment-507018668 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ADKQV6ZTIGS567PRYLZHQUTP5BVY5ANCNFSM4HSEMHOQ

.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=AAOWOSD7O6R3PERIZAQ32UTP5BYEHA5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4IEXY#issuecomment-507019871, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOWOSG5X4KBWHPDUIYP47LP5BYEHANCNFSM4HSEMHOQ .

nzain commented 5 years ago

Great to hear! Thank you for the quick action. Thumbs up :-)

Dave Kerr notifications@github.com schrieb am So., 30. Juni 2019, 11:24:

It's published now, 2.4.1.2:

https://github.com/dwmkerr/sharpgl#getting-started

You can see the official latest versions in the link above, which I've put into a table for easy reference!

On Sun, 30 Jun 2019 at 16:54, Patrick Stalph notifications@github.com wrote:

When will this change make it into a nuget package? This project does not have frequent releases (which is perfectly fine), but it's not so nice when the latest nuget doesn't work :-)

Dave Kerr notifications@github.com schrieb am So., 30. Juni 2019, 10:34:

Hi @pk2016 https://github.com/pk2016 @nzain < https://github.com/nzain>

  • I've fixed the build so that a SharpGL.SceneGraph package is created. You can now add a reference to this and it will solve your issue. Hope that helps!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <

https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=ADKQV6YCSI6N73DDGZBD7WDP5BVY5A5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4H3LA#issuecomment-507018668

, or mute the thread <

https://github.com/notifications/unsubscribe-auth/ADKQV6ZTIGS567PRYLZHQUTP5BVY5ANCNFSM4HSEMHOQ

.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub < https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=AAOWOSD7O6R3PERIZAQ32UTP5BYEHA5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4IEXY#issuecomment-507019871 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AAOWOSG5X4KBWHPDUIYP47LP5BYEHANCNFSM4HSEMHOQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=ADKQV6Z32TP6CAJOHZS42ETP5B3UBA5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4IRFA#issuecomment-507021460, or mute the thread https://github.com/notifications/unsubscribe-auth/ADKQV633FQASJ53LX5QKN4LP5B3UBANCNFSM4HSEMHOQ .

dwmkerr commented 5 years ago

No worries!

On Sun, 30 Jun 2019 at 6:51 PM, Patrick Stalph notifications@github.com wrote:

Great to hear! Thank you for the quick action. Thumbs up :-)

Dave Kerr notifications@github.com schrieb am So., 30. Juni 2019, 11:24:

It's published now, 2.4.1.2:

https://github.com/dwmkerr/sharpgl#getting-started

You can see the official latest versions in the link above, which I've put into a table for easy reference!

On Sun, 30 Jun 2019 at 16:54, Patrick Stalph notifications@github.com wrote:

When will this change make it into a nuget package? This project does not have frequent releases (which is perfectly fine), but it's not so nice when the latest nuget doesn't work :-)

Dave Kerr notifications@github.com schrieb am So., 30. Juni 2019, 10:34:

Hi @pk2016 https://github.com/pk2016 @nzain < https://github.com/nzain>

  • I've fixed the build so that a SharpGL.SceneGraph package is created. You can now add a reference to this and it will solve your issue. Hope that helps!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <

https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=ADKQV6YCSI6N73DDGZBD7WDP5BVY5A5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4H3LA#issuecomment-507018668

, or mute the thread <

https://github.com/notifications/unsubscribe-auth/ADKQV6ZTIGS567PRYLZHQUTP5BVY5ANCNFSM4HSEMHOQ

.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub <

https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=AAOWOSD7O6R3PERIZAQ32UTP5BYEHA5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4IEXY#issuecomment-507019871

, or mute the thread <

https://github.com/notifications/unsubscribe-auth/AAOWOSG5X4KBWHPDUIYP47LP5BYEHANCNFSM4HSEMHOQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=ADKQV6Z32TP6CAJOHZS42ETP5B3UBA5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4IRFA#issuecomment-507021460 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ADKQV633FQASJ53LX5QKN4LP5B3UBANCNFSM4HSEMHOQ

.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/dwmkerr/sharpgl/issues/159?email_source=notifications&email_token=AAOWOSEAHCPKH6PXVJBDK7DP5CF45A5CNFSM4HSEMHO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4JY6A#issuecomment-507026552, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOWOSAVENWEC5WK4EQK3XTP5CF45ANCNFSM4HSEMHOQ .