Page 2 of 3

Re: HMG and OpenGL

Posted: Sat Oct 24, 2009 5:10 pm
by Vanguarda
rathinagiri wrote:I am working on a small project of calling OpenGL graphics API in HMG way. :) This will enable to draw/render 3D graphics easily.

I want to know whether anybody had done it already.
Great idea my friend.

My best regards,

Re: HMG and OpenGL

Posted: Sat Oct 24, 2009 5:29 pm
by esgici
rathinagiri wrote: <...>
I would make a sample and post here.
I'll wait eagerly my friend :)

Regards

--

Esgici

Re: HMG and OpenGL

Posted: Sat Oct 24, 2009 6:52 pm
by mol
Interesting!, great idea!
I'm waiting for a sample. Maybe it will work more fine than my graphs... :-)

Re: HMG and OpenGL

Posted: Sun Oct 25, 2009 5:26 am
by sudip
Thanks a lot Rathi,
I too waiting for your OpenGL project :)
With best regards.
Sudip

Re: HMG and OpenGL

Posted: Sun Oct 25, 2009 7:28 pm
by Rathinagiri
Hi,

This is my first sample demo in OpenGL and HMG. I am so happy to share this with you all.

This is just a starting. There is a long way to go. However, it gives hope to a new way of graphics in HMG.

Just download this file and unzip the same in c:\hmg. A folder named 'graphics' will be created with 'source' and 'glsample' sub-folders. From the source folder run makelib.bat. This will create 'libhmggl.a' in c:\hmg\lib folder.

Open main.hbp from c:\hmg\graphics\glsample via latest IDE (3.0 test version 9). Run the sample. You can see two triangles drawn in the HMG window. That's all as of now!
graphics.zip
(2.94 KiB) Downloaded 605 times

Re: HMG and OpenGL

Posted: Sun Oct 25, 2009 9:06 pm
by Roberto Lopez
rathinagiri wrote:Hi,

This is my first sample demo in OpenGL and HMG. I am so happy to share this with you all.

This is just a starting. There is a long way to go. However, it gives hope to a new way of graphics in HMG.

Just download this file and unzip the same in c:\hmg. A folder named 'graphics' will be created with 'source' and 'glsample' sub-folders. From the source folder run makelib.bat. This will create 'libhmggl.a' in c:\hmg\lib folder.

Open main.hbp from c:\hmg\graphics\glsample via latest IDE (3.0 test version 9). Run the sample. You can see two triangles drawn in the HMG window. That's all as of now!
graphics.zip
Nice!!!

Please, add build.bat:

Code: Select all

call ..\..\build.bat %*
and ide.bat:

Code: Select all

..\..\ide\ide.exe %1
To the sample folder.

Regards,

Roberto.

Re: HMG and OpenGL

Posted: Sun Oct 25, 2009 9:13 pm
by Vanguarda
rathinagiri wrote:Hi,

This is my first sample demo in OpenGL and HMG. I am so happy to share this with you all.

This is just a starting. There is a long way to go. However, it gives hope to a new way of graphics in HMG.

Just download this file and unzip the same in c:\hmg. A folder named 'graphics' will be created with 'source' and 'glsample' sub-folders. From the source folder run makelib.bat. This will create 'libhmggl.a' in c:\hmg\lib folder.

Open main.hbp from c:\hmg\graphics\glsample via latest IDE (3.0 test version 9). Run the sample. You can see two triangles drawn in the HMG window. That's all as of now!
graphics.zip
WOW Very nice. Thanks for sharing with us.

Best regards,

Re: HMG and OpenGL

Posted: Sun Oct 25, 2009 10:14 pm
by esgici
Hi Rathi

Wonderful for starting :D

I've a little overcharged the test ;)

At the beginning, that is after first click of "Click" button, and continuous clicking is causing randomly filled screen background under last drawn two triangles. :(

Does this caused by my graphic card ? But no problem anyway in other usage of it :?

I'm waiting eagerly other drawings by our new lib "libhmgl" :)

Regards

--

Esgici

Re: HMG and OpenGL

Posted: Mon Oct 26, 2009 3:55 am
by sudip
Thanks a lot Rathi. I shall test and confirm you :)
With best regards.
Sudip

Re: HMG and OpenGL

Posted: Mon Oct 26, 2009 8:11 am
by Rathinagiri
esgici wrote:Hi Rathi

Wonderful for starting :D

I've a little overcharged the test ;)

At the beginning, that is after first click of "Click" button, and continuous clicking is causing randomly filled screen background under last drawn two triangles. :(

Does this caused by my graphic card ? But no problem anyway in other usage of it :?

I'm waiting eagerly other drawings by our new lib "libhmgl" :)

Regards

--

Esgici
I too confirm the problem in Windows XP.

The sample runs fine in Vista.

I am working on that.