-
Join 391 other followers
Pages
Categories
- C# (36)
- CPP (4)
- DATABASE (7)
- F SHARP (6)
- Image Processing (14)
- OpenTK (4)
- Winform app (23)
Code project
My profiles
My site
collection
-
Recent Posts
- Recognize face orientation using a new approach based on eye position and size by c#
- C# tips : How to draw on a picturebox image using mouse by c#
- How to allow unsafe code in visual studio 2010 c#
- Convert a image file in byte pointer data and apply algorithom C#
- c# tips: execute windows shutdown ,restart ,logof command in c#
Recent Comments
Translate
العربية
Български
中文(简体)
中文(繁體)
Hrvatski
Česky
Dansk
Nederlands
Suomi
Français
Deutsch
Ελληνική
हिन्दी
Italiano
日本語
한국어
Norsk
Polski
Português
Albanian
Arabic
Bulgarian
Catalan
Chinese Simplified
Chinese Traditional
Croatian
Czech
Danish
Dutch
Estonian
Filipino
Finnish
French
Galician
German
Greek
Hebrew
Hindi
HungarianIndonesian
Italian
Japanese
Korean
Lativian
Lithuanian
Maltese
Norwegian
Polish
Portuguese
Romanian
Russian
Serbian
Slovak
Slovenian
Spanish
Swedish
Thai
Turkish
Ukrainian
VietnameseBlog Stats
- 387,164 hits
visitors
people from
Top Posts
- Detect object from image based on object color by C#
- C# tips : How to draw on a picturebox image using mouse by c#
- Bluetooth device Connection in c# winform application without any dll for windows 7
- Detect and track objects in live webcam video based on color and size by c#
- draw a border around detected object in c#
Top Rated
-
Follow
Following
Already have a WordPress.com account? Log in now.
Category Archives: OpenTK
OpenTK a simple 2d clock design in windows form C# (basic OpenTK-3)
please see first part and second part before start it. Now we have to create a timer event for that, so first add a timer select interval at 1000 for 1 s enable it and add this event at timer … Continue reading
Posted in C#, OpenTK, Winform app
Tagged 2d, analog clock, C#, draw c# . dotnet, graphics, OpenGl, OpenTK
Leave a comment
OpenTK a simple 2d clock design in windows form C# (basic OpenTK-2)
please see first part before start it. now at first we have to draw a circle in our glcontrol. for draw method we have to use paint method in paint event in glcontrol, like below private void glControl1_Paint(object sender, PaintEventArgs … Continue reading
Posted in C#, OpenTK, Winform app
Tagged 2d, analog clock, C#, draw c# . dotnet, graphics, OpenGl, OpenTK
Leave a comment
OpenTK a simple 2d clock design in windows form C# (basic OpenTK-1)
U don’t need to have any prior knowledge in OpenGL or c# graphics to learn OpenTk. Only some basic of window from design is more than enough For using opentk u need to add two dll in ur visual studio … Continue reading
Posted in C#, OpenTK, Winform app
Tagged 2d, analog clock, C#, draw c# . dotnet, graphics, OpenGl, OpenTK
4 Comments
OpenTK an excellent replacement for OpenGL in c#
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL.It is suitable for games, scientific applications and any other project that requires 3d graphics, audio or compute functionality. In short its called OpenTK It is … Continue reading
Posted in C#, OpenTK, Winform app
Tagged C#, C# openGL wrapper best, compare of csgl opentk tao, OpenGl, OpenTK
2 Comments
You must be logged in to post a comment.