Giter VIP home page Giter VIP logo

ironclad's Introduction

IronClad

About

IronClad is a personal project of mine. It is a 2D game engine wrapped around OpenGL, OpenAL, and GLFW.
I currently have a game work-in-progress called Praecursor being built using this engine. The binaries may not be updated as often as the source code, but feel free to build it yourself, since the .vcxproj file is included. Alternately, contact me and I'll upload a build immediately. As of the latest updates, IronClad supports audio assets as well, making it closer to a game engine than a rendering one like never before.

Instructions

  • Clone the repo
  • Copy Source/include to your project include directory
  • Copy Binaries/IronClad.lib to your project library directory
  • Copy Binaries/IronClad.dll to your project binary directory
  • In your source, add #include "IronClad.hpp"
  • Also, link the lib file
  • You're set!

Features

IronClad currently supports the following:

  • Full use of modern OpenGL features such as vertex array objects
  • Instanced geometry which allows for high-speed, batched rendering of many vertices
  • Per-pixel shader-based lighting (ambient, directional, point)
  • Optimized mesh loading
  • Entity wrapper for easily controllable mesh instances
  • Customized entity animation
  • Minimalistic physics system
  • Loading of a custom level format for easy scene creation
  • Loading and rendering of TrueType fonts
  • Simple but flexible GUI creation
  • OGG-Vorbis and WAV file audio support

Planned Features

In the near future, IronClad will support:

  • Fully-featured level creation and control
  • More robust physics system
  • Shadow generation

ironclad's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

marcjal

ironclad's Issues

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.