Skip to content

chriswebbb/GameEngine-Using-C-and-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chriswebbb.github.io


Logo

About The Project

CGLM was updated recently and it has caused project to come to a halt as things wont display now. When I have time out of uni I will fix this issue properly.

Also there isn't a build for linux as of yet, will be soon enough dont worry :)

Built With

(back to top)

Getting Started

Prerequisites

You will need cmake for this. Can also use cmake to ensure that all make files are in mingw format.

You will also need mingw32-make for this. Which comes attached when installing Mingw builds. I will make a linux based make file one day :(. To check it's installed.

  • make
    make -v
    
  • mingw32-make
    mingw32-make -v
    

Installation

  1. Clone the repo

    git clone https://github.com/chriswebbb/GameEngine-Using-C-and-OpenGL
    
  2. It will come with a program already loaded so to check it all works go into the main directory with

    cd ./3DGameInCUsingOpenGL
    
  3. Then to run the program

    mingw32-make run
    

(back to top)

Usage

My first test of this was with 3D based fragement shaders on a cube.
Logo
The second test was generating a random height map using a psuedo perlin noise generater.
Logo

(back to top)

License

Distributed under the MIT License.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published