Thunderbrew: Difference between revisions

No edit summary
No edit summary
Line 12: Line 12:
! Library !! Analogous to !! Description !! Depends on
! Library !! Analogous to !! Description !! Depends on
|-
|-
| [https://github.com/thunderbrewhq/system.git system] || None || OS detection and compatibility shims for Whoa projects. || None  
| [[Thunderbrew:system|system]] || None || OS detection and compatibility shims for Whoa projects. || None  
|-
|-
| [https://github.com/thunderbrewhq/bc.git bc] || BlizzardCore || Various low-level system utilities, such as memory allocation, threads, file IO, mutexes. || system
| [[Thunderbrew:bc|bc]] || [[Blizzard:BlizzardCore|BlizzardCore]] || Various low-level system utilities, such as memory allocation, threads, file IO, mutexes. || system
|-
|-
| [https://github.com/thunderbrewhq/squall.git squall] || Storm || Low level utilities similar to bc. Template classes that are used extensively. || system, bc
| [[Thunderbrew:squall|squall]] || [[Blizzard:Storm|Storm]] || Low level utilities similar to bc. Template classes that are used extensively. || system, bc
|-
|-
| [https://github.com/thunderbrewhq/typhoon.git typhoon] || Tempest || 3D arithmetic classes and routines || system, squall
| [[Thunderbrew:typhoon|typhoon]] || [[Blizzard:Tempest|Tempest]] || 3D arithmetic classes and routines || system, squall
|-
|-
| [https://github.com/thunderbrewhq/common.git common] || Engine/Base || Common utility classes and routines || system, squall, tempest  
| [[Thunderbrew:common|common]] || [[WoW:Engine|Engine/Base]] || Common utility classes and routines || system, squall, tempest  
|}
|}