Page 5 of 5
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Sun Dec 07, 2014 1:47 pm
by arampl
Speed + cross-platformness + lightweightness are my main goal. Sorry for bad English.
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Sun Dec 07, 2014 2:02 pm
by arampl
One more thing.
Of course I would like to see sqlite integration, but already read here on the forums that it is not possible, so I will use customized version of framework.
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Sun Dec 07, 2014 2:06 pm
by arampl
And about content generation in my project: planned tileable texture creation (like in Allegorithmic's "Substance Designer" & friends + cubemaps creation, procedural vector graphics, etc.)
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Sun Dec 07, 2014 2:21 pm
by Azhukar
arampl wrote:Of course I would like to see sqlite integration
What on earth do you need an SQL database for?
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Mon Dec 08, 2014 2:30 pm
by arampl
I'm already using SQL on my main job for several years so know language well enough.
Fair, I really can't understand how to live without SQL now! In any project.
SQLite is fast, cross-platform, compact, flexible and powerfull.
Project will come with standard assets database (textures, sounds, models, fonts, lua scripts, etc.) With SQL it is so easy to manage them all (Even if I don't make use of blobs, just references to binary files). And database will grow in time.
May be in the future will make use of PostgreSQL. Programmers, artists and designers will work on the net and all resources will be available in the single database to people over network. "LÖVE2D Studio Enterprize Edition"!
Transition will be much smoother if I already use some SQL things now.
I'm not asking for this integration, already seen all this debates about it.
IMHO SQLite = cheap superpower. Xml or txt = Hell.
I know I use the words "will" and "may be" too often. So many projects just dies. Time will show...
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Mon Dec 08, 2014 9:35 pm
by Positive07
My answer to all this is... make your own engine already... I dont think LÖVE is what you need
Re: Wrappers for glReadPixel, glColor3uiv / glColor4uiv
Posted: Wed Dec 10, 2014 3:20 am
by arampl
Actually I've started with my own engine and ended up with using LÖVE for most part of it.