Search found 44 matches

by Josie
Thu Jul 08, 2010 3:16 am
Forum: Open Discussion and Dev Announcements
Topic: Pimp irrlicht website
Replies: 114
Views: 24963

I'll help in any way i can, i am an experianced PHP/mySql developer. But, i suck with making websites *look* good. Think it needs a really cool new design :) We've got both a professional designer ( fuzzy ) and a professional web developer ( myself ) who have volunteered to do it. Its just nothing ...
by Josie
Thu Jun 10, 2010 2:06 pm
Forum: Code Snippets
Topic: (C++) - Scene Node Camera Arcball
Replies: 5
Views: 2759

Excellent work.
by Josie
Thu Jun 10, 2010 1:19 am
Forum: Code Snippets
Topic: simple sqlite integration for save games
Replies: 2
Views: 2236

Good work, but I'd like to see it used as a generic container that you can save() and load(). So you could do... persistent->write("name", username); persistent->save(); And load it back later with ( maybe add a dynamic cast ) string username = persistent->load("name");
by Josie
Thu Jun 10, 2010 1:13 am
Forum: Beginners Help
Topic: [General Q] Saving and loading a struct
Replies: 6
Views: 613

Vitek is right, however vague.

Two good places to start with serialization are the wikipedia article and C++ faq lite.

Boost has an excellent serialization library.
by Josie
Sun Jun 06, 2010 8:52 pm
Forum: Project Announcements
Topic: Front Warrior's Instanced Grass 100k-384k polygons per frame
Replies: 100
Views: 24360

Well, it's technically impressive, but the pictures don't look very pleasing. Also, I don't want my grass pushing that many polygons, I'd rather use those polygons else where.

Good work, but I don't think it's done yet.
by Josie
Sat Apr 24, 2010 6:01 pm
Forum: Beginners Help
Topic: Performance issue with 2D graphics
Replies: 11
Views: 975

Josie, your renderer looks really interesting. Is there any license or anything on the code? EDIT: Open source, apparently I have a reading problem :lol: MIT, so you can steal it all you want. Quillraven, you'd have to write something to handle all your 2d draws. The way phoenix does this is that a...
by Josie
Sat Apr 24, 2010 2:00 am
Forum: Beginners Help
Topic: Draw a 2D image with a depth
Replies: 6
Views: 489

What you should do is encapsulate what you draw into scenenodes, Irrlicht automatically orders those by depth, regardless of what order you create them in.
by Josie
Sat Apr 24, 2010 1:59 am
Forum: Beginners Help
Topic: Performance issue with 2D graphics
Replies: 11
Views: 975

No, it's not slow. The only problem here is that Irrlicht does not batch the 2d calls. You have to do this on your own. The images have to be batched into common textures and the draw calls should use the 2d batch image method. This requires some work, but it should get much faster that way. Hybrid...
by Josie
Fri Apr 23, 2010 5:09 pm
Forum: Project Announcements
Topic: DirectInput driver for windows device
Replies: 9
Views: 2073

Agreed with all points above. However, do note that according to wikipedia DirectInput is being phased out. Microsoft now suggests just using the standard messaging loop for joystick inputs. This is because MS is actively marketing their XInput library ( which only works with the 360's pad ). So, re...
by Josie
Fri Apr 23, 2010 5:01 pm
Forum: Open Discussion and Dev Announcements
Topic: Pimp irrlicht website
Replies: 114
Views: 24963

oginnam wrote:I think the web needs more tutorials with their corresponding sample files that are better explained ...
Which tutorials are ambiguous? How can we improve them?
by Josie
Thu Apr 22, 2010 11:54 am
Forum: Project Announcements
Topic: DirectInput driver for windows device
Replies: 9
Views: 2073

CuteAlien wrote:I think the CIrrDeviceWin32 device should not depend on DirectX.
Agreed, but it would be nice to take advantage of directinput when available ( On every windows OS Irrlicht supports :lol: ).
by Josie
Tue Apr 20, 2010 10:25 pm
Forum: Open Discussion and Dev Announcements
Topic: Pimp irrlicht website
Replies: 114
Views: 24963

- avoid Flash, JavaScript or similar web diseases JavaScript is not a web disease, when used properly :| Also, maybe it's just me, but I hate going to a page and seeing that their front page is just a wordpress blog. I think all that you guys need is a simple CMS for handling static pages (like fea...
by Josie
Tue Apr 20, 2010 12:52 am
Forum: Open Discussion and Dev Announcements
Topic: Pimp irrlicht website
Replies: 114
Views: 24963

Well, we also need to cross-link from old to new posts etc. So porting the forums might be second or third step IMHO. More important would be the update of the homepage. Maybe we should go for the Wordpress blog and a nicely looking Wiki. I guess that would fit most of our needs, would just require...
by Josie
Mon Apr 19, 2010 4:56 pm
Forum: Open Discussion and Dev Announcements
Topic: Pimp irrlicht website
Replies: 114
Views: 24963

Well, bitplane has almost vanished from earth's surface, so I don't know how to proceed with this. Just keep on creating suggestions on how to change the layout and things. Also make sure that all your proposals are conforming to the things SourceForge offers. And no, thanks, but we don't need host...
by Josie
Sun Apr 18, 2010 5:11 pm
Forum: Open Discussion and Dev Announcements
Topic: Pimp irrlicht website
Replies: 114
Views: 24963

I am willing to help as well. I am a professional web developer that specializes in web applications, so I could definitely help with making the site more dynamic and easy to update, as well as the move to PhpBB3. Also, as far as hosting goes, sourceforge is a pretty excellent free host for websites...