Skip to content

Jazpy/GENOMINATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENOMINATOR

Genome visualizer in C++ with OpenGL. This will only render pretty things based on a genome, and is not intended for any serious use.

Prerequisites

In order to compile this project, the following must be installed:

  • GLEW
  • GLFW
  • GLM
  • OpenGL 4.0+

Please check this site for instructions. You can also check the tutorials this is based off of at @opengl-tutorials

Building

Use the CMakeLists.txt file to generate a makefile inside the build/ directory. I recommend using cmake-gui for this. Then simply use the make command. An executable named genominator should be generated.

About

Genome visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published