[Old]Node Box Editor [0.9.2]

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [Editor] Node Box Editor [0.6.5] - make install, working

by Evergreen » Post

Error installing 0.6.5 (from git):
[ 41%] /home/evergreen/programs/NodeBoxEditor/src/main.cpp: In function ‘int main(int, char**)’:
/home/evergreen/programs/NodeBoxEditor/src/main.cpp:30:14: error: ‘chdir’ was not declared in this scope
chdir("../");
^
Building CXX object CMakeFiles/NodeBoxEditor.dir/src/NBEditor.cpp.o
make[2]: *** [CMakeFiles/NodeBoxEditor.dir/src/main.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/NodeBoxEditor.dir/all] Error 2
make: *** [all] Error 2

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Editor] Node Box Editor [0.6.5] - make install, working

by rubenwardy » Post

Fixed.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

Re: 0.6.5 released!

by webdesigner97 » Post

rubenwardy wrote:

0.6.5 released!

(...)
Downloaded it and it launches fine. I didn't test it deeper, because I don't have much time now, but within the next days I'll do so and if problems occur, I'll tell you ;)

User avatar
Desour
Member
Posts: 1469
Joined: Thu Jun 19, 2014 19:49
GitHub: Desour
IRC: Desour
In-game: DS
Location: I'm scared that if this is too exact, I will be unable to use my keyboard.

Re: [Editor] Node Box Editor [0.6.5] - make install, working

by Desour » Post

Hybridog made something like this for ingame: https://github.com/HybridDog/nodebox_creator It is really interesting!
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Editor] Node Box Editor [0.6.5] - make install, working

by rubenwardy » Post

I saw that. I doesn't have the same level of user friendliness, though.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by rubenwardy » Post

0.7 Released!

Image

GitHub - Windows

0.7 is all about the texture tool. The texture tool allows you to texture each side of the node box, and export that with the mod.

It is recommended that you use Irrlicht 1.8 or later. This is not in the Ubuntu apt-get repos. Use misc/install_irrlicht.sh, or see the installing Irrlicht page on their website.

New Features
  • Other nodes are hidden when you are not in the node tool.
  • Minetest style shading added. Node boxes no longer have this weird smooth lighting effect.
  • Texture tool added.
  • Texture projection added.
  • Dynamic viewports. Change what each viewport is looking at. (top/bottom/left/right etc)
  • Media Manager. (Export and import textures)
  • Merge / import project.
  • Copy and paste exported code from editor (Irrlicht 1.8 or greater only)
  • Coordinate direction arrows for each viewport.
Fixes
  • Faster node box resizing when there are lots of boxes.
  • Textures no longer stretch.
  • Node position is now read from file, rather than ignored.
Other
  • Added build scripts for Linux.
  • NBE files are now in an archive style format.
  • NBE file parser version bumped.
  • File parsers give meaningful error messages.
  • Cleaned unused enums and defines.
  • Polymorphic dialog system added.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by ExeterDad » Post

Sweet!

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by Evergreen » Post

Awesome! (I finally resolved that libirrlicht-dev / libpng16 issue)

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by rubenwardy » Post

That's good.

I suddenly quit from IRC because my router broke. Sorry about that. I am now on mobile internet.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by ExeterDad » Post

rubenwardy wrote:That's good.

I suddenly quit from IRC because my router broke. Sorry about that. I am now on mobile internet.
I have a spare router that you may have, but you livin in the UK might be a issue

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by rubenwardy » Post

We were in the process of changing ISPs.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by jp » Post

Dog House, my first project with Node Box...

Image

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by rubenwardy » Post

Very nice!
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by Inocudom » Post

jp wrote:Dog House, my first project with Node Box...

Image
VanessaE would love that model.

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by Sokomine » Post

Inocudom wrote: VanessaE would love that model.
I agree that it would fit very well into homedecor. Jp created a very nice model.
A list of my mods can be found here.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by VanessaE » Post

I'll add it shortly.

EDIT: added.

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by jp » Post

Some new models...

Bed
ImageImage


Pool table (with 6 holes & balls storage)
Image


Now waiting for the textures...
Last edited by jp on Thu Aug 07, 2014 14:08, edited 1 time in total.

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by Inocudom » Post

jp wrote:Some new models...

Bed
ImageImage


Pool table (with 6 holes & balls storage)
Image


Now waiting for the textures...
VanessaE will definitely enjoy those too.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by VanessaE » Post

To be added to homedecor shortly, as soon as I get off my lazy ass and write the code needed for it. ;-)

EDIT: added.

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by jp » Post

Requests for the future releases of NBE :

- Wireframe view.
- Freely movable camera.
- Zoom +/-
- Cancel (Ctrl+Z) & restore (Ctrl+Y).
- Smarter adaptive numbering of the Nodebox.
- Explore folders to save/open a .nbe or .png file somewhere.
- Select a nodebox by click on.
- Draw straight diagonal lines and can turn them to aligned micro-cuboids.
Last edited by jp on Sat Aug 09, 2014 07:53, edited 1 time in total.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by philipbenr » Post


User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by jp » Post

VanessaE has already texturized this bed for HomeDecor ;)

Image

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by Sokomine » Post

This bed looks fine as well. Intresting nodeboxes that where added recently! Seems the node box editor is very useful.
A list of my mods can be found here.

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by jp » Post

A well...

Image

User avatar
Minetestforfun
Member
Posts: 940
Joined: Tue Aug 05, 2014 14:09
GitHub: MinetestForFun
IRC: MinetestForFun
In-game: MinetestForFun
Location: On earth
Contact:

Re: [Editor] Node Box Editor [0.7] - Texture Tool

by Minetestforfun » Post

jp wrote:A well...

Image
great job ! Is it possible to put water in this pit ?

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests