hConvert NOTE: This download is for the Linux and Mac OS X version of hConvert ONLY.
Jaeden Amero has developed a program that will allow for "kiddies" (newer developers) to convert .c, .cpp, and .h files into .bin files. It seems that Jaeden got his inspiration for this program after hearing too much of complaining from the senior developers in the NDS scene about the "kiddies" not binary files. The program's structure and function is best described by the developer himself - "It'll parse through a (currently limited) hex based, comma delimited, "{" starting, "};", terminated dump of binary data and spit out a little .bin file. Super useful!." With that being said, here's an important note by the developer -
"Using bin files, devkitARM, and the default makefile for devkitARM (which uses bin2o) is the recommended way of linking binary data into your program. However, the most portable way of including binary data in your program is through an isolated translation unit, ie a .c file a textual representation of the data to be linked. Many kiddies would make the mistake of then including this file, "#include "my_gfx_thingy.c", which is bad bad bad. NEVER DO IT. The proper way to make it a truly isolated and portable translation unit is to make a .h file that will refer to it using the extern keyword. That would look like this in the .h file (not the .c) which we include from where ever we want to reference the graphic, continuing our previous example, "extern const uint16 my_gfx_thingy[];"."
Note: This program currently supports x86 Linux and Mac OS X. There is no native windows support at the momment.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
PSP Animation Studio PSP Animation Studio
Turns out that skaterboy masonman's "f'd up ankle" has finally healed and he's back to working on his code. As to why he wasn't able to fix on his homebrew app while having a busted ankle, who knows? Maybe he was in the hospital and couldn't get to his computer.
But moving on, he's released v2 for PSP Animation Studio
Raptor3D Raptor3D
Just the other day, we had the LTE studios people releasing their custom-made 3D engines for homebrew developers. And since I wasn't quite expecting it, I was pleasantly surprised.
And again, I wasn't expecting any other engines. Atleast not so soon! Well, it's nice to be surprised once in a while
LuaSQL LuaSQL
Need to access a database with your PSP? Why not try Shaolan's LuaSQL v0.1? This library allows homebrew developers to access SQL through PHP. Users can now create web-based applications with lots of data entries as well as access various security features that are inherent with SQL
Woopsi Woopsi
Woopsi is a windowing system for the Nintendo DS, written in C++.A The aim of the project is to create a windowing system that other programmers can use for their applications, decreasing the tedious amount of GUI code that they have to write. This demo illustrates some of the features of Woopsi
LuaDevKit LuaDevKit
Glynnder's released v0.2 (Now a Beta!) of the LuaDevKit, adding some more functionality to this helpful development app. For those who haven't heard of LDK, this app can help experienced coders in making their own programs and games in the Lua format by letting them click and add common commands
Q2Rev Release 1 Q2Rev Release 1
A port of the original id Tech 2 engine (Quake II) to the Nintendo Wii, compiled using devkitPPC / libogc.
Release 1
The engine is almost feature-complete, with sound & network play. The only missing functionality is the CTF (capture-the-flag) module that was added later into the engine
Introduction to Nintendo DS Programming with Source Codes Introduction to Nintendo DS Programming with Source Codes Do you want to develop your own homebrew games for the DS but have no idea where to start? Here's a hint: it starts here with "Introduction to Nintendo DS Programming." It's manual written by Jaeden Amero for people like you
Netlib Netlib
Youresam from our forums has released a bugfix to his Netlib homebrew library for the PSP. Netlib started out as a library of functions so PSP developers don't have to re-type the code. Then it added phone-dialling feature, then email support and then text messaging! It's so easy to use too
Chipmunk Physics Demo PSP Chipmunk Physics Demo PSP
Physics engines have always been amusing homebrew application to test the limits of any platform. This latest physics engine developed by MK2k takes a look at some of the innovative game physics that can take place on the PlayStation Portable handheld with the Chipmunk Physics Demo PSP
REminiscenceDS 0.1.8 - Flashback for DS Source REminiscenceDS 0.1.8 - Flashback for DS Source REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. This program is designed as a cross-platform replacement for the original executable and uses the SDL library. Original version by Gregory Montoir.
Copy the original dos files into the romdisk/Data directory and run the createromdisk
Comments on hConvert:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if hConvert supports it