Search found 5 matches

by hurricane_rush
Tue Oct 23, 2018 12:29 am
Forum: General Development
Topic: 3D mesh implementation
Replies: 0
Views: 7627

3D mesh implementation

Hello
I want to create software that changes 2D images to 3D Mesh images using C++.
I would like to get some related libraries and related examples.
What should i do?

Thank you
by hurricane_rush
Thu Oct 18, 2018 2:04 am
Forum: General Development
Topic: Get function in "Saga Gis"
Replies: 1
Views: 1399

Get function in "Saga Gis"

I want to import 3d mesh functionality from "Saga Gis"
So I want to implement it separately in a new project.
What should I look for?
by hurricane_rush
Fri Oct 12, 2018 12:15 am
Forum: Compiler / Linking / IDE Related
Topic: Linking OpenGL and wxWidgets
Replies: 5
Views: 1926

Re: Linking OpenGL and wxWidgets

I want to make software that converts 2d to 3d mesh. Like 'saga gis' Then i know that software called 'SAGA GIS' uses OpenGL and wxWidgets together. As a result I want to move the 3d view implementation of 'saga gis' into my project. In the process, I only want to use wxCore, wxBase, wxglContext and...
by hurricane_rush
Thu Oct 11, 2018 4:43 am
Forum: Compiler / Linking / IDE Related
Topic: Linking OpenGL and wxWidgets
Replies: 5
Views: 1926

Re: Linking OpenGL and wxWidgets

I want to convert 2D images to 3D MESH using software called 'SAGA GIS'.

Then except for the other unnecessary libraries here, I want to write only what is needed for the task.

Why use opengl linking wxwidgets?
by hurricane_rush
Wed Oct 10, 2018 4:12 am
Forum: Compiler / Linking / IDE Related
Topic: Linking OpenGL and wxWidgets
Replies: 5
Views: 1926

Linking OpenGL and wxWidgets

I want to create a program that converts 2d models to 3d mesh data using wxWidgets and OpenGL.

In this process I want to use only wxWidgets, wxcore, wxbase, wxGL.

Is it possible to use only the desired library when using wxWidgets?

If it's possible what is the method?

What should I do?

Thank you