GithubHelp home page GithubHelp logo

oktonion / glues Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cnvogelg/glues

0.0 0.0 0.0 616 KB

GLU OpenGL ES port for embedded Linux systems including the Raspberry Pi

License: Other

JavaScript 0.19% C 99.81%

glues's Introduction

----- Linux Port README -----

This is a Linux port of the GLU ES implementation.

Its suitable for embedded Linux systems that have a OpenGL ES 1.x 
implementation available.

Currently the RaspberryPi is supported.

A. RaspberryPi Build 

1. On Raspbian directly

> cd linux
> make raspi=1 install

2. Cross-Compile

> export RASPI_ROOT=/path/to/root/of/raspbian/image
optional: prefix of cross compiler
> export COMPILER_PREFIX=arm-unknown-linux-gnueabi-

> cd linux
> make raspi=1 install

You'll find the headers in "include" and the lib in "lib"


9.12.12 Christian Vogelgsang <[email protected]>


----- Original README -----

GLU ES version 1.4

This port is based on original GLU 1.3 and has original libutil and libtess
(part of GLU) only.

Warning, after gluCylinder(), gluDisk(), gluPartialDisk(), gluSphere() function
call, color, vertex, texture and normal arrays are disabled. Array pointers are
changed and must be reinstalled by caller to its original state.

Currently QNX 6.4.x native target build is supported and Win32 x86 build for
PowerVR OpenGL ES 1.1 emulator (http://www.imgtec.com).

Win32 build uses MSVC 2005 (9.0) and you have to change path to Imagination
Technologies PowerVR SDK in all project files.

History:

1.4 - Small fixes, regarding intermediate casts to double during equation
      calculations. Added Win32 build target for PowerVR OpenGL ES 1.1
      emulator. Added GLU ES documentation, based on the OpenGL GLU
      documentation with ES specific fixes.
1.3 - libtess and tesselation tests (QNX native and SDL 1.3) have been added.
1.2 - SDL 1.3 based tests were added.
1.1 - Removed some texture formats, which are not supported by OpenGL ES 1.x,
      added arrays manipulation to the quadric functions. Sphere flat shading
      fixes.  Disk texturing with inner radius more than 0.0f fixes.  Updated
      tests.
1.0 - Initial public release.

// 17.05.2009
// Mike Gorchak <[email protected]>, <[email protected]>

glues's People

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.