Page 7 of 7 FirstFirst ... 567
Results 61 to 69 of 69

Thread: FPC4NDS: first raw demo

  1. #61

    FPC4NDS: first raw demo

    Quote Originally Posted by FPK
    If it is matter of building an arm9 only code, then no problem, but how about arm7 and arm9 mixed sources?
    The ndstool -c main.nds -9 main.arm9.bin call could be done if the apptype is arm9 to simplify things for starters, no?
    Yes, but leaving arm9.bin file too, that will be used in case of mixed sources. Though a starter could be confused because in this way the compiler will create two executables instead of one (main.nds and main.arm9.bin)
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  2. #62

    FPC4NDS: first raw demo

    Why gnu gpl/lgpl license for the lib conversion?

    The original states:

    Copyright (C) 2005 Michael Noland (joat) and Jason Rogers (dovoto)

    This software is provided 'as-is', without any express or implied
    warranty. In no event will the authors be held liable for any
    damages arising from the use of this software.

    Permission is granted to anyone to use this software for any
    purpose, including commercial applications, and to alter it and
    redistribute it freely, subject to the following restrictions:

    1. The origin of this software must not be misrepresented; you
    must not claim that you wrote the original software. If you use
    this software in a product, an acknowledgment in the product
    documentation would be appreciated but is not required.
    2. Altered source versions must be plainly marked as such, and
    must not be misrepresented as being the original software.
    3. This notice may not be removed or altered from any source
    distribution.
    I feel much better with this, as with gpl and glpl your own application has to be gpl/lgpl. E.g. for lgpl you may not compile the lib into your own application as i understand, when you do it is the same as gpl. So for me that is no commercial use (not that that is going to happen soon :-) ).

    Is there a possibility to get rid of the gpl/lgpl and use the original license or a bsd license?
    http://3das.noeska.com - create adventure games without programming

  3. #63

    FPC4NDS: first raw demo

    Yep! That's an error in my editor's auto-header script, that adds this standard infos in all files I edit. The correct license is the original you have quoted
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  4. #64

    FPC4NDS: first raw demo

    some example sources:

    http://www.noeska.com/downloads/helloworld.zip

    http://www.noeska.com/downloads/openglex1.zip

    http://www.noeska.com/downloads/openglex2.zip

    Thanks for your great work legolas!

    EDIT: legolas: i had not recieved your email before posting this
    http://3das.noeska.com - create adventure games without programming

  5. #65

    FPC4NDS: first raw demo

    You're welcome

    As I have said you in email, tomorrow I'll upload some 2d/3d/sound examples I have converted from devkitPro
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  6. #66

    FPC4NDS: first raw demo

    Thanks for examples, they helped me to get started with fpc4nds. Now I'm playing around with console and trying to convert some of the simplier examples from c at some rather noobish level I still have much to learn about programming for DS, so if anyone has to share anything (sample source, some programming tips, etc.), it would be very usefull.

  7. #67

    FPC4NDS: first raw demo

    Nice to see someone that is playing with fpc4nds
    A couple of hints: at this time libndsfpc works only with devkitPro r19 (I'm working on it to make changes needed), so don't update to r20, or you can't compile anymore. Get the last libndsfpc sources from svn, because I have resolved a couple of major bugs.
    Last thing: I have already translated libnds examples (2d and nehe), but I haven't found the time to upload them on my web page
    I hope I'll put online all examples as soon as I update fpclibnds to dkP r20
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  8. #68
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    FPC4NDS: first raw demo

    Also don't forget about the PGD Christmas Demo which Francesco released the source for: Link!

    Plays background music, sound effects, graphics, handles stylus input, etc...

    And welcome to PGD, Joshas!
    Jason McMillen
    Pascal Game Development
    Co-Founder





  9. #69

    FPC4NDS: first raw demo

    Quote Originally Posted by Legolas
    at this time libndsfpc works only with devkitPro r19
    Strange, I'm using r20 (didn't know about incompatibility) and I was able to compile noeska's demos without problems (haven't tested on real hardware, but in no$gba everything works).

    Thanks for the link WILL, nice demo, hope it'll be usefull for me in near future.

    UPDATE: after some experimenting I noticed that nds files compiled with FPC are twice as big as the ones compiled with default c compiler, is this because of lack of optimisations while compiling with FPC?

Page 7 of 7 FirstFirst ... 567

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •