The MASM Forum

General => The Campus => Topic started by: ayoub on May 02, 2016, 12:03:17 AM

Title: help
Post by: ayoub on May 02, 2016, 12:03:17 AM
hi
i want a help lib of masm 32
and i ask if can masm programing microprossesor avr 32bit
and how can i do a live camera reconstruction in pc like this : https://www.youtube.com/watch?v=lAyB2M-gM8o
thank you
Title: Re: help
Post by: Siekmanski on May 02, 2016, 04:47:45 AM
Welcome to the forum,

You can't programm an AVR microcontroller with masm.
Download "AVR Studio" to programm a 32 bit avr in assembly.

Your " live camera reconstruction " can by done with DirectX or OpenGL for the presentation and you need some math. skills to programm such a program.
Title: Re: help
Post by: ayoub on May 02, 2016, 06:29:14 AM
thank you but i want a help api lib because i cant find this
and how can i do a reconstrution with opengl lib
thank
Title: Re: help
Post by: Siekmanski on May 02, 2016, 09:49:27 AM
Windows-API SDK: Win32.hlp:
http://www.codingcrew.de/programmierung/win32hlp.php

OpenGL examples:
http://nehe.gamedev.net/
Title: Re: help
Post by: ayoub on May 02, 2016, 09:42:04 PM
thank you for help