flat assembler
Message board for the users of flat assembler.

Index > Windows > 3D and FASM (Windows), 3D game

Author
Thread Post new topic Reply to topic
Nikita_Rus



Joined: 20 Sep 2011
Posts: 7
Nikita_Rus 20 Sep 2011, 17:44
All greetings, I the beginner, is my first theme at a forum!
I the beginning programmer on FASM for system Windows (Win32). My question - what way it is possible to use 3D a drawing in programs on FASM? I want to create the application on FASM about use 3D schedules (3D game).
That I am able:
As it is arranged and the computer works
Perfectly I work in system Windows
I am able to use WIN API
Well I know algorithmic designs
Well I work in FASM (Windows)
Help to find to me the answer to my question. In advance thanks!
Post 20 Sep 2011, 17:44
View user's profile Send private message Send e-mail Reply with quote
addes3



Joined: 09 May 2011
Posts: 29
addes3 20 Sep 2011, 23:13
You could use OpenGL.
Post 20 Sep 2011, 23:13
View user's profile Send private message Reply with quote
ctl3d32



Joined: 30 Dec 2009
Posts: 206
Location: Brazil
ctl3d32 21 Sep 2011, 01:27
Post 21 Sep 2011, 01:27
View user's profile Send private message Reply with quote
Nikita_Rus



Joined: 20 Sep 2011
Posts: 7
Nikita_Rus 21 Sep 2011, 02:46
But a message after all normal textbooks of the book, what principle. I have a book in which it is told about OpenGL and all examples for C ++, but after all it is possible to use a code on FASM?
Post 21 Sep 2011, 02:46
View user's profile Send private message Send e-mail Reply with quote
typedef



Joined: 25 Jul 2010
Posts: 2909
Location: 0x77760000
typedef 21 Sep 2011, 04:38
Nikita_Rus wrote:
but after all it is possible to use a code on FASM?


You are using Windows API (not Assembly APIRolling Eyes)

so yes.
Post 21 Sep 2011, 04:38
View user's profile Send private message Reply with quote
Nikita_Rus



Joined: 20 Sep 2011
Posts: 7
Nikita_Rus 21 Sep 2011, 10:34
typedef wrote:
Nikita_Rus wrote:
but after all it is possible to use a code on FASM?


You are using Windows API (not Assembly APIRolling Eyes)

so yes.

Means, I read the book "OpenGL the super book", in it data on programming on OpenGL are resulted, examples are written programs written on C ++. I in a head translate commands С++ on FASM (intel-syntax) and I create programs in FASM about use OpenGL!
Forgive me, I bad speak and I write in English (
Post 21 Sep 2011, 10:34
View user's profile Send private message Send e-mail Reply with quote
Nikita_Rus



Joined: 20 Sep 2011
Posts: 7
Nikita_Rus 21 Sep 2011, 10:34
typedef wrote:
Nikita_Rus wrote:
but after all it is possible to use a code on FASM?


You are using Windows API (not Assembly APIRolling Eyes)

so yes.

Means, I read the book "OpenGL the super book", in it data on programming on OpenGL are resulted, examples are written programs written on C ++. I in a head translate commands C++ on FASM (intel-syntax) and I create programs in FASM about use OpenGL!
Forgive me, I bad speak and I write in English (
Post 21 Sep 2011, 10:34
View user's profile Send private message Send e-mail Reply with quote
Nikita_Rus



Joined: 20 Sep 2011
Posts: 7
Nikita_Rus 21 Sep 2011, 10:36
If to you you should could give an example to me of the program about use OpenGL in C ++ and write down this program having translated on FASM.
Post 21 Sep 2011, 10:36
View user's profile Send private message Send e-mail Reply with quote
Nikita_Rus



Joined: 20 Sep 2011
Posts: 7
Nikita_Rus 21 Sep 2011, 10:43
glVertex3f(50.0f, 50.0f, 0.0f)
Code point creation in three-dimensional space, whether probably to change (a code from the book openGL with examples on C ++) this code in the program on FASM, declaring OpenGL, having created the form and a field of a conclusion of the image. With all except OpenGL questions aren't present.
Post 21 Sep 2011, 10:43
View user's profile Send private message Send e-mail Reply with quote
typedef



Joined: 25 Jul 2010
Posts: 2909
Location: 0x77760000
typedef 21 Sep 2011, 19:41
bitshifter wrote an FPS using OpenGL I think. Search in the forums and you'll find it.
Post 21 Sep 2011, 19:41
View user's profile Send private message Reply with quote
ManOfSteel



Joined: 02 Feb 2005
Posts: 1154
ManOfSteel 22 Sep 2011, 06:16
ctl3d32 already posted a link to it in #3.
Post 22 Sep 2011, 06:16
View user's profile Send private message Reply with quote
goldenspider



Joined: 16 May 2011
Posts: 38
goldenspider 23 Sep 2011, 09:49
http://www.wasm.ru/
You can find some example by MadMatt.

10. 3D Game programming with DirectX 9.0 [Matt Childress]
11. Beginning OpenGL [Matt Childress]
12. Direct3D Examples - Codesampler.com [Matt Childress]
13. 2D изображения в Direct 3D [Matt Childress]
14. Примеры с использованием библиотеки GDI+ [Matt Childress]
15. Masm to Fasm Examples [Matt Childress]
Post 23 Sep 2011, 09:49
View user's profile Send private message Reply with quote
tutenhamon



Joined: 16 Jan 2010
Posts: 27
Location: Polska (Poland)
tutenhamon 23 Sep 2011, 10:12
polish version?
i not speak rus
Post 23 Sep 2011, 10:12
View user's profile Send private message Reply with quote
abc



Joined: 03 Nov 2009
Posts: 7
Location: Russia
abc 28 Nov 2011, 11:43
Post 28 Nov 2011, 11:43
View user's profile Send private message Visit poster's website Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20300
Location: In your JS exploiting you and your system
revolution 28 Nov 2011, 11:57
Perhaps you can consider posting a zip file here instead of linking the above. Links have a tendency to rot over time.
Post 28 Nov 2011, 11:57
View user's profile Send private message Visit poster's website Reply with quote
abc



Joined: 03 Nov 2009
Posts: 7
Location: Russia
abc 26 May 2012, 11:02
revolution wrote:
Perhaps you can consider posting a zip file here instead of linking the above. Links have a tendency to rot over time.


alternative link http://pir.svn.sourceforge.net/viewvc/pir/irr_asm/


Description: archive with binaries, except irrlicht_c.dll
Download
Filename: irr_asm.zip
Filesize: 342.52 KB
Downloaded: 310 Time(s)


_________________
private serfing
pyIrrlicht
Post 26 May 2012, 11:02
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.