News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Falling snow effect

Started by hfheatherfox07, August 03, 2011, 11:19:53 PM

Previous topic - Next topic

hfheatherfox07

Quote from: Horton on August 19, 2011, 03:12:21 AM
I am writing a falling snow application in SDL, and I'll release it here.

> I just need to know how I am going to work with the SDL library include files. I will be porting them from C headers to Assembler include files, so how should I deal with the licenses? What do I put for the header of the include file?

I don't know much about SDL but I found this http://www.asmcommunity.net/board/index.php?topic=22122.0

there is http://www.japheth.de/WinInc.html and much more ...I dunno if it is an issue

Twister

Yeah, I ended up just putting all the data into one file. All of the external functions, data.

Geryon

Even though It seems irrelevant, maybe It give some inspiration
It's firework simulation program and funny to play with.
PS: I didn't write it, just found it
"Some people have got a mental horizon of radius zero and call it their point of view." --D.Hilbert

Twister

Working with SDL is tough. I'm trying to understand it the best I can.