Difference between revisions of "User talk:Bubble.rogue"

From GNUstepWiki
Jump to navigation Jump to search
(initial user talk on wiki of Johan)
Line 6: Line 6:
 
I will explain here how I got into GNUstep and what a newbie can do :
 
I will explain here how I got into GNUstep and what a newbie can do :
  
For beginners of GNUstep, read the FAQ and manuals and read some code. For the FAQ and  
+
For beginners of GNUstep, read the [[User FAQ]] and manuals and read some code. For the FAQ and  
 
Programming Manuals see the developers menu on the left frame of this wiki.
 
Programming Manuals see the developers menu on the left frame of this wiki.
  

Revision as of 16:34, 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 User FAQ and manuals and read some code. For the FAQ and Programming Manuals see the developers menu on the left frame of this wiki.

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.)

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