Giter Site home page Giter Site logo

sebity / plopengl Goto Github PK

View Code? Open in Web Editor NEW
19.0 6.0 7.0 731 KB

SWI-Prolog binding for the OpenGL, GLU and GLUT libraries

Home Page: http://www.sebity.com/

License: Other

JavaScript 1.28% Perl 0.10% C 51.55% Prolog 46.96% Makefile 0.11% Perl 6 0.01%

plopengl's Introduction

plOpenGL

SWI-Prolog OpenGL Bindings

What is plOpenGL

plOpenGL is an open source project that aims to develop a complete cross-platform SWI-Prolog binding for the OpenGL, GLU and GLUT libraries.

Platforms

Windows, Mac OSX and Linux

Usage

To use plOpenGL, add the following import modules and libraries to your script:

:- use_foreign_library(foreign(plOpenGL)).

:- use_module(library(plOpenGL)).

:- use_module(library(plGL_defs)).

:- use_module(library(plGLU_defs)).

:- use_module(library(plGLUT_defs)).

:- use_module(library(plGL)).

:- use_module(library(plGLU)).

:- use_module(library(plGLUT)).

Author

Jan Tatham

License

plOpenGL is currently available under the GNU Lesser General Public License (LGPL) version 2.1.

plopengl's People

Contributors

sebity avatar

Stargazers

Nikita Kozlov avatar  avatar Price Smith avatar Siyuan Chen avatar Carsten Heisterkamp avatar  avatar Bohdan Savrasov avatar Chase James avatar Kevin S. Piedra M. avatar Anton Danilov avatar Douglas R. Miles avatar Quentin Quadrat avatar  avatar Arthur M Meskelis avatar rssqian avatar Jeremy Bae avatar Stas Tikhomirov avatar Bidouilleur Barbu avatar JT5D avatar

Watchers

Douglas R. Miles avatar James Cloos avatar  avatar Bidouilleur Barbu avatar Gara avatar  avatar

plopengl's Issues

64-bit dll is not 64-bit

The 64-bit swi-prolog on Windows cannot load the plOpenGL.dll because it has the wrong machine header (x86 and not amd64 or x86_64).
The build must not work properly for 64-bit or the pack was put together wrongly.
Both dll's were checked: i386-win32 and x64-win64 folders.

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.