comparison notes @ 36:2979b69eef55

did: migrate rest of make functionality
author Sam <sam@basx.dev>
date Mon, 16 Jan 2023 00:45:31 +0700
parents 94c38e4b5782
children 6859bcfabc62
comparison
equal deleted inserted replaced
35:7f99b21a8777 36:2979b69eef55
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)