comparison README.md @ 640:232290881c87

add: stupid note
author Sam <sam@basx.dev>
date Tue, 02 May 2023 16:29:20 +0700
parents 42ad7e6208e9
children 315c809c8e60
comparison
equal deleted inserted replaced
638:bae5b7b884bb 640:232290881c87
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)