I've been working on the program I showed last time.
Now it has the following new features:
- interactivity (features can be turned on and off, and the view can be rotated with the keyboard and the mouse)
- reflections
- new textures
- variable shadow projection
- day/night transition
Computers are still awesome and OpenGL is still fun!
looks interesting. what kind of software are you using ?
B0G0MIP 8 months ago
@B0G0MIP It's a simple C program I wrote and it only depends on these libraries: Xlib, OpenGL and GLU.
I've used the vim editor to write it, the GCC to compile it (utilizing the make system) and FFMpeg to capture and encode the video. I also used GIMP to make the textures and ImageMagick to convert them to raw RGB data files. Oh, and everything on a Gentoo Linux system.
That should be everything I used :-)
Benedek93 8 months ago
awesome
Danny77uk 8 months ago
@Danny77uk Thanks again :D
Benedek93 8 months ago