CSS to make a 3d voxel game
Will i be able to use CSS on images to make a 3d game about cubes. Like minecraft, but entirely css; no canvas allowed.
Voters
TheoHal
Doing 3d animation with CSS is possible (https://codepen.io/wallaceerick/pen/IGxim), but without js you won't be able to do a lot of user input. It is possible, but very math heavy and extremely development heavy.
Yimmee
@theohalpern i meant css for the visuals.
it would be pretty hard
first off, how will you be able to add player movement? how about collisions?
second of all, how will you be able to create a variable amount of 3d cubes without using any javascript? how about positioning them?
finally, how will you make sure your solution won't be so convoluted and bloated that it only works on your computer?