Skip to content

sebbekarlsson/cengine

Repository files navigation

Game Engine Framework for C

A simple Game Engine framework,
to make games with in C.

Installing

Requirements

  • glfw3
  • cglm
  • libpng
  • libfreetype6-dev

Compile & Install

To compile & install the engine, simply run:

sudo make install

NOTE: the install script requires you to have python installed.

Creating an application

After installing the engine, you can generate a project using the cengine generator. The command is called ceg.
You can use it like this:

ceg myprojectname

This will generate a project for you.

Running the example

To run the example game:

./run_example.sh 2dvoxel

About

Game Engine Framework in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published