Skip to content

quou/Crimson

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Codacy Badge

A WIP 3D game engine

Current Features

  • 3D rendering
  • Scripting with AngelScript
  • Editor
  • Scene serialisation

Building

Prerequisites

  • Premake5
  • A C++11 compiler
  • A GPU with OpenGL 4.2+

Unix

The run.sh file will build the project. If the build is successful, then it will run the editor executable.

./run.sh

MacOS is currently untested, but it likely will not work due to Apple's shaky support of OpenGL.

Windows

Generate Visual Studio/CodeLite project using Premake5, open the project and click "build".

premake5 vs2019