I started working on my personal website today. It's still being worked on as I need to finish the navigation, create a logo and more. The images are just placeholders. I am planning to add projects there instead.
#website#web#html#css#silicoth#design#portfolio#webpage
Another update to my "cube project". I made a system to generate (n x n) blocks. This is a 10 x 10 example. However there actually aren't 100 blocks. It's one giant block with repeated texture, so the next goal is to fix that.
#pyglet#render#opengl#project#python#game
I made a small project today. I followed a tutorial for Pyglet (which uses OpenGL) 3D Game and made this flying cube. My goal right now is to make a 3D game that generates terrain with Perlin Noise.
#python#pyglet#project#cube#opengl#render#rendering