Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keyvank/tracy

A simple open-source 3D engine written fully in C++
https://github.com/keyvank/tracy

Last synced: about 2 months ago
JSON representation

A simple open-source 3D engine written fully in C++

Awesome Lists containing this project

README

        

# Tracy 3D Engine

## What is Tracy?

Tracy is a simple open-source 3D engine which has been
written fully in C++. Its understandable code is incredibly
useful for learning purposes. Tracy uses bitmap files as
its output in order to reduce platform specific codes.

## Compile and run

You should have GNU C++ Compiler installed on your system,
then simply `make` and run `./tracy`!
Path of output file is: `./files/output.bmp`
You can change the scene by modifying `main.cpp`

## Custom shaders!

You can build new shaders by inheriting from `shader` class!
Here are some amazing things you can do with custom shaders!


## Contribute

The project is looking for you help!