Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Flare development enviroment

JoeCabot116
Monday, October 15, 2012 - 10:18
JoeCabot116's picture

Hello everyone.

I would like to know the enviroment in which flare is been created.

Operating System, Ram, CPU, VideoCard, ... compilers, IDEs,... Detailed information about.

Thank you.

 

 

 

 

 

 

  • Log in or register to post comments
Clint Bellanger
joined 15 years 9 months ago
Monday, October 15, 2012 - 10:28
Clint Bellanger's picture

Most of Flare was developed on a 2008 unibody 13" MacBook (the run before they started calling them MacBook Pro). http://www.laptopmag.com/review/laptops/apple-macbook-2008.aspx

  • OS: OSX Leopard and Snow Leopard
  • Ram: 4GB DDR3 1067
  • CPU: 2GHz Intel Core 2 Duo
  • Video: Integrated video card (256 MB vram)
  • Compiler: XCode3

I also have a newish Windows desktop machine that I do some Flare development on. Okay I use it mostly for gaming; I bought it when my laptop couldn't run Diablo 3 very well. It's a cheap NewEgg PC http://www.newegg.com/Product/Product.aspx?Item=N82E16883229285

  • OS: Windows 7
  • Ram: 8GB DDR3 1333
  • CPU: AMD FX-4100(3.6GHz)
  • Video: AMD Radeon HD 6670 1GB
  • Compiler: MinGW
  • Log in or register to post comments
dorkster
joined 12 years 11 months ago
Monday, October 15, 2012 - 11:29
dorkster's picture

I also have two systems that I do development on, neither of which are a fancy as Clint's. I use the same software setup on both:

  • OS: Arch Linux
  • Compiler: gcc
  • IDE: GNU Coreutils + VIM

As for hardware, here's my desktop:

  • CPU: Intel Pentium 4 @ 2.8 GHz
  • RAM: 512MB DDR
  • Video: Nvidia GT440

And my laptop:

  • CPU: Intel Atom @ 1.66 GHz
  • RAM: 1GB DDR2
  • Video: Integrated Intel GMA950
  • Log in or register to post comments
Paul Wortmann
joined 14 years 5 months ago
Tuesday, October 16, 2012 - 10:34
Paul Wortmann's picture

Although not a FLARE developer, I compile FLARE at least once a week, probably since around v0.09ish... (google code days)

  • OS: Windows 7 Home Premium 64bit
  • Compiler: MinGW (usually the most recent release or the one prior)
  • IDE: Code::Blocks (latest nightly)
  • CPU: Core 2 Duo p8800 @ 2.8GHz
  • RAM: 4GB
  • GFX card: GeForce 240M, 1GB V-RAM

Looking at the specs of my laptop, I suddenly find myself salivating at the idea of a shiny new PC....:P

 

  • Log in or register to post comments
JoeCabot116
joined 12 years 8 months ago
Thursday, October 18, 2012 - 03:06
JoeCabot116's picture

Well, i see very different platforms.

It is time to compile. Thank you all, and wish me luck !!

 

 

void main ()
{
 char  *DIII = "R3AL5HIT";
 printf("%s",DIII);
}

  • Log in or register to post comments