How to make this?

Is it possible in unity to make this?How do I do it?

its possible… (still most of those features would be already there in the unity 3d engine)

can build meshes with mesh api:

or draw pixels into texture with

or draw lines/triangles with

outside unity, could use
https://github.com/libsdl-org/SDL
https://github.com/raysan5/raylib

3 Likes