Coder Social home page Coder Social logo

kiwiengine's Introduction

#Kiwi::Engine Sponza scene Sponza scene from Crytek

This project is currently a WIP.

My aim is to have a better understanding of a modern game engine by coding one. The engine uses modern OpenGL but has only been tested on MacOS. By the end I want it to be cross platform, so I try to be as platform agnostic as I can.

##Usage: macOS only (for the moment)
brew install boost (for boost::property_tree, boost::filesystem)
git clone --recursive https://github.com/Raphy42/KiwiEngine.git
cmake . && make

##Implemented ###Demo:

  1. PhongTexturedMaterial test on small scene with one dynamic light. (no shadows)

###Scene:

  1. Mesh, complex meshes and simple primitive (cube, plane)
  2. Actuator (position, rotation, scale)
  3. Camera (FPS)

###Material:

  1. Phong (basic, simple light)
  2. Phong textured (diffuse, specular, normal and alpha)
  3. Cubemap

###Event:

  1. Listener, Notifier and Dispatcher

###Context:

  1. OpenGL 3+

##Todo ###Scene:

  1. Refactor entity storage
  2. Matrix hierarchy
  3. Scene manager (loading scene from json or xml?)

###Renderer:

  1. PBR material (metallic workflow)
  2. uniform buffer object (std140)
  3. GLSL abstraction?
  4. Point shadow

###Other:

  1. Rigid body physics (with middleware abstraction in order to select different physic engine)
  2. Animation
  3. Voxels !!!! (need some work on those octree tho)

##Librairies: boost for the filesystem abstraction (added in c++17) and some other neat things (not included in vendor, need to install it with your favorite package manager)
assimp for model loading (will be removed as soon as the engine has its own 3D file format)
glad, currently unused as MacOS does its own things with OpenGL 3+ context creation
glfw for OpenGL/Vulkan context creation and window management
stb/stb_image.h for image loading

kiwiengine's People

Contributors

raphy42 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.