Skip to content
/ 3ddemo Public

A simple 3D application that loads a .blend file and displays and allows manipulating it with SDL and OpenGL

Notifications You must be signed in to change notification settings

clinei/3ddemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3ddemo

No longer maintained

First commit builds with DMD 2.076.0 but not later versions. Last commit builds with DMD 2.082.0 and might actually work, but no promises. I get an access violation error on loadSymbols() on Windows, and can't currently test on Linux. If you test and it works, let me know.

Written in D.

Dependencies

  • GFM and SDL for window/input handling.
  • assimp for asset loading.

Building

You need a D compiler to compile the program.

You can get one at dlang.org

You'll also need DUB for building.

Once all the required programs are installed,

run dub build in the root directory.

Usage

  1. Run the program
  2. Hold the mouse and move around to orbit around the model
  3. Scroll up/down to zoom in/out

About

A simple 3D application that loads a .blend file and displays and allows manipulating it with SDL and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published