Bildramers bitmap converter GUI(Python)
Posted: Fri Sep 20, 2013 3:37 am
I din't like python, But when I started reading its documents for about 20 minutes, I liked it and made a simple CLI calculator. Then after that I got to know that python has a inbuit library for GUI (Tkinter) and made this program to learn a little about it.
Now, Getting back on topic. This is a GUI interface for Bildramer's bitmap converter which used a heightmap and colormap and then converted them into a VXL map. But you were required to drag those images to it. But in tihs you don't require to do that, A press of a button and there you.
This uses Tkinter and Shit ton of os.system() commands. It is written in python 2.7
SOURCE!!!! V3
Being written in python, I can't really "compile" it, But I used cx_Freeze to make it into a exe.
How to use:
Note: The exe version of this has some bugs IDK, If someone has a better way of doing this, Help will be appreiciatted
--------DOWNLOAD--------
CREDIT TO BILDRAMER FOR HIS BITMAP CONVERTER DON"T SUE ME FOR IT KTHNXBYE!!
also I am just a noob, Don't rage on me if this is stupid.
Now, Getting back on topic. This is a GUI interface for Bildramer's bitmap converter which used a heightmap and colormap and then converted them into a VXL map. But you were required to drag those images to it. But in tihs you don't require to do that, A press of a button and there you.
This uses Tkinter and Shit ton of os.system() commands. It is written in python 2.7
SOURCE!!!! V3
Being written in python, I can't really "compile" it, But I used cx_Freeze to make it into a exe.
How to use:
- Download the zip file from this thread.
- Extract it somewhere on your desktop.
- Copy voxed.exe from Ace of spades directory into exe.win32-2.7
- Now make a height and color map in gimp/any image manipulation program
- Name the colormap cm.bmp and height map hmh.bmp and save them in bmp directory inside exe.win32-2.7
- Run convertGUI.exe
- Enjoy
Spoiler:
--------DOWNLOAD--------
CREDIT TO BILDRAMER FOR HIS BITMAP CONVERTER DON"T SUE ME FOR IT KTHNXBYE!!
also I am just a noob, Don't rage on me if this is stupid.




