You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just downloaded a fresh .zip from this git and opened up in VS2017 CE.
Installed the libs via NuGet:
FarseerPhysics.MonoGame.Unofficial
NVorbis
OpenTK
i could fix the "namespace Farseer.DebugView" not found error with using the above Farseer package through NuGet , but had to comment out the Game1.DebugDraw() methods content as the syntax wasnt found either..
Now it compiles . But when starting it crashes because SDL lib was not found.
The text was updated successfully, but these errors were encountered:
i just downloaded a fresh .zip from this git and opened up in VS2017 CE.
Installed the libs via NuGet:
FarseerPhysics.MonoGame.Unofficial
NVorbis
OpenTK
i could fix the "namespace Farseer.DebugView" not found error with using the above Farseer package through NuGet , but had to comment out the Game1.DebugDraw() methods content as the syntax wasnt found either..
Now it compiles . But when starting it crashes because SDL lib was not found.
The text was updated successfully, but these errors were encountered: