Screenshot of the Month January 2012 [Winners announced!]
Re: Screenshot of the Month January 2012 [Submit now!]
Great looking screens! I like them all, seems that this time they are more "editor" oriented keep it up!
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Re: Screenshot of the Month January 2012 [Submit now!]
@christianclavet : Thanks buddy,christianclavet wrote:Wow, your project look really nice Desmoines! It got a unique look.
aanderse,
For "scrapping" wx, it is not completely removed... I wanted to use the Ribbon toolbar as I liked the workflow of that GUI, but it is only available on wxWidget 2.9 and is not completely functionnal. As another problem Andres was unable to create a build with 2.9.
Experimenting with IRRlicht gui, I think most "look" can be done without too much trouble, also I have more control in Irrlicht as I know the API very well, as it's not the case with wxWidget. I don't have to learn how to modify wxWidget. I gain theses advantages. I only keep wxWidget now for having "native" dialogs (files, colors, etc). For everything else, Irrlicht is used.
"Native" dialogs is still on the wish list for me for the next Irrlicht releases. I'm also thinking of looking on the window API how I could trigger thoses, and use the Irrlicht dialogs for the Linux version. If that work, then I would remove wxWidget completely.
this is an economic project and we do everything to having good engine
but it's in progress and incomplete
in next project we'll have a 3D game engine with some new SDKs that their names are secret yet but renderer is Irrlicht
also see this : http://irrlicht.sourceforge.net/forum/v ... 25#p262925
Gooli Soft on FaceBook
http://facebook.com/GooliSoft
http://facebook.com/GooliSoft
-
- Posts: 1010
- Joined: Mon Oct 24, 2011 10:03 pm
- Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Re: Screenshot of the Month January 2012 [Submit now!]
nice one RdR
scene looks windy. reminds me... I should really shovel the snow off the driveway when I get home....
scene looks windy. reminds me... I should really shovel the snow off the driveway when I get home....
"this is not the bottleneck you are looking for"
Re: Screenshot of the Month January 2012 [Submit now!]
RdR, what do you use for the rain?
Also, the drops all appear to face the same direction.
@christianclavet
I find the irrlicht file dialog under linux very buggy and ugly. For example typing a path in, some characters cause the window to lower itself (go under other windows), and some don't enter at all.
If there's any possibility, please use any other file dialog. We both know there's no native one on linux, so if you don't want to depend on gtk+ or qt, consider embedding fltk. It's a small GUI toolkit, works well as a static library, and won't add much size to your linux builds if you only use the file window from it. Also wouldn't add dependencies.
(sorry cutealien, haven't reported it as I only use it when checking a model with the example model loader. CBA to test trunk for that. I don't remember if it's 1.7.2 or the 1.7 branch or trunk, or them all.)
Also, the drops all appear to face the same direction.
@christianclavet
I find the irrlicht file dialog under linux very buggy and ugly. For example typing a path in, some characters cause the window to lower itself (go under other windows), and some don't enter at all.
If there's any possibility, please use any other file dialog. We both know there's no native one on linux, so if you don't want to depend on gtk+ or qt, consider embedding fltk. It's a small GUI toolkit, works well as a static library, and won't add much size to your linux builds if you only use the file window from it. Also wouldn't add dependencies.
(sorry cutealien, haven't reported it as I only use it when checking a model with the example model loader. CBA to test trunk for that. I don't remember if it's 1.7.2 or the 1.7 branch or trunk, or them all.)
Re: Screenshot of the Month January 2012 [Submit now!]
Hidden bugreport ;-) But thanks, I'll try to reproduce when I'm back on Linux.hendu wrote: I find the irrlicht file dialog under linux very buggy and ugly. For example typing a path in, some characters cause the window to lower itself (go under other windows), and some don't enter at all.
(sorry cutealien, haven't reported it as I only use it when checking a model with the example model loader. CBA to test trunk for that. I don't remember if it's 1.7.2 or the 1.7 branch or trunk, or them all.)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Screenshot of the Month January 2012 [Submit now!]
A IParticleSystemSceneNode with a Box emitter.hendu wrote:RdR, what do you use for the rain?
Also, the drops all appear to face the same direction.
Yes, the all face the camera.
Our weather system still needs some tweaks
Re: Screenshot of the Month January 2012 [Submit now!]
Small town
high res : http://img252.imageshack.us/img252/2619 ... 073412.png
Here is a screenshot of my project named Patria . This is a MMORPG/FPS with a economic and politic dimension in the 18th century ,
where players can take part in turf wars.The screenshot shows one region of the game.
Features added to our irrlicht renderer : bloom , 4 light normalmapping , mesh combiner.
high res : http://img252.imageshack.us/img252/2619 ... 073412.png
Here is a screenshot of my project named Patria . This is a MMORPG/FPS with a economic and politic dimension in the 18th century ,
where players can take part in turf wars.The screenshot shows one region of the game.
Features added to our irrlicht renderer : bloom , 4 light normalmapping , mesh combiner.
-
- Posts: 1010
- Joined: Mon Oct 24, 2011 10:03 pm
- Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Re: Screenshot of the Month January 2012 [Submit now!]
NICE!
An MMOFPSRPG.... can't waith to see it finished.
An MMOFPSRPG.... can't waith to see it finished.
"this is not the bottleneck you are looking for"
Re: Screenshot of the Month January 2012 [Submit now!]
Looks like most of the bugs I saw were because of the example (09 mesh viewer) and not because of the gui. The ugly part still stands
Re: Screenshot of the Month January 2012 [Submit now!]
Ok, off-topic bugreport about meshviewer hereby closed (got fixed) ;-)
Loving all the screenshots this month - competition starts really strong this year!
Loving all the screenshots this month - competition starts really strong this year!
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Screenshot of the Month January 2012 [Vote now!]
Vote now for the best screenshot of Januari 2011!
The poll will be active until Februari the 5th
The poll will be active until Februari the 5th
Compete or join in irrlichts monthly screenshot competition!
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
Re: Screenshot of the Month January 2012 [Vote now!]
wow so tough to decide. many nice projects!
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
Re: Screenshot of the Month January 2012 [Vote now!]
How hard to choose...
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
-
- Posts: 1010
- Joined: Mon Oct 24, 2011 10:03 pm
- Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Re: Screenshot of the Month January 2012 [Vote now!]
so hard to choose.... what to choose?
hmm......
we'll see....
/me goes into a corner to ponder the question.
hmm......
we'll see....
/me goes into a corner to ponder the question.
"this is not the bottleneck you are looking for"