Wings 3D Development Forum
TheBounty Renderer (rewrite for wxWidgets) - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: TheBounty Renderer (rewrite for wxWidgets) (/showthread.php?tid=440)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


RE: TheBounty Renderer (rewrite for wxWidgets) - povmaniac - 10-05-2016

Forget you 'thebounty_0.1.6_rc4_win64.7z', is an old version. Use only the file mark on the image above. This file include last binaries and wings3d exporter.


RE: TheBounty Renderer (rewrite for wxWidgets) - micheus - 10-05-2016

(10-05-2016, 04:31 PM)povmaniac Wrote: Use only the file mark on the image above. This file include last binaries and wings3d exporter.
No, it doesn't! The is only wpc_thebounty.beam inside that zip you linked.
That is why I download the "old" file too.


RE: TheBounty Renderer (rewrite for wxWidgets) - oort - 10-05-2016

Micheus is right.

Here is a link to the download link for the newer version of The Bounty. I copied it from one of the earlier posts.

Download latest version of The Bounty

oort


RE: TheBounty Renderer (rewrite for wxWidgets) - micheus - 10-05-2016

Thanks oort. Smile


RE: TheBounty Renderer (rewrite for wxWidgets) - povmaniac - 10-05-2016

Ohh! Sorry, my fault Sad ( Going to fix!!)


RE: TheBounty Renderer (rewrite for wxWidgets) - povmaniac - 10-12-2016

Hi.. new User interface first step: load xml scene file and launch render to console.

[Image: IMgui.png]

Back to code!!


RE: TheBounty Renderer (rewrite for wxWidgets) - povmaniac - 10-12-2016

A question for Micheus / dgud
I am preparing my repository to create a pull request to the 'master' and wonder if I can maintain my current design of the code. To move wpc_thebounty.erl to the folder 'import_export' and the rest of the code in 'import_export/thebounty' due to the number of files (15), and like that to keep the folder clean 'import_export'. What seems to them? Is it a good idea? Or does it alter very much the current design of the code?
But please, do not ask me to place the whole code in only one file .erl.

Greetings..


RE: TheBounty Renderer (rewrite for wxWidgets) - micheus - 10-12-2016

(10-12-2016, 07:21 PM)povmaniac Wrote: A question for Micheus / dgud
It's for Dan, for sure. Smile


RE: TheBounty Renderer (rewrite for wxWidgets) - dgud - 10-12-2016

Is that erlang code?

I really don't want any other code (or rather anymore dependencies) to wings, in that case it is better as a standalone download.


RE: TheBounty Renderer (rewrite for wxWidgets) - povmaniac - 10-12-2016

Oh not. The code of the image of above, it is for TheBounty standalone, substituting the current Qt, for the same motive of not adding dependencies on my project.
My question refers to the Erlang code of TheBounty exporter. ( See the github repo..)