• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

OpenGL Particle lines 64-bit demo

Started by Patrice Terrier, November 11, 2013, 12:45:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Patrice Terrier

This is the C++ 64-bit transposition of the 32-bit project posted here.

This version uses the GDImage WGL_CreateWindow that has built-in GPU antialias and mousing/zooming support.
It does use a WinLIFT skin, a WinLIFT clock widget, and a GDImage spinner animation.

// 6.04 Create GDImage OpenGL antialiased control.
dwStyle = WS_CHILD | WS_VISIBLE;
dwExStyle = 0;
gh_GLhWnd = WGL_CreateWindow(dwExStyle, dwStyle, 10, 10, 712, 512, hMain, (HMENU) IDC_CTRL);


The full VS2010 project is attached to this post.

Note: The use of antialias is very obvious when comparing the PB version and the C++ version.
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com