Giter Club home page Giter Club logo

ice-engine-3d's Introduction

Imgur

Ice Engine 3D

A C++ 3D engine with OpenGL

Description

This is a 3D game engine made from scratch for the CreativeJam 2018. We had 46h to create a full game, and here is barely the engine :p . There is a little demo though! Run the given executable (Linux only) and test it. You don't have much other goals than moving around.. (Best gamplay ever!) But wait, everting was made from scratch! (Or almost, we use OpenGL, glfw, and, fortunately, we were not required to create the computer by our own) You may enjoy the beautiful handmade lighting (Phong Illumination algorithm). The physic engine runs at 45fps, however, rendering loop appends as fast as possible. This is good news if your living room is cold, since the engine will use 100% of one cpu to heat your computer (And then the room). After a while, you may be able to cook some bacon on your computer, but we didn't try in practice.

Features

  • Engine
    • Subsystems
      • TimeManager
      • MeshManager
      • TextureManager
      • InputManager
      • WindowGLFW
    • Camera
    • Game
    • Texture
    • Mesh
  • Gameplay
    • GameObject
      • Update
      • FixedUpdate
    • GamePhysic
  • Shaders
    • Phong Illumination (With PointLight)
  • Demo (Move with AWDS)

Engine built-in demo

  • Move the light with A W D S
  • Walls push you away
  • Nothing more to do (It's only a demo)

Dependencies

  • OpenGL 3.3
  • glfw3
  • glm (Already in code)
  • glad (Already in code)

Build / Run with CMake (Linux only)

Requires C++11. Requires "pragma once" support

mkdir build
cd build
cmake ..
make -j4
make run

Screenshots

Imgur Imgur Imgur Imgur

Authors

ice-engine-3d's People

Contributors

ashijo avatar geekymoose avatar

Watchers

 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.