added a shitty ecs that I'm confident is way worse than just looping … (#4)
* added a shitty ecs that I'm confident is way worse than just looping objects lol * mader a rendering system based on ecs
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from "vite";
|
||||
import glsl from "vite-plugin-glsl";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [glsl({})],
|
||||
});
|
||||
Reference in New Issue
Block a user