Skip to content

dabaldassi/castor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castor

This is a game engine using the actor pattern.

It uses the library SANDAL2 to handle graphics and SDL2_mixer for sound.

Compiling

You need SANDAL2 ( and SDL2 ) to compile it.

> cd castor

> git submodule update --init

> mkdir build && cd build

> cmake ..

> make

New Castor

I'm restarting the project to do a better game engine with a better conception and interface and will add a lot of new features (audio engine, network, shader, ...). It can be found here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors