Skip to content

Instantly share code, notes, and snippets.

View didito's full-sized avatar

Dietmar Suoch didito

View GitHub Profile
1. C/C++ BUILDS:
================
MSVC:
=====
c1.dll: the C frontend
c1xx.dll: the C++ frontend
c2.dll: the optimizer
@didito
didito / real time camera + animation resources
Last active February 26, 2024 02:48
real time camera + animation resources
BOOKS:
======
Real Time Cameras
2009, Mark Haigh-Hutchinson
https://books.google.com/books/about/Real_Time_Cameras.html?id=nCEHvIpshFAC&hl=en
http://www.gamasutra.com/view/feature/132456/realtime_cameras__navigation_and_.php?print=1
@didito
didito / C++ status pages
Last active February 19, 2017 23:36
C++ status pages
http://clang.llvm.org/cxx_status.html
https://gcc.gnu.org/projects/cxx-status.html
https://msdn.microsoft.com/en-us/library/hh567368.aspx
http://en.cppreference.com/w/cpp/compiler_support
https://isocpp.org/std/status
Parallelizing the Naughty Dog engine using fibers by Christian Gyrling
http://www.swedishcoding.com/wp-content/uploads/2015/03/parallelizing_the_naughty_dog_engine_using_fibers.pdf
id Tech 5 Challenges
From Texture Virtualization to Massive Parallelization by J.M.P. van Waveren
http://s09.idav.ucdavis.edu/talks/05-JP_id_Tech_5_Challenges.pdf
Doom3 BFG Source Code Review: Multi-threading by Fabien Sanglard