Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 587 Bytes

File metadata and controls

19 lines (16 loc) · 587 Bytes

GtkSharpGlareaExample

Add Glarea by GtkSharp and render inside C++ code

  1. Build C++ code:
   mkdir build  
   cd build  
   cmake ..
  1. Build C# code
    Just build by vs2022
  2. Copy dependency
    Copy GLRender.dll into GtkSharpGlareaExample\GTKTemplate\bin\Debug\net7.0-windows7.0
    Copy Basic.shader into GtkSharpGlareaExample\GTKTemplate\bin\Debug\net7.0-windows7.0
    Copy all of .lib file into GtkSharpGlareaExample\GTKTemplate\bin\Debug\net7.0-windows7.0
  3. Run

Preview