SDL Map Editor
Uploader Comments (MartinDCopp)
Top Comments
-
It's not that hard man! All you have to do is get a good book, a C++ primer... And read it without fear!
Just don't be lazy XD heh!
Beginning C++ Through Game Programming Second Edition is a great book! Try it!
-
amazing... c++ is hard =\ very hard =\ i just create my level editors in blitzplus lol!
All Comments (30)
-
sdltutorials(dot)com
-
-
dude got any good tuts on SDL?
Ive been looking but all ive found is SDL documentation and lazyfoo.
-
wow this is very good
-
@MartinDCopp Hi... I'd be very interested in giving this a go! where can I download?
cheers!
-
Woah nice editor. Liking the camera scroll via mouse movement and the way you can select several tiles at once. Good work, very good work. 5 stars.
-
Epic. Need to dl :P
-
C++ Primer Plus, is a sick book and also some video game programming specific ones too :}
What does this save maps as? As binarys or arrays that can be used by any programming language?
Sasupoika2 2 years ago
It wasn't the most efficient way of going about it but it dumped the whole map out to a text file. Two dimensional array, each tile represented by a number.
If anyone is interested in it I'll see if I can drudge up the source code.
MartinDCopp 2 years ago
Did you draw all of the sprites yourself?
jobluz06 4 years ago
Nope, used some free graphics.
Would love an artist to do some custom graphics for me.
MartinDCopp 4 years ago