GithubHelp home page GithubHelp logo

jesseguerrero / graphicsplayground Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deg3x/ember

0.0 0.0 0.0 12.75 MB

A simple OpenGL-based graphics engine

License: MIT License

C++ 30.56% Python 0.29% C 63.36% Lua 3.07% GLSL 2.71%

graphicsplayground's Introduction

GraphicsPlayground

Overview

This is a simple graphics engine that I created in order to dive into Engine/Graphics programming.
At the moment it serves as a great base for learning and experimenting with shaders and simple engine concepts.

The goal is to extend this into a feature-complete graphics engine, including an editor and the basic tools needed to create a game.

Platforms

  • Windows
  • OS X

Only 64-bit targets are supported.

Dependencies

The following libraries are used (and are already included):

  • GLFW is used for managing the running windows.
  • OpenGL (4.1) is the main graphics API.
  • GLM is used as the base mathematics library (will be replaced in the future).
  • The project uses the Premake (v5.0.0-beta2) build system.

Precompiled Premake binaries for Windows and OS X are also included.

A Python script is used to interact with Premake and therefore must be present in your system.
If you want to avoid installing it, you can manually run premake and build the project (see generate_project.py).

Build

  1. Download/Clone the code/repository.
  2. Open a terminal and change the working directory to the project root.
  3. Execute the project generation python script: python ./generate_project.py

Incoming Features

  • Textures (diffuse, normals, etc.) [not fully implemented]
  • Shadows
  • Cubemaps
  • Model Loading
  • Deferred Rendering
  • PBR
  • Text Rendering
  • Vulkan support
  • Raytracing
  • Editor (ImGui)

License

The MIT License (MIT)

graphicsplayground's People

Contributors

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