#3d #3d-graphics #rendering #delphi #pascal #game-engine #framework #components #gamedev

glscene ff93c9129b Upgraded to v.2.5 преди 1 година
.github 856887be2c Create google.yml преди 5 години
Assets 1a8abf98e9 Merged gls and gxs branches преди 1 година
Examples ff93c9129b Upgraded to v.2.5 преди 1 година
Help 3f3f7a2528 Added guidegls.pdf преди 1 година
Packages ff93c9129b Upgraded to v.2.5 преди 1 година
Resources a1d7a15f4f Updated phys dpk преди 1 година
Source ff93c9129b Upgraded to v.2.5 преди 1 година
Sourcex ff93c9129b Upgraded to v.2.5 преди 1 година
external 1a8abf98e9 Merged gls and gxs branches преди 1 година
include 700151fcd3 Removed autogenerated hpp/lib/bpl/dcp files and fixed paths преди 2 години
lib 700151fcd3 Removed autogenerated hpp/lib/bpl/dcp files and fixed paths преди 2 години
.gitignore d39be50722 Initial commit преди 5 години
GLScene.groupproj 1a8abf98e9 Merged gls and gxs branches преди 1 година
GXScene.groupproj a1d7a15f4f Updated phys dpk преди 1 година
LICENSE d39be50722 Initial commit преди 5 години
README.md c2885b3828 Update README.md преди 1 година
_clean.cmd a1d7a15f4f Updated phys dpk преди 1 година
_config.yml c1a02ecd9f Set theme jekyll-theme-minimal преди 5 години

README.md

GLScene

GLScene is a graphics engine based on OpenGL and VCL components for Delphi & C++ Builder, Embarcadero RAD Studio.
It provides a class library and tools for rendering 3D scenes with spatial objects, freeforms, verlets and virtual intelligent actors.
Includes additional components for creating mesh objects with materials, shaders, animations,
and developing graphics applications with physics.

How to install

  1. Download a zip archive of the last release or clone repository:
    git clone https://github.com/glscene/GLScene.git
  2. Run ...GLScene/External/_setupDLL.cmd as admin to include dynamic libraries
  3. Configure the IDE settings and paths to sources
  4. Open GLScene.groupproj, compile and install components
  5. Run examples for Delphi & C++Builders
    GLS Team