Giter Site home page Giter Site logo

engine's Introduction

Engine

This is a framework and wrapper for the SFML library that makes creating games easier.

As of right now, there is no documentation. I've been pretty busy, and so I may never get around to adding documentation for it. I periodically update this Engine when I have time. I hope it's useful to someone!

It is required that you use the same compilers that I have. This is because the static libraries included are pre-compiled with Mingw GCC 10.2.0

Download Latest MingW GCC 10.2.0 32bit and 64bit: https://github.com/brechtsanders/winlibs_mingw/releases/tag/10.2.0-11.0.0-8.0.0-r7

32bit: winlibs-i686-posix-dwarf-gcc-10.2.0-mingw-w64-8.0.0-r7.7z

64bit: winlibs-x86_64-posix-seh-gcc-10.2.0-mingw-w64-8.0.0-r7.7z

In order to get started, see the Wiki section:

Get Started With CodeBlocks

Get Started Without CodeBlocks

In order to build and modify the Engine Framework library, see the Wiki page:

Compile The Engine

Important Linker Settings:

In order to compile your game, you must link the following libraries in this order:

engine64-s Engine Framework (64bit)

portaudio64-s PortAudio (64bit)

sfml-graphics-s SFML

sfml-window-s SFML

sfml-system-s SFML

sfml-network-s SFML

setupapi Used by PortAudio

winmm Used by SFML

opengl32 Used by SFML

gdi32 Used by SFML

freetype Used by SFML

ws2_32 Used by SFML

comdlg32 Used by Engine Framework

For 32bit, replace the first 2 linked libraries with:

engine-s Engine Framework (32bit)

portaudio-s PortAudio (32bit)

For older versions: I still have the 9.2.0 and 7.3.0 compilers that I used to compile previous versions of this library. To make it easy for anyone having difficulty getting the right compiler, you can download the older versions below.

Here you can download either Mingw GCC 7.3.0 or Mingw GCC 9.2.0 for backwards compatibility: https://drive.google.com/drive/folders/1WPynZRhfQ73q2lGU1es5IduNChDuE-Of?usp=sharing

(64bit and 32bit compilers are packaged together per MinGW version)

Note: Future releases will only support Mingw GCC 10.2.0. See download link above

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.