add: basic vertex buffer functionality
 | author | 
 Sam <sam@basx.dev> | 
 | date | 
 Thu, 05 Jan 2023 01:16:48 +0700 | 
 | parents | 
 b40466fa446a  | 
 | children | 
 b55d6ecde79d  | 
 | rev | 
   line source | 
  
| 
17
 | 
     1 For implementation of font rendering:
 | 
| 
 | 
     2 https://developer.apple.com/fonts/TrueType-Reference-Manual/
 | 
| 
 | 
     3 
 | 
| 
 | 
     4 ideas:
 | 
| 
 | 
     5 - mining-game with structure simulation, crashing mineshafts, etc.
 | 
| 
 | 
     6 - top-down 2d shooter (wild west?) with one room per scene, fixed camera
 | 
| 
 | 
     7 - Top-down 2d shooter with autoshoot (-> what is the challenge? position? cover? effects?)
 | 
| 
 | 
     8 - Clean up something
 | 
| 
 | 
     9 - Defend house (embassy?), against burglar, enemies, receive guests
 |