News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

OpenGL in masm64

Started by Mikl__, May 02, 2020, 05:08:37 PM

Previous topic - Next topic

Mikl__

#60
Based on "Hidden Lines" by Franck Charlet. Rotating cubic structure. There are asm-file, cursor and exe-file in the attachment.

Mikl__

#61
This program draws a NURBS surface in the shape of a symmetrical hill.  The 'c' keyboard key allows you to toggle the visibility of the control points themselves. Note that some of the control points are hidden by the surface itself. A prototype is surface.c  from https://www.opengl.org/archives/resources/code/samples/redbook/ There are asm-file, cursor and exe-file in the attachment.

Mikl__

#62
This program draws a NURBS surface in the shape of a symmetrical hill, using both a NURBS curve and pwl (piecewise linear) curve to trim part of the surface. A prototype is trim.c from https://www.opengl.org/archives/resources/code/samples/redbook/ There are asm-file, cursor and exe-file in the attachment.

Mikl__

#63
Draws the bitmapped letter F on the screen (several times). This demonstrates use of the glBitmap() call  A prototype is drawf.c from https://www.opengl.org/archives/resources/code/samples/redbook/ There are asm-file, cursor and exe-file in the attachment.

Mikl__

#64
Based on "Text 2D" by Franck Charlet. There are asm-file, cursor and exe-file in the attachment.

Mikl__

#65
Based on "Text 3D" by Franck Charlet. There are asm-file, cursor and exe-file in the attachment.

Mikl__

#66
 "Text 3D". A rewrited example from the "FASM OpenGL tutorial from Tyler Durden". There are asm-file, cursor and exe-file in the attachment.

avcaballero

Good samples, Mikl  :thumbsup:. I have tried to find the Tyler Durden's OpenGL tuto, but no success. It seems that the original site is down, do you have any working link?

Mikl__

Buenas tardes Alfonso!
I have a copy of this tutor in Russian

avcaballero

Oh, great, and if it is in Russian, even better  :thumbsup: Just need a link  :biggrin:

Mikl__

#70
now I have a deep night, morning I will collect html-files and lay out this tutor in this topic
¡Encontró! Enlace al libro de texto del Tyler Durden
http://www.comprog.ru/OpenGL/article_4172.htm

Mikl__

#71
Release the Kraken
A rewrited example 1k_tentacle from the http://www.pouet.net/prod.php?which=20203 There are asm-file, cursor and exe-file in the attachment.

Mikl__

#72
Rotating primitives, based on "Lists and GLU Primitives" by Franck Charlet. There are asm-file, cursor and exe-file in the attachment.

Mikl__

#73
Torus. Rotate about x-axis when "x" or "X" typed; rotate about y-axis when "y" or "Y" typed; "i" or "I" returns torus to original view. A prototype is torus.c from https://www.opengl.org/archives/resources/code/samples/redbook/ There are asm-file, cursor and exe-file in the attachment.

Mikl__

Converted example from the tutorial Igor Tarasov "OpenGL Fundamentals" stencil.c There are asm-file, cursor and exe-file in the attachment.