Giter Club home page Giter Club logo

overpeek-engine's Introduction

overpeek-engine

Minimal game engine/library. Primary focus on 2D side. Should be easy to use.

  • Windows
  • Linux
  • OSX

CI/CD

System Status Notes
Travis-CI Build Status Disabled
... ...

Building

Build

Build with cmake and conan:

mkdir build && cd build
conan install .. --build=missing
cmake ..
cmake --build .

possible cmake arguments: -DOE_BUILD_TESTS=(ON/OFF) -DOE_BUILD_MODE=(0/1/2)

Create a conan package:

conan create . --build=missing

buildmode 0 being OpenGL only, buildmode 1 being OpenGL with shaderc and buildmode 2 being Vulkan/OpenGL with shaderc node: Vulkan build is experimental and still lacking basic features

Depends on:

  • A c++17 compiler (clang++, g++, msvc)
  • CMake
  • Conan and some packages listed in conanfile.py

Features

  • Window creation (glfw)
  • Audio (Not yet)
  • Rendering (OpenGL)
    • Sprite rendering
    • Text rendering (stb_truetype)
    • GUI (basic)
  • Networking (basic)
  • General utility tools (that I find useful)

Demo images

tests/entities

  • Box2D physics and entt entities
  • Translucent bordered window

tests/game-of-life

  • Conway's game of life simulator

tests/guis

  • Simple gui demo
  • List Widget is under developement so the cube is not animated


Why?

I created this as I am making my game and it's own 'engine' and I thought someone could find this project somewhat useful. Or so I hope.

overpeek-engine's People

Contributors

antlaa avatar xor-bits avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

antlaa

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.