Answer the question
In order to leave comments, you need to log in
Why did my WPF application go into a broken state?
Hello. There is a WPF application where I am trying to connect SharpGL. Installed the package via NuGet. The links point to SharpGL, SharpGL.WPF, SharpGL.SceneGraph. And everything compiles fine.
The markup is like this:
<Window x:Class="Monada.MainWindow"
xmlns:wpf="clr-namespace:SharpGL.WPF;assembly=SharpGL.WPF">
<TabItem.Content>
<StackPanel Orientation="Vertical" Margin="5 5">
<TextBlock Text="Анимированное движение в 3D"/>
<wpf:OpenGLControl OpenGLDraw="OpenGLDraw"
OpenGLInitialized="OpenGLInitialized"
Resized="OpenGLResized"
DrawFPS="True"/>
</StackPanel>
</TabItem.Content>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question