Giter Club home page Giter Club logo

opengl-shape-engine's Introduction

opengl-shape-engine

An OpenGL shapes engine renderer just for fun!

opengl-shape-engine's People

Contributors

duckyshine004 avatar

Watchers

 avatar

opengl-shape-engine's Issues

OpenGL GLSL Shader Error Detection

User Story

As a user, I would like to ensure that the program runs without errors.

Description

It is important that our program detects any GLSL errors. g++ cannot detect this.

Add Application Window

User Story

As a user, I want an application window.

Description

Add an application window, this is just to make sure that the application is setup correctly.

Shader - Add A Simple Shader File Reader

User Story

As a developer, I would like to be able to write GLSL files without hard coding it into a block of string.

Description

It is better to create a separate files for both the vertex and fragment shaders, rather than writing GLSL code in C++:

  • `vert_shader.glsl'
  • `frag_shader.glsl'

Triangle - Add Colors Using Shaders

User Story

As a user, I would like to see different shades of colors used for a simple triangle.

Description

Adding colors to a shape makes it so much more interesting.

Triangle - Shape Rendering

User Story

As a user, I would like to see triangles being rendered.

Description

Render the simple triangle shape. Colors can come later.

Point - Drawing a Single Point

User Story

As a user, I would like to see a single point.

Description

Render the simplest primitive in OpenGL - a point.

Setup Folder Structure

User Story

As a user, I want a good folder structure setup, so that I can easily navigate the project files.

Description

Setup the folder structure for the project.

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.