Programming resources: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (removing wiki related link)
Line 25: Line 25:
* [http://lgdc.sunsite.dk/articles/23.html Optimization Basics]
* [http://lgdc.sunsite.dk/articles/23.html Optimization Basics]
* [http://www.agner.org/optimize/optimizing_cpp.pdf Optimizing C++] (http://www.agner.org/optimize/)
* [http://www.agner.org/optimize/optimizing_cpp.pdf Optimizing C++] (http://www.agner.org/optimize/)
* [http://www.tantalon.com/pete/cppopt/main.htm C++ Optimization Strategies and Techniques]
* [http://www.crowl.org/Lawrence/programming/Bentley82.html Writing Efficient Programs]


= Programming - Background knowledge =
= Programming - Background knowledge =

Revision as of 05:10, 16 May 2009

Please note that as of 04/2009, the "aviation standards & information" section has been moved to a new page Aviation Standards & Information. This also applies to the "Free GIS data" section which can now be found at Scenery Development Resources.

Source Code Management

Software Engineering

Pointer Basics


Optimization

Programming - Background knowledge

C++ Courses

C++ eBooks

C++ References

C++/STL

Graphics Programming

Game Programming related

Programming General

General OpenGL Resources

OpenGL Shaders

Tutorials

Manuals

References

Free Software

3D Maths

OSG/OpenSceneGraph related

Communities

(Forums, Newsgroups, Mailing Lists & Chat rooms)

Networking

Unix Sockets

Windows Sockets

Protocol Design


Multiplayer Design & Programming

Basics

Design & General

State Prediction

Compression / Effiency

Security

Libraries


See also