GithubHelp home page GithubHelp logo

aracthor / slim3d Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 560 KB

Simple and Light but Inexperient Motor 3D using OpenGL ES 3.2

License: GNU General Public License v2.0

CMake 2.46% C++ 95.50% C 1.77% Shell 0.06% GLSL 0.21%

slim3d's Introduction

SLIM3D

This project is abandonned

Originally, it was supposed to be a cross-platform C++ 3D engine using OpenGL ES 3.2.

It was way too ambitious for a single person, and not designed and prepared enough.

Some parts are still efficient or usable themselves, independently of other parts, like debug, maths and memory namespaces.
But the entire project itself cannot progress correctly anymore.

Compilation

Windows

You can use cmake to generate Visual Studio solution file by two ways: command line or cmake-gui.

By command line, just open a shell terminal (like git-bash), move to the SLIM3D folder, and run the following commands:

mkdir build
cd build
cmake ..

You shall find in the build folder created a file SLIM3D.sln, wich is the solution file to load with Visual studio.

An alternative way is to create a directory build, open cmake-gui and fill the following fields:

  • Where is the source code: C:\your\path\to\slim\folder\SLIM3D
  • Where to build the binaries: C:\your\path\to\slim\folder\SLIM3D\build

Linux

A script build.sh is provided. On Linux plateform, just run it and it shall create you two folders:

build/debug
build/release

The first one is empty. For now. Move to one of two others and run the following:

make

You'll have your library waiting in the ~/lib folder and your binary samples in ~/bin folder at the project root.
You can try to execute binaries in ~/bin from wherever you want.

Once you compiled everything, you can install it from build/debug or build/release directory with the following command:

sudo make install

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.