Our links reposistory:
Some links that might help you in developing games and software.Programming Websites:
- DelphiGameDev.com.
- Programmer's Heaven
- Delphi VCL components,examples,articles.
- Open Source Applications .
- Open Source Projects and best place to host your open source projects..
Programming Tools:
Lazarus - Open Source alternative to commercial Delphi IDE.Code::Blocks - The open source, cross platform, free C++ IDE. Comes with or without compiler and has extensible plugins system.
TurboExplorer - A bunch of free programs from Borland. C++,Delphi,Ruby and JBuilder free tools.
HGE - .The best free 2D games engine that I found for C++. It's easy and uses DirectX technology so only available for MS Windows. You can try: SDL - Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It's available for many programming languages,but I still didn't tried this one.
Notepad++ - Free Source Code editor with extensible plugin system.