Search found 11 matches

by MattRB
Tue Mar 26, 2013 7:59 pm
Forum: Support and Development
Topic: Include lsqlite3 in 0.9.0 or later
Replies: 47
Views: 18681

Re: Include lsqlite3 in 0.9.0 or later

SQLite and other relational databases are used by a TON of developers, you guys are dead wrong. From games like Garry's Mod to every single MMO on the planet. SQLite is extremely useful, and widely used within not only the gaming industry but the tech industry overall. It's also light and fast (prob...
by MattRB
Sun Mar 24, 2013 5:05 am
Forum: Libraries and Tools
Topic: <3D - A simple 3d library for LOVE
Replies: 14
Views: 8790

Re: <3D - A simple 3d library for LOVE

New demo and video!


monkey.love
(22.38 KiB) Downloaded 263 times
by MattRB
Sat Mar 23, 2013 6:57 am
Forum: Libraries and Tools
Topic: <3D - A simple 3d library for LOVE
Replies: 14
Views: 8790

Re: <3D - A simple 3d library for LOVE



The depth issues you see will be sorted out. (Wow I'm hilarious.)
by MattRB
Thu Mar 21, 2013 9:30 pm
Forum: Libraries and Tools
Topic: <3D - A simple 3d library for LOVE
Replies: 14
Views: 8790

Re: <3D - A simple 3d library for LOVE

Why don't you implement my Textured polygons for all? :) I'm thinking of textured meshes... Shameless plug is shameless... Anyway: That lloks really good, if you could add some colour/lines to see different vertexes it might be clearer as to what shape it is because ATM its all 1 colour Improved de...
by MattRB
Thu Mar 21, 2013 7:03 am
Forum: Libraries and Tools
Topic: <3D - A simple 3d library for LOVE
Replies: 14
Views: 8790

<3D - A simple 3d library for LOVE

hd6lAMzGeOA (Runs at 70fps for me on normal LOVE and 300-500 on LuaJIT LOVE) <3D is a simple 3d library for LOVE that will enable users to make simple 3d games. It should allow a few thousand colored triangles/quads to be rendered in real time. Here's a sample of the API: Game = Object:new() functi...
by MattRB
Sun Oct 28, 2012 4:58 pm
Forum: General
Topic: Object and tinyobj - tiny, fast, prototyping object systems
Replies: 6
Views: 3071

Re: Object and tinyobj - tiny, fast, prototyping object syst

I added mixins, it was silly simple.
by MattRB
Sun Oct 28, 2012 1:13 am
Forum: General
Topic: Object and tinyobj - tiny, fast, prototyping object systems
Replies: 6
Views: 3071

Re: Object and tinyobj - tiny, fast, prototyping object syst

Updated the first post. Project put on github and updated.
by MattRB
Fri Oct 26, 2012 5:50 pm
Forum: General
Topic: Object and tinyobj - tiny, fast, prototyping object systems
Replies: 6
Views: 3071

Object and tinyobj - tiny, fast, prototyping object systems

Tinyobj and Object are two very tiny object systems for Lua. https://github.com/MatthewBlanchard/Object --[[ Copyright (c) 2012 Matthew R. Blanchard Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software&qu...