Mercurial > games > semicongine
comparison notes @ 498:2fa8e418deae
did: update notes
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 16 Jan 2023 00:51:03 +0700 |
parents | 797f6f9c9d73 |
children |
comparison
equal
deleted
inserted
replaced
497:797f6f9c9d73 | 498:2fa8e418deae |
---|---|
16 - Manage shop? | 16 - Manage shop? |
17 | 17 |
18 Rendering: | 18 Rendering: |
19 | 19 |
20 - [x] Uniforms | 20 - [x] Uniforms |
21 - [x] Per-instance vertex attributes | 21 - [x] Per-instance vertex attributes (required to be able to draw scene graph) |
22 - [ ] Textures | 22 - [ ] Textures |
23 - [ ] Depth buffering | 23 - [ ] Depth buffering |
24 | 24 |
25 Quality improvments: | 25 Quality improvments: |
26 | 26 |
36 - [ ] 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) |
37 - [ ] Image files (BMP RGB + BMP Graysscale for transparency) | 37 - [ ] Image files (BMP RGB + BMP Graysscale for transparency) |
38 - [ ] Audio files (WAV) | 38 - [ ] Audio files (WAV) |
39 | 39 |
40 Other: | 40 Other: |
41 - [ ] Input handling (X11, Win32) | 41 - [ ] Input handling |
42 - [ ] Config files ala *.ini files (std/parsecfg) | 42 - [ ] X11 |
43 - [ ] Win32 | |
44 - [ ] Config files ala *.ini files (use std/parsecfg) | |
43 - [ ] Audio (Alsa, Windows Waveform API?) | 45 - [ ] Audio (Alsa, Windows Waveform API?) |
44 | 46 |
45 Features: | 47 Features: |
46 - [ ] Text rendering | 48 - [ ] Text rendering |
47 - [ ] Animation system | 49 - [ ] Animation system |