Skip to content

Tracer

Latest
Compare
Choose a tag to compare
@DhirajWishal DhirajWishal released this 02 May 01:52
fa81778

Version 1.0.0🐞

Firefly is a cross-platform, header-only graphics API primarily designed to run on Android as the primary graphics engine for Re-Co. It can be easily ported to other platforms with some minor changes.

How to use? 🤔

Start by cloning the library to a local directory. Set the include path to Include and you're all set! The only condition is that there is one header file which includes all the source files which need to be included by just ONE source file, no more than that. Then you're all set to go!

Note that there are some additional dependencies if you're running on another platform rather than Windows, which comes from glfw and I recommend you take a look at the glfw dependencies to make sure that everything will run smoothly. But if you do not wish to use a window to render the images, but rather use it as an image generator and use an image parser to save the image data (did I mention that we already have one included?) then this library would be a great option. Just make sure that you have the Vulkan drivers installed and you're good to go.