2
0

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

glscene c620c95ffc Update README.md 1 жил өмнө
.github 856887be2c Create google.yml 5 жил өмнө
Assets 76f8108f8a Updated glscviewer localization 1 жил өмнө
Examples d125e22329 Updated README.md 1 жил өмнө
Help 3f3f7a2528 Added guidegls.pdf 1 жил өмнө
Packages d125e22329 Updated README.md 1 жил өмнө
Resources 1dcedf6511 Removed vulkan.import in gxlscene for fmx 2 жил өмнө
Source d125e22329 Updated README.md 1 жил өмнө
external 5b26c16def Updated cpp examples 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 5b26c16def Updated cpp examples 1 жил өмнө
LICENSE d39be50722 Initial commit 5 жил өмнө
README.md c620c95ffc Update README.md 1 жил өмнө
_cleandebug.cmd 3f3f7a2528 Added guidegls.pdf 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