Difference between revisions of "User talk:Bubble.rogue"
Bubble.rogue (talk | contribs) |
Bubble.rogue (talk | contribs) |
||
Line 16: | Line 16: | ||
check out the git repository for the latest code. There are also source archives available at the | check out the git repository for the latest code. There are also source archives available at the | ||
project's download page.) | project's download page.) | ||
+ | |||
+ | <img src="http://ghack.googlecode.com/files/screenshot-ghack-1.png" alt="Ghack first screenshot"> | ||
<b>Hacker Talk :</b><br> | <b>Hacker Talk :</b><br> |
Revision as of 18:18, 22 February 2013
Hi,
this is rogue bubble's wiki page on the GNUstep site. My real name is Johan.
Newbie Talk :
I will explain here how I got into GNUstep and what a newbie can do :
For beginners of GNUstep, read the Developer FAQ and Developer Guides and read some code. Check out the programming manuals.
I started with the GMines-0.2 program on this site and made a simple tile engine for it to make a simple nethack with graphics (http://nethack.org) program out of it.
It also includes a Xpm library (Xpm.h and Xpm.m files.) The project is hosted here : http://code.google.com/p/ghack, check out the git repository for the latest code. There are also source archives available at the project's download page.)
<img src="http://ghack.googlecode.com/files/screenshot-ghack-1.png" alt="Ghack first screenshot">
Hacker Talk :
I wrote my own compiler suite for GameBoyAdvance (ARM7 processor), 6502 processors (Nintendo Entertainment System, NES, 8 bit), it targets these architectures assembler and maybe later on (Java or ELF) bytecode, you can fetch the source here : http://code.google.com/p/libobjcgbarm
I will put my own research for extending Objective-C and the GNUstep UI with SmallTalk in there.
GNUrbis et GNOrbis :
For gnome's sake, I have an ObjC orb on the docks, which will probably be integrated with the compiler. Gnorb project page : http://code.google.com/p/gnorb
Libraries :
Callback framework based on libsigc++ (no dependencies though, except for the GNUstep makefile), named sigcm, hosted at : http://code.google.com/p/sigcm