Jump to content

Search the Community

Showing results for tags 'winforms'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. Hi; I'm investigating replacements for our current 3D rendering system. I'm currently looking at Unigine. I'm seeing videos or tutorials on how to create a new C# project but i can't find anything on how to add it to an existing project. Another question. Our application is a winforms and a WPF control to host the existing 3D Rendering control. How can you incorporate unigine into a WPF control? Shawn
  2. .NET Integration Sample

    Hello, ladies and gentlemen! Good news for every human being living in a managed world. Description A simple wrapper (source code included) which shows how to integrate Unigine with .NET and create apps (both WinForms and WPF). You have to have Unigine SDK if you want to use this sample. Build Instructions Extract contents of dot_net_sample.zip to <SDK> directory. Final path should be: <SDK>/source/samples/App/DotNet1. Make sure that $(UNIGINE_DIR) system variable set to Unigine 2.0 Alpha preview installation directory. Open Unigine.NET.sln in VS2012/VS2013; Select build configuration (Debug/Debug Double/Release/Release Double) and platform (x86/x64) according to your needs; Build Solution (F7); Copy <SDK>/source/samples/App/DotNet/unigine.cfg inside <built solution dir>/bin folder; Run built applications (AppWinForms.exe or AppWPF.exe); Have fun! Note: if you want to use float binaries from the sim sdk, you have to copy them inside <sdk_root>/lib folder in order to compile sample properly. You can find this sample in the attachments. Feel free to ask any questions! dot_net_sample.zip
×
×
  • Create New...