Mercurial > games > semicongine
comparison README.md @ 179:4293eb730430
add: stupid note
author | Sam <sam@basx.dev> |
---|---|
date | Tue, 02 May 2023 16:29:20 +0700 |
parents | ceba165f07d8 |
children | 315c809c8e60 |
comparison
equal
deleted
inserted
replaced
177:42e99cb20da2 | 179:4293eb730430 |
---|---|
19 Roadmap | 19 Roadmap |
20 ------- | 20 ------- |
21 | 21 |
22 Still tons to do. Making render pipeline and scenegraph somewhat compatible | 22 Still tons to do. Making render pipeline and scenegraph somewhat compatible |
23 seems like it will require quite a bit more of work. Also, audio might require | 23 seems like it will require quite a bit more of work. Also, audio might require |
24 quite a bit of work, no experience there. | 24 quite a bit of work, no experience there (note: audio was super easy to implement) |
25 | 25 |
26 Rendering: | 26 Rendering: |
27 | 27 |
28 - [x] Vertex attributes, vertex data | 28 - [x] Vertex attributes, vertex data |
29 - [x] Shaders (allow for predefined and custom shaders) | 29 - [x] Shaders (allow for predefined and custom shaders) |