nrlnd / octet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octet

Octet is a framework for teaching OpenGL and the rudiments of game programming such as Geometry construction, Shaders, Matrices, Rigid body Physics and Fluid dynamics.

It has a number of examples in the src/examples directory.

To use with visual studio, fork this repository into your own account and then "Clone Into Desktop" using the GitHub tool and open one of the .sln files in src/examples.

There is a python script for generating your own projects from a template.

From the octet directory run:

packaging\make_example.py my_example

To create your own project in src/examples

Examples should also work with Xcode, although testing is a lot less thorough. If it does not work, send me a pull request with fixes, please...

Octet is a bit unusual in that it does not use external libraries such as libjpeg or zlib. These are implemented in source form in the framework so that you can understand the code. The source of most academic libraries is almost unreadble, so we aim to help your understanding of coding codecs such as GIF, JPEG, ZIP and so on.

About


Languages

Language:HTML 67.2%Language:C++ 29.3%Language:C 2.7%Language:JavaScript 0.4%Language:CSS 0.2%Language:GLSL 0.1%Language:CMake 0.1%Language:Python 0.0%Language:Makefile 0.0%Language:C# 0.0%Language:Batchfile 0.0%Language:Lua 0.0%