Difference between revisions of "FreeArtSearch"

From Ghoulwiki
Jump to: navigation, search
(projects and forum threads with free art)
(projects and forum threads with free art)
Line 117: Line 117:
 
* https://gna.org/projects/dungeon dungeons of wesnoth ?
 
* https://gna.org/projects/dungeon dungeons of wesnoth ?
 
* http://silvertreerpg.org Silver Tree
 
* http://silvertreerpg.org Silver Tree
 +
* http://btanks.sourceforge.net/ Battle Tanks (Possibly Free, needs investigations, but, seems likely.)
 +
* http://www.secretmaryo.org/ Secret Maryo Chronicles (Free as far as I know. --[[User:Kaelisebonrai|Kaelisebonrai]] 13:34, 22 October 2007 (CEST))
 +
* http://sourceforge.net/projects/ad-infinitum Ad Infinitum (Possibly Free)
 +
* http://sewerjacks.sourceforge.net/ Sewer Jacks (Should be free, and is, as far as I know --[[User:Kaelisebonrai|Kaelisebonrai]] 13:34, 22 October 2007 (CEST))
 +
* http://supertuxkart.sourceforge.net/ SuperTuxKart (Is likely Free)
 +
* http://dsp.sourceforge.net/ Defence Station Portable (as far as I know, it is Free --[[User:Kaelisebonrai|Kaelisebonrai]] 13:34, 22 October 2007 (CEST))
 +
* http://crossfire.real-time.com/ Crossfire (I'm almost 100% sure this is Free. --[[User:Kaelisebonrai|Kaelisebonrai]] 13:34, 22 October 2007 (CEST))
 +
* http://xoops.widelands.org/ Widelands
 +
* http://freelords.sourceforge.net/news.php FreeLords
 +
* http://www.lordsawar.com/ Lords A War (FreeLords fork, may have different Art.)
 +
* http://www.blinkensisters.org Blinken Sisters (Likely to be Free.)
 +
* http://bzflag.org/ BZFlag (Free, I think?)
  
 
== notes ==
 
== notes ==
 
* [[BlenderNotes]] for embedding license-notes and similar in a .blend file
 
* [[BlenderNotes]] for embedding license-notes and similar in a .blend file
 
* [[FreeArtSearchDiscussions]]
 
* [[FreeArtSearchDiscussions]]

Revision as of 11:34, 22 October 2007

about

the main aim is to bring artists and developers closer together and encourage contact and dialog

  • a good search for existing free art (images,models,audio)
    • focused on searching/linking rather than hosting
      • index stuff from existing content repositories, project svn/cvs repositories and forums
    • possible to manually add single/multiple links to media data
    • preview images / thumbnails of textures,models,etc
    • tagging
    • licensing infos
    • technical infos (texture resolution, mesh poly count, mesh anims...)
    • contact info to reach the authors... (e.g. username + link to project forums or similar if no public email)
  • a database for projects and people
    • list/search artists and interests (concept drawing, model, anim, texture, 2d-art, texture, sound, music..)
    • list/search developers and interests (programming languages, experience with frameworks,)
    • list/search for projects using free art
    • cross referencing / associations
      • which people are involved in which project
      • assets used in multiple projects (textures, models, sound, music,...)

organization

  • team
    • hagish - core
    • lechuck - layout
    • ghoulsblade - spiders

database design

graphviz: http://www.linuxjournal.com/article/7275

at the moment this is just a sketch not a design

digraph G {

artitem [shape="box"];
repository [shape="box"];
svnuser [shape="box"];
tag [shape="box"];
artist [shape="box"];
license [shape="box"];

artitem -> artist [label="0-1"];
artitem -> repository [label="1"];
artitem -> svnuser [label="0-1"];
artitem -> tag [label="*"];

repository -> license [label="*"];
repository -> svnuser [label="*"];

svnuser -> repository [label="1"];
svnuser -> artitem [label="*"];

tag -> artitem [label="*"];

artist -> artitem [label="*"];

license -> repository [label="*"];

}

technology ideas worth investigating

  • we'll probably use http://www.cakephp.org/ rapid development webframework similar to ruby-on-rails
  • svn list : search for (textures, models, audio, ...) in opensource project repositories svn/cvs
  • blender batch mode / importers : automatically generate mesh previews

existing websites to consider

free content repositories

projects and forum threads with free art

notes