Mercurial > games > semicongine
comparison notes @ 497:797f6f9c9d73
did: migrate rest of make functionality
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 16 Jan 2023 00:45:31 +0700 |
parents | 0c18638c7217 |
children | 6859bcfabc62 |
comparison
equal
deleted
inserted
replaced
496:b41733878bc6 | 497:797f6f9c9d73 |
---|---|
16 - Manage shop? | 16 - Manage shop? |
17 | 17 |
18 Rendering: | 18 Rendering: |
19 | 19 |
20 - [x] Uniforms | 20 - [x] Uniforms |
21 - [ ] Per-instance vertex attributes | 21 - [x] Per-instance vertex attributes |
22 - [ ] Textures | 22 - [ ] Textures |
23 - [ ] Depth buffering | 23 - [ ] Depth buffering |
24 | 24 |
25 Quality improvments: | 25 Quality improvments: |
26 | 26 |
27 - [ ] Mipmaps | 27 - [ ] Mipmaps |
28 - [ ] Multisampling | 28 - [ ] Multisampling |
29 - [ ] Better scenegraph API | 29 - [ ] Better scenegraph API |
30 - [ ] Instanced drawing | |
30 | 31 |
31 Build-system: | 32 Build-system: |
32 - [ ] move all of Makefile to config.nims | 33 - [x] move all of Makefile to config.nims |
33 | 34 |
34 Asset handling: | 35 Asset handling: |
35 - [ ] Mesh files (Wavefront OBJ, MTL) (use something from sketchfab to get started, e.g. https://sketchfab.com/nigelgoh) | 36 - [ ] Mesh files (Wavefront OBJ, MTL) (use something from sketchfab to get started, e.g. https://sketchfab.com/nigelgoh) |
36 - [ ] Image files (BMP RGB + BMP Graysscale for transparency) | 37 - [ ] Image files (BMP RGB + BMP Graysscale for transparency) |
37 - [ ] Audio files (WAV) | 38 - [ ] Audio files (WAV) |