Michael KohnKohn3DPosted: April 16, 2023 Introduction After coding Nintendo 64 Java, it inspired me to create a library for drawing 3D images. Originally I just wanted something that could generate animated GIFs, but it now also has the ability to output BMP and AVI. Currently the following features are implemented:
Output
Currently there are no depedencies (no external libraries for things like BMP, AVI, GL, etc)... although a fun feature might be a "Video" option that can pull in frames from mp4's and such using libav (ffmpeg) or something. Or maybe also to output to mp4 using libav. Source Code
git clone https://github.com/mikeakohn/kohn3d.git
Samples Click to animate: The cube above is the output of the draw_cube.cxx example program. Explanation Coming soon...
Copyright 1997-2025 - Michael Kohn
|