question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why does Nez/Nez.Portable/ECS/Components/IUpdatable.cs duplicate MonoGame/IUpdatable?

See original GitHub issue

Microsoft.Xna.Framework.IUpdatable is a similar and identically-named interface to Nez.IUpdatable.

I understand they accomplish some of the same tasks, but honestly this seems to cause more problems than it solves IMHO. Is there a better solution, maybe by extending the original MG interface and adding IComparable vs a brand new Nez interface?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
prime31commented, May 3, 2019

The FAQs are what most people see. Wiki is very basic and not many folks find it.

0reactions
cybtachyoncommented, May 3, 2019

Ok, wonderful, thanks so much for the info! I’ll get to cracking on PR’s for the docs and hopefully we’ll end up with some helpful contributions! I appreciate you taking the time to walk me through this 😁

/me stops necroing the issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Entity.cs
Nez is a free 2D focused framework that works with MonoGame and FNA - Nez/Nez.Portable/ECS/Entity.cs at master · prime31/Nez.
Read more >
[C# monogame]How do I know when to write in the Game1 ...
Basically, the Run function sets up and begins executing a game loop that includes calling the Update and Draw functions that belong to...
Read more >
Function of base.Update and base.Draw in Monogame?
I am following the basic Monogame tutorial from this website. What I can't figure out is why Game1.cs includes calls to base.Update and...
Read more >
[2021 Update!] Make Games with MonoGame - YouTube
This video outlines the basics of installing and working with the popular game-development framework MonoGame. The assets for this game can ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found