Finished my dice roller and updated to 0.8.
Do tell me if you use this in an acual RPG session!
Source code is also at http://code.google.com/p/dice3/
Regards, way
Search found 8 matches
- Thu Apr 19, 2012 8:52 am
- Forum: Libraries and Tools
- Topic: dice3 for RPGs
- Replies: 22
- Views: 11247
- Tue Feb 08, 2011 8:14 pm
- Forum: Libraries and Tools
- Topic: 3D engine
- Replies: 23
- Views: 24289
Re: 3D engine
You can use the code however you wish. I sorted the polygons by distance from the camera. I've done the physics as well, but I suppose you only need the graphics/rendering part. For texturing, check out the love.graphics.transform function in the code. There's some more explanation going on in the t...
- Tue Feb 08, 2011 6:00 pm
- Forum: Libraries and Tools
- Topic: 3D engine
- Replies: 23
- Views: 24289
Re: 3D engine
Shameless self-promotion: check out my dice roller application. Lighting, perspective projection, textures, some other stuff as well. You can roll the dice with left-click and pan the view by right-click-drag.
http://love2d.org/forums/viewtopic.php?t=1692
way
http://love2d.org/forums/viewtopic.php?t=1692
way
- Sun Jul 18, 2010 6:59 am
- Forum: Libraries and Tools
- Topic: 3d dice roller
- Replies: 34
- Views: 40014
Re: 3d dice roller
Well, I do agree with Pekka, this is just a hack :) Actually I've chosen Löve so that I can play around with Lua and bang images on screen real fast. The main reason I prefer Löve to other engines I've seen before (like Luxinia) is the simplicity. It gives you tools with a minimum of overhead, no co...
- Wed Jul 14, 2010 3:30 pm
- Forum: Libraries and Tools
- Topic: 3d dice roller
- Replies: 34
- Views: 40014
Re: 3d dice roller
Hello! Yeah, well following the code might not be the easiest, I am learning Lua while doing this. kikito's assessment is correct on the main objectives of the individual files. I chose the name "star" in order to avoid "object" as it is way too loaded in a software context. I ca...
- Mon Jul 05, 2010 5:46 am
- Forum: Libraries and Tools
- Topic: 3d dice roller
- Replies: 34
- Views: 40014
3d dice roller
Hello, this is a work in progress on a 3d dice roller. Right-click plus drag rotates the view, mouse wheel zooms in and out. Left click rolls the die under the mouse cursor. Features already in the app: - 3d display & physic - lighting model & shadows - different die types - cute light bulb ...
- Thu Apr 29, 2010 5:49 pm
- Forum: Libraries and Tools
- Topic: RPG Dice roller
- Replies: 3
- Views: 3856
Re: RPG Dice roller
Unfortunately Box2Ds behaviour is very FPS dependent. Probably some auto-adjustment will be needed.
way
way
- Thu Apr 29, 2010 3:31 pm
- Forum: Libraries and Tools
- Topic: RPG Dice roller
- Replies: 3
- Views: 3856
RPG Dice roller
Simulating D6, D8 and all the other dice.
Built for my own needs, but others might find this useful, entartaining or educational.
Regards, way
Built for my own needs, but others might find this useful, entartaining or educational.
Regards, way