Added JS engine.

This commit is contained in:
2021-09-18 00:39:00 -07:00
parent 9dd9ce7cbd
commit ef9137fabb
52 changed files with 547 additions and 35712 deletions

View File

@ -12,7 +12,5 @@
typedef struct {
texture_t *texture;
primitive_t quad;
float u0, v0;
float u1, v1;
float width, height;
} image_t;