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

glscene 8105f2e5d6 Added file formatx in gxscene 11 months ago
.github 856887be2c Create google.yml 5 years ago
Assets 1a8abf98e9 Merged gls and gxs branches 1 year ago
Examples 8105f2e5d6 Added file formatx in gxscene 11 months ago
Help 905cc82ba2 Upgrade to v.2.5 1 year ago
Packages 8105f2e5d6 Added file formatx in gxscene 11 months ago
Resources a1d7a15f4f Updated phys dpk 1 year ago
Source 8105f2e5d6 Added file formatx in gxscene 11 months ago
Sourcex 8105f2e5d6 Added file formatx in gxscene 11 months ago
external 63eae3952d persistent classes names reverted 1 year ago
include 700151fcd3 Removed autogenerated hpp/lib/bpl/dcp files and fixed paths 2 years ago
lib 700151fcd3 Removed autogenerated hpp/lib/bpl/dcp files and fixed paths 2 years ago
.gitignore d39be50722 Initial commit 5 years ago
GLScene.groupproj 1a8abf98e9 Merged gls and gxs branches 1 year ago
GXScene.groupproj 2f92590d9e included gxscene_dtp.dpk 1 year ago
LICENSE d39be50722 Initial commit 5 years ago
README.md c2885b3828 Update README.md 1 year ago
_clean.cmd a1d7a15f4f Updated phys dpk 1 year ago
_config.yml c1a02ecd9f Set theme jekyll-theme-minimal 5 years ago
_setupDLL_admin.cmd 2f92590d9e included gxscene_dtp.dpk 1 year ago

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