User Tools

Site Tools


development:csdk:2.0:csdk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:csdk:2.0:csdk [2024/11/22 09:21] – [Tutorials/Workflows] clydedevelopment:csdk:2.0:csdk [2024/11/26 03:09] (current) clyde
Line 1: Line 1:
 ====== GameTank SDK ====== ====== GameTank SDK ======
- 
-SDK V2 is releasing soon! https://github.com/clydeshaffer/gametank_sdk/pull/28 
  
 The C SDK provides a collection of libraries and tools to support making GameTank games entirely in C! [[https://github.com/clydeshaffer/gametank_sdk|It's available on GitHub.]] The C SDK provides a collection of libraries and tools to support making GameTank games entirely in C! [[https://github.com/clydeshaffer/gametank_sdk|It's available on GitHub.]]
Line 15: Line 13:
   * [[development:csdk:2.0:graphics|Graphics on the GameTank]]   * [[development:csdk:2.0:graphics|Graphics on the GameTank]]
   * [[development:csdk:2.0:sprites|Importing and rendering sprites]]   * [[development:csdk:2.0:sprites|Importing and rendering sprites]]
 +  * [[development:csdk:2.0:genmacros|Generated Asset Macros]]
   * [[development:csdk:2.0:controllers|Reading controllers]]   * [[development:csdk:2.0:controllers|Reading controllers]]
   * [[development:csdk:2.0:music|Importing and playing music]]   * [[development:csdk:2.0:music|Importing and playing music]]
   * [[development:csdk:2.0:debugging|Debugging your program]]   * [[development:csdk:2.0:debugging|Debugging your program]]
-  * [[development:csdk:2.0:genmacros|Generated Asset Macros]]+  * [[development:csdk:2.0:codebanks|Putting code in other ROM banks]]
 ===== Header Files (and how to use them) ===== ===== Header Files (and how to use them) =====
  
Line 24: Line 23:
   * [[development:csdk:2.0:headers:gametank|gametank.h - System definitions, register addresses]]   * [[development:csdk:2.0:headers:gametank|gametank.h - System definitions, register addresses]]
   * [[development:csdk:2.0:headers:input|input.h - Reading the game controllers]]   * [[development:csdk:2.0:headers:input|input.h - Reading the game controllers]]
 +  * [[development:csdk:2.0:headers:banking|banking.h - Selecting ROM banks]]
  
 == Graphics == == Graphics ==
development/csdk/2.0/csdk.1732267277.txt.gz · Last modified: 2024/11/22 09:21 by clyde