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:
PIXELMAN PIXELMAN Those who are into the idea of making and modifying animated sprites during their idle will most certainly PIXELMAN by homebrew developer sylus101. This application is especially recommended for those who are into sprite animation, but those who haven't tried doing anything of the sort can still jump and play around with PIXELMAN
Nitro Engine V 0.5.1 Nitro Engine V 0.5.1 ** This is a 3D game engine, a lot of functions designed to simplify the ** process of making a 3D game. There are lots of things I have to add and ** another things to improve, but you can start doing some things with current ** version
DS Game Maker + DS Game Maker + New release for the DS homebrew scene today as coen22 updates his DS Game Maker, an open source homebrew studio for the Nintendo NDS. What's new in the latest release? Changelog:
DS Game Maker Plus 1.25a
Fixed Some Bugs
No Compiling Errors
DS Game Maker Plus 1.24b
Fixed Some Bugs
Key features:
Features
Editors (sprite, background,
NightFox's Lib NightFox's Lib Homebrew developer NightFox has updated his NightFox's Lib, a feature-packed library that aims to help aspiring DS developers to create homebrewed games and applications.
A
Changelog:
Optimized NF_SpriteFrame(); function.
Removed WIFI functions of the main library. Now distributed in a library separately
DSLua This download features the CF version of DSLua v0
Micro Lua DS Micro Lua DS
Micro Lua DS has been updated and this release brings us to version 4.5 for the Nintendo DS.
Here's what's new in version 4.5 of MicroLua
"This version adds the ability to MicroLua to communicate several NDS locally! On the joys of local multiplayer
======================= [[MICROLUA 4.5]] ===================== ==
................................
Micro Lua DS version 4.6 Micro Lua DS version 4.6
Thanks to the strong community at the Micro Lua forum and the original release from developer Risike we have an update to the Micro Lua DS which brings the project to version 4.6.A Some new features in version 4.6 give users the ability to control the LED and make it blink as you prefer.A Users can use this tool to shut down the console
DS Game Maker DS Game Maker
Ever wanted to try your hand at making your very own DS game? These days, you don't even have to be a programming expert to do that. Not with the help of DS Game Maker.
This new app (which, despite sharing a name with FatQuack's old DS Game Maker, is apparently different) lets users create their own homebrew games visually
AnimEditor AnimEditor For the DS crowd, here is version 0.2 of PypeBros's AnimEDS, a sprite editor for the Nintendo DS. According to the dev, the current version of the app is "still hard-coded for a specific layout of the .spr file (esp. regarding which page to use for the different limbs). This may result in odd content displayed on screen before you load a file
devkitARM r24 (Windows) devkitARM r24 (Windows) Interrupt initialisation is now done before main including enabling the vblank interrupt. Since the functions to do this are common to most if not all homebrew apps we decided to simplify things rather than adding extra initialisation in user code for the FIFO based command system. Calling irqInit in main will currently break your code
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