1
0
Fork 0
No description
Find a file
2022-09-18 12:26:01 +02:00
.bam Adding .bam/compilers.lua 2022-09-12 19:56:54 +02:00
assets assets: bam does not like whitespace in file names. 2020-12-19 18:55:10 +01:00
examples Merge branch 'fullscreen-api-nonrecreate' into dev 2022-09-13 20:39:02 +02:00
include/Spectre Adding Spectre/GfxDriver/ShaderProgram base class. 2022-09-18 12:26:01 +02:00
source Adding Spectre/GfxDriver/ShaderProgram base class. 2022-09-18 12:26:01 +02:00
vendor vendor/FreeType2/build.lua: build a static lib. 2022-09-12 19:43:49 +02:00
.gitattributes Initial commit 2016-01-10 09:26:43 +01:00
.gitignore bam: adding unix support. 2020-12-19 18:55:10 +01:00
bam.lua bam.lua: Set custom compiler functions. 2022-09-12 19:57:10 +02:00
engine.build.lua engine.build.lua: Graphics module: OpenGL.cpp is now called Graphics.cpp 2022-09-18 12:24:44 +02:00
README.md Update Readme 2020-01-02 05:06:17 +01:00

Spectre 2D Engine

A simple 2D Game engine from scratch!

Compiling

This project uses bam build system (Version 0.5 or greater) to compile the engine.

Just running bam in this directory will start build the source.

The build will produce spectre.lib in the build directory that should be used when linking.

You will also need to link against FreeType2 that is located in vendor/FreeType2/lib/x<86|64>/freetype-s.lib (or freetype-d-s.lib for debug version)

Author

Henrik Hautakoski - henrik.hautakoski@gmail.com