Giter VIP home page Giter VIP logo

saucer_engine's Introduction

Saucer Engine

Saucer Engine is a 2D Game engine made with C++11, using OpenGL 3.0 as rendering back-end. The focus on this engine was primarily for learning graphics programming, and then some low level development in general. It evolved a little bit further, with an integrated gui editor, with embedded lua profiling and scene editor (ImGui is indeed an amazing library).

It's focus is to be lightweighted and script-friendly, so you don't need to write C++ if you want, although it is simple to add custom C++ components.

I made this proof-of-concept game with Saucer. It's a chess game. It uses a custom C++ component to communicate with a external process (any chess engine executable that uses UCI protocol, like Stockfish).

Dependencies

Apart from heavy use of C++ STL libs, these below are all third-party dependencies:

(*) - Included as a git submodule. When not included as submodule, there is a copy of the project's source code.

Building

Currently, I'm working on building a proper release build (resource packaging). For now, you can easily build the editor executable with CMake. Don't forget to include all git submodules when cloning this repository.

Documentation

Source code documentation is being created with Doxygen. (Incomplete) Also, I think a script-API (Lua bindings) would be more useful since it is the subset of C++ functions that is useful for scripting. More on that is yet to come too.

Possibly nexts TO-DO's (by priority):

  • Picking scene node objects with mouse cursor in editor mode.
  • More API functions related to physics & collision (velocity, normal vector, etc)
  • Networking module
  • Integrate a file explorer in editor (will use boost or C++17)
  • Supporting Lua to the most recent version (5.4.2).
  • Imports for some popular tools (Aseprite, Tiled, OGMO, ... suggestions accepted! )

saucer_engine's People

Contributors

rilpires avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.