CSHARPGL (3) using the Csharpgl.vsix plugin
Main content
I have created a csharpgl.vsix plugin that can be used to understand CSHARPGL usage after installation.
Download
You can find the latest source code at (Https://github.com/bitzhuwei/CSharpGL). Welcome to the students who are interested in fork.
Csharpgl.vsix
I have created a csharpgl.vsix plugin that can be used to understand CSHARPGL usage after installation.
Installing Csharpgl.vsix
Originally I want to upload csharpgl.vsix to visualstudiogallery, the result tried how many times have failed.
You can download it at (http://files.cnblogs.com/files/bitzhuwei/CSharpGL.vsix.rar).
It is easy to install after decompression.
After installation, you can close it.
Using Csharpgl.vsix
After the installation is complete, restart Visual Studio 2013.
Let's create a new sample project.
In the project template, a new HELLOCSHARPGL appears, and we'll create it.
Click "OK" to automatically generate a complete project.
You can now start directly to see the effect.
Now you can make a variety of attempts based on this project.
Summarize
Csharpgl.vsix provides a sample project to get you started with OpenGL beginners.
CSHARPGL (3) using the Csharpgl.vsix plugin