Skip to content

A C++ based 2d/3d graphics engine using OpenGL as a backend.

Notifications You must be signed in to change notification settings

cthornsb/OtterEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render3d README

Cory R. Thornsberry

Last updated: September 4th, 2019

This README gives basic information on how to install Render3d from source.

Author

  • Cory R Thornsberry

Compilation

  • Required Prerequisites:

    • cmake version 2.18.12 or later is confirmed to work
    • SDL version 2.0 is required
      • Use sudo apt-get install libsdl2-dev on Ubuntu
  • Recommended Prerequisites:

git clone https://github.com/cthornsb/Render3d
cd Render3d
mkdir build
cd build
cmake ..

Once CMake has successfully generated the makefile, simply type

make install

to compile and install the program.

Installing the Module File

By default, cmake will install binaries to

Render3d/install/bin

From there you may make symbolic links as required, or simply run the executable in place e.g.

./Render3d/install/bin/renderer

About

A C++ based 2d/3d graphics engine using OpenGL as a backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published