add: vertex basics, some refactoring
 | author | Sam <sam@basx.dev> | 
 | date | Sun, 01 Jan 2023 01:00:50 +0700 | 
 | parents |  | 
 | 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 |