Difference between revisions of "Links"

From Ghoulwiki
Jump to: navigation, search
(unsorted)
 
(496 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
I am not responsible for the content of external internet sites
 +
 
== top ==
 
== top ==
 
+
* http://www.heise.de/netze/tools/imonitor-internet-stoerungen
 
* [[Ogre]] a few good reasons to use ogre, my favourite 3d-engine
 
* [[Ogre]] a few good reasons to use ogre, my favourite 3d-engine
 
* http://lua.org : my favourite scripting language
 
* http://lua.org : my favourite scripting language
Line 10: Line 12:
 
* [[FreeArtSearch]]
 
* [[FreeArtSearch]]
 
* http://www.freegamedev.net  :  [http://en.wikipedia.org/wiki/FOSS FOSS]-gamedev community
 
* http://www.freegamedev.net  :  [http://en.wikipedia.org/wiki/FOSS FOSS]-gamedev community
 +
 +
== c++ libraries ==
 +
*http://dclib.sourceforge.net/ - dlib C++ library
 +
*http://tinytl.sourceforge.net/ - the Tiny Template Library
 +
*http://loki-lib.sourceforge.net/ - Loki
 +
*http://pocoproject.org/poco/info/index.html - POCO C++ Libraries
 +
*http://pantheios.sourceforge.net/ - Pantheios
 +
*http://fastformat.sourceforge.net/ - FastFormat - The best C++ output/formatting library you'll ever use.
 +
*http://www.pixeltoaster.com/ - PixelToaster
 +
*http://research.microsoft.com/sn/detours/ - Detours
 +
*http://torjo.com/log2/index.html - Boost Logging Lib, v2
 +
*http://www.cs.wustl.edu/~schmidt/ACE.html - The ADAPTIVE Communication Environment
 +
*http://billbaxter.com/projects/imdebug/ - The Image Debugge
  
 
== blender ==
 
== blender ==
 
* http://members.chello.nl/j.kassenaar/blender/hotkeys/index.htm hotkeys
 
* http://members.chello.nl/j.kassenaar/blender/hotkeys/index.htm hotkeys
 +
* http://www.animationarchive.org/2006/05/media-preston-blairs-animation-first.html
 +
* http://www.animationarchive.org/2006/05/media-preston-blairs-animation-1st.html
 +
 
== friends ==
 
== friends ==
 
* http:schattenkind.net  project list of a few friends and myself
 
* http:schattenkind.net  project list of a few friends and myself
Line 31: Line 49:
 
*http://elementar.game-host.org  elementar, rpg in perl by ishka
 
*http://elementar.game-host.org  elementar, rpg in perl by ishka
 
*http://www.xotus.de/ xotus, space browsergame in perl by ishka
 
*http://www.xotus.de/ xotus, space browsergame in perl by ishka
 +
* [http://www.diccuric.org/ moe] [http://www.brightidea.eu/games/ moe2012]
  
 
== code ==
 
== code ==
 +
* http://blog.objectmentor.com/articles/2009/02/26/10-papers-every-programmer-should-read-at-least-twice
 +
* http://osteele.com/posts/2004/11/ides
 +
* http://libredocs.org/welcome.html paintchat+multiplayer texteditor mit owncloud+webbased : http://etherpad.org/ http://webodf.org/ http://code.google.com/p/svg-edit/
 +
* code history / version management / contrib visualization : [http://www.youtube.com/results?search_query=code+swarm&page=&utm_source=opensearch code swarm]
 +
** awesome version-history visualizer : http://code.google.com/p/gource/  http://www.youtube.com/watch?v=pSymT2p34B4
 +
* c : pointer to multidimensional array : int a[10][10]; int (*b)[10]; b = a;
 
* http://www.cakephp.org/ : webdev framework, php based alternative to Ruby on Rails ([http://www.neish.net/rails_cake_django comparison rails_cake_django])
 
* http://www.cakephp.org/ : webdev framework, php based alternative to Ruby on Rails ([http://www.neish.net/rails_cake_django comparison rails_cake_django])
 
* http://www.networksorcery.com/ - network protocols
 
* http://www.networksorcery.com/ - network protocols
 
* http://www.nosoftwarepatents.com/
 
* http://www.nosoftwarepatents.com/
 +
** http://www.heise.de/newsticker/Word-Verkaufsverbot-koennte-weit-reichende-Folgen-haben--/meldung/143484  (ms word infringes patents..)
 
* http://en.wikipedia.org/wiki/Software_patent
 
* http://en.wikipedia.org/wiki/Software_patent
 
* http://www.rants.org/2007/05/01/how-to-tell-that-software-patents-are-a-bad-idea/
 
* http://www.rants.org/2007/05/01/how-to-tell-that-software-patents-are-a-bad-idea/
Line 48: Line 74:
 
*[http://www.wotsit.org  wotsit]
 
*[http://www.wotsit.org  wotsit]
 
*[http://www.hetland.org/python/instant-python.php  python_tut]
 
*[http://www.hetland.org/python/instant-python.php  python_tut]
*[http://www.hostedscripts.com/scripts/antispam.html  antispam]
 
 
*[http://www.geometrictools.com/Intersection.html  geometrictools.com]
 
*[http://www.geometrictools.com/Intersection.html  geometrictools.com]
 
*[http://www.harveycartel.org/metanet/tutorials.html  Collision 2D Tutorial] (ngame)
 
*[http://www.harveycartel.org/metanet/tutorials.html  Collision 2D Tutorial] (ngame)
Line 72: Line 97:
 
* http://www-graphics.stanford.edu/data/3Dscanrep/ 3d depth-scan repository
 
* http://www-graphics.stanford.edu/data/3Dscanrep/ 3d depth-scan repository
 
* http://en.wikipedia.org/wiki/Gobby  : free software collaborative real-time editor
 
* http://en.wikipedia.org/wiki/Gobby  : free software collaborative real-time editor
 +
** http://etherpad.opennel.org  http://piratepad.net/
 
* http://irc.essex.ac.uk/www.iota-six.co.uk/c/ : c tutorials
 
* http://irc.essex.ac.uk/www.iota-six.co.uk/c/ : c tutorials
 
* http://www.cprogramming.com/tutorial.html
 
* http://www.cprogramming.com/tutorial.html
Line 79: Line 105:
 
* http://www.golem.de/0801/57181.html intel latency-top profiling tool
 
* http://www.golem.de/0801/57181.html intel latency-top profiling tool
 
* http://www.ultimatepp.org/src$CtrlLib$index$en-us.html ultimate++ : crossplatform gui similar to gtk and wxwidget
 
* http://www.ultimatepp.org/src$CtrlLib$index$en-us.html ultimate++ : crossplatform gui similar to gtk and wxwidget
 +
* http://www.stevestreeting.com/?p=784 sinbad blogpost on branching and merging
 +
* http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/ Distributed version control
 +
** http://darcs.net/ darcs
 +
** http://git.or.cz/ git
 +
** http://www.selenic.com/mercurial/wiki/ mercurial
 +
* http://fcgp.sourceforge.net/ kernel graph
 +
* http://developer.pidgin.im/wiki/GetABacktrace  debugging : how to get a backtrace + tipps
 +
* http://opensourceofcourse.blogspot.com/2008/07/pencil.html blog about opensource
 +
* http://www.advogato.org/ opensource mass blog
 +
* http://nothings.org/ strange coder
 +
* http://thedailywtf.com/Articles/The_Customer-Friendly_System.aspx  diagram code
 +
* http://www.ollydbg.de/ debug,decompile,disassemble,reverse-engineer,hack  see also SoftICE (but website down?)
 +
* http://c2.com/cgi/wiki?DoTheSimplestThingThatCouldPossiblyWork
 +
* http://gmarceau.qc.ca/blog/2009/05/speed-size-and-dependability-of.html  funky benchmark, lua kicks ass =)
 +
* http://c2.com/cgi/wiki?AntiPatternsCatalog  (aus produktiv programmiere, neal ford, o reilly)
 +
* http://www.cppdepend.com/  [http://cppdepend.wordpress.com/2009/11/09/why-ogre3d-make-you-want-to-use-it/ ogre sample]
 +
* http://stackoverflow.com/
 +
* http://www.catonmat.net/blog/bash-one-liners-explained-part-one/
  
 
== security ==
 
== security ==
Line 86: Line 130:
 
* http://www.avira.com/ antivirus free for private use
 
* http://www.avira.com/ antivirus free for private use
 
** manual update http://forum.avira.com/thread.php?threadid=12073
 
** manual update http://forum.avira.com/thread.php?threadid=12073
 +
* http://www.golem.de/0807/60869.html security leak in TNS allows access to private data of 41k germans
 +
* http://news.bbc.co.uk/2/hi/uk_news/england/southern_counties/5382878.stm rfid gone wrong : dog eats car-key chip
 +
* http://www.youtube.com/watch?v=7Joohx5t0JQ&feature=related      a few tricks cirumventing windows security
 +
* [http://news.bbc.co.uk/2/hi/technology/7784908.stm  Serious security flaw found in IE  16.12.2008]
 +
* http://www.hartware.de/news_46081.html (german article, windows used on Royal Navy atomic powered submarines)
 +
* [http://news.bbc.co.uk/2/hi/technology/7842013.stm win virus : vista,usb,calculetes urls.. : downadup/Conficker (21.01.2009)] UK Ministry of Defence, Hospitals
 +
* http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/ IE bugs
 +
* us drones hit by computer virus : http://www.wired.com/dangerroom/2011/10/virus-hits-drone-fleet/
  
 
== unsorted ==
 
== unsorted ==
 
+
* http://vimeo.com/108650530
 +
* http://www.gutenberg.org/ free ebooks, art of war, ulysses, ...
 +
* http://www.casualvillain.com/ fancy art
 +
* http://www.bbc.co.uk/news/technology-15875522  cyborg insects in real life (tech, solar+motion energy harvest to power micro controller)
 +
* http://www.bbc.co.uk/news/science-environment-14976893  hydrogen/wasserstoff/strom erzeugende bakterien/mikroben limitless
 +
* https://www.opensource.gov US gov news/journalism source collection, found by computer analysis article on bbc, also http://www.monitor.bbc.co.uk/
 +
* self-defense/martial arts/karate courses on youtube : http://www.youtube.com/user/ChosonNinja#p/u/1299/ADO3zsqN6Rs
 +
* steampunk exhibition http://news.bbc.co.uk/2/hi/technology/8593305.stm
 +
* share mouse and keyboard across multiple computers : http://synergy2.sourceforge.net/
 +
* http://www.metacafe.com/watch/303404/canadian_autumn_video_pilotage_of_r_c_planes/ canadian autumn, remote controlled plane with camera : controlled by head mounted display
 +
* http://trowley.org/ Graphics paper index
 +
* http://sourceforge.net/projects/xming XServer for windows, putty -X  (aktivate X11 forwarding in config)
 
* http://www.heise.de/newsticker/meldung/93723  rfid security hole
 
* http://www.heise.de/newsticker/meldung/93723  rfid security hole
 
* http://freedomdefined.org/Licenses/NC  (Reasons Not to Use a Creative Commons Non-Commercial License)
 
* http://freedomdefined.org/Licenses/NC  (Reasons Not to Use a Creative Commons Non-Commercial License)
Line 187: Line 250:
 
* http://www.phorum.org/ forum software ([http://www.golem.de/0801/56773.html golem article])
 
* http://www.phorum.org/ forum software ([http://www.golem.de/0801/56773.html golem article])
 
* [[WarCraft3 Notes]]
 
* [[WarCraft3 Notes]]
* http://recaptcha.net/ anti-spam and helps digitizing books
 
 
*  http://www.arg0.net/encfs linux dir encryption without loopback (eg. good for home dir)
 
*  http://www.arg0.net/encfs linux dir encryption without loopback (eg. good for home dir)
 
* http://www.aquafold.com/ programm like phpmyadmin, for mysql-admin stuff (newest version is commercial, but older versions are free)
 
* http://www.aquafold.com/ programm like phpmyadmin, for mysql-admin stuff (newest version is commercial, but older versions are free)
Line 194: Line 256:
 
* http://www.golem.de/0801/57185.html  microsoft describes how to avoid automatic ie6->7 update (sounds rather dirty)
 
* http://www.golem.de/0801/57185.html  microsoft describes how to avoid automatic ie6->7 update (sounds rather dirty)
 
* http://www.chip.de/downloads/TweakUI-1.33_12993589.html  tweakui for win (v1.33, newer versions don't work, autocompletion for win shell)
 
* http://www.chip.de/downloads/TweakUI-1.33_12993589.html  tweakui for win (v1.33, newer versions don't work, autocompletion for win shell)
 +
* http://youtube.com/watch?v=W1czBcnX1Ww creepy robot walker
 +
* http://www.ted.com/ interesting talks and presentations
 +
* http://www.keygenmusic.net/?page=pack/packlist&lang=en oldschool computer music
 +
* http://www.nyc2123.com/ webcomic-cyberpunkt-opensource
 +
* http://goosh.org/ google shell
 +
* http://surfraw.alioth.debian.org/ shell-stubs for interpreting some big web-services
 +
* http://debaday.debian.net/
 +
* http://www.geekblogger.de/?p=203  starwars floppy
 +
* http://vivapinkfloyd.blogspot.com/2008/07/9-file-managers-for-linux.html  different linux filemanagers
 +
* http://www.youtube.com/watch?v=4kbe8XBdgr4  strong underestimations of todays standard technologies.
 +
* http://www.youtube.com/watch?v=2SoZzlgQzHM funny jap music video
 +
* http://www.heise.de/netze/tools/imonitor-internet-stoerungen/  internet provider störungsmeldungen
 +
* http://www.pctipp.ch/downloads/betriebssystem/28688/hdd_health.html  harddisk health check (s.m.a.r.t)
 +
* http://embed.mibbit.com/?server=irc.freenode.net&channel=%23ubuntuusers  deutsche ubunutu hilfe (german ubunutu help)
 +
* http://embed.mibbit.com/?server=irc.freenode.net&channel=%23ubuntu-de    deutsche ubunutu hilfe (german ubunutu help)
 +
* http://wiki.mibbit.com/index.php/Uri_parameters (generic web irc)
 +
* http://ubuntuforums.org/showthread.php?t=202834    linux WLAN guide
 +
* http://en.wikipedia.org/wiki/User_Account_Control vista : disable all those "are you sure?" dialogs
 +
* http://www.europeana.eu/portal/ european online library
 +
* http://www.philipstraub.com/Concepts.htm concept paintings
 +
* http://www.onedollarorbit.com/  each month 1 ebook for 1$, tipp von ghaz
 +
* http://www.archive.org/  internet archive
 +
* http://www.ixquick.com/  search engine alternative to google that doesn't store user infos
 +
* http://ring3k.org/  lightweight win vm , integrated win as runtime kernel, 2008
 +
* http://tech.slashdot.org/article.pl?sid=09/02/10/2211220  wikipedia : false fact proves itself
 +
* http://users.tpg.com.au/users/horsts/baloney.html (about argumentation, validation, etc)
 +
* water sience : http://www.3sat.de/3sat.php?http://www.3sat.de/specials/127069/index.html
 +
* http://news.bbc.co.uk/2/hi/technology/7969458.stm cloud computing : cartel ? locking in customers ?  30.03.2009
 +
* http://onehundredmonths.org/ countdown to climate saving point of no return
 +
* http://news.bbc.co.uk/2/hi/technology/7990013.stm police helicopters endangered by laser-pointer pranks, tracking devices
 +
* zeroconf vpn : http://en.wikipedia.org/wiki/Wippien
 +
* http://www.opensource-fuer-windows.de/
 +
* http://news.bbc.co.uk/2/hi/science/nature/8126197.stm Earth map free to download and use, terrain and elevation ?
 +
* windows data recovery : Diskinternals Fat32 oder NFTS
 +
* 23.04.2010 facebook replacing google tech? http://news.bbc.co.uk/2/hi/technology/8590306.stm
 +
* http://www.dailymotion.com/video/xcv6dv_pixels-by-patrick-jean_creation pixel invasion video
 +
* http://www.netdoktor.de/ symptome etc (z.b. blinddarm entzündung)
 +
* http://www.huffingtonpost.com/2010/07/15/digital-drugs-get-teens-h_n_647397.html  ("digital drug", altering brainwave by binaural, or two-toned audio signal -> headphones)
 +
* http://www.bbc.co.uk/news/science-environment-18868848 2012 graphene material for electronics
 +
* facerig: realtime face distortion software, facial expressions mapped to fantasy avatars, $10 or so (wolf tipp)
 +
 +
=== license discussions ===
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2312  (GPL-art)
 +
** http://forum.freegamedev.net/index.php?t=msg&th=594
 +
** http://forum.freegamedev.net/index.php?t=msg&th=1831
 +
** http://forum.freegamedev.net/index.php?t=msg&th=1319
 +
** http://forum.freegamedev.net/index.php?t=msg&th=545
 +
** http://forum.freegamedev.net/index.php?t=msg&th=27
 +
** http://forum.freegamedev.net/index.php?t=msg&th=227
 +
 +
=== antispam ===
 +
 +
(text unter kommentar button:)
 +
WICHTIG: Sollte der oben eingetragene Link auf eine rein gewerbliche Seite führen, behalte ich es mir vor, für die hier platzierte Werbung Gebühren einzufordern. Der Rechnungsbetrag errechnet sich wie folgt: 150,- € x pagerank der beworbenen Seite. Er wird jedoch mindestens 300,- € betragen. Mit Klicken des Absenden-Buttons erkennen Sie diese Regelung an und verpflichten sich, die Rechnung innerhalb von 7 Tagen nach Erhalt ohne Abzug zu begleichen.
 +
 +
* [http://www.hostedscripts.com/scripts/antispam.html  antispam]
 +
* http://www.stopforumspam.com/
 +
* http://recaptcha.net/ anti-spam and helps digitizing books
 +
* phpbb3 : new users : first x posts moderated. stops manual spammers
  
 
== maps ==
 
== maps ==
Line 232: Line 353:
 
* http://news.bbc.co.uk/2/hi/americas/7132000.stm CIA interrogation-torture tapes erased to obstruct court
 
* http://news.bbc.co.uk/2/hi/americas/7132000.stm CIA interrogation-torture tapes erased to obstruct court
 
* https://addons.mozilla.org/de/firefox/addon/3173  TrackMeNot : plugin sending random search queries to avoid profiling
 
* https://addons.mozilla.org/de/firefox/addon/3173  TrackMeNot : plugin sending random search queries to avoid profiling
 +
* http://news.bbc.co.uk/2/hi/europe/7266543.stm German court limits cyber spying
 +
* http://www.animenewsnetwork.com/news/2008-10-10/iowa-collector-charged-for-allegedly-obscene-manga manga collector charged to spend 20 years in prison
 +
* http://news.bbc.co.uk/2/hi/uk_news/7770456.stm  wikipedia TEXT+image from 1976 cover-art censored in uk (95% of users blocked) because of image, which is not censored on other websites like amazon
 +
* http://www.boston.com/bigpicture/2008/12/2008_greek_riots.html greek riots 2008
 +
* http://news.bbc.co.uk/2/hi/technology/7820984.stm mobile phone gps used by police to locate people (providers are forced by law to be able to locate 95% of callers within 300m)
 +
* http://news.bbc.co.uk/2/hi/americas/7820069.stm former anti-terror squad leader sentenced for torture
 +
* http://news.bbc.co.uk/2/hi/asia-pacific/7841580.stm china censors parts of obamas inauguration speech
 +
* http://news.bbc.co.uk/2/hi/uk_news/politics/7915479.stm  British 'careless' with liberties
 +
* http://news.bbc.co.uk/2/hi/uk_news/scotland/edinburgh_and_east/7932228.stm uk police looses usb stick with data on hundreds of investigations
 +
* http://news.bbc.co.uk/2/hi/uk_news/magazine/8051577.stm  british freedom of information act, MPs' expenses to be publicised (taxmoney)
 +
* http://news.bbc.co.uk/2/hi/uk_news/politics/8064731.stm  "They want to know everything about us, I think we're entitled to know about them"  british MPs expenses details leaked
 +
* http://news.bbc.co.uk/2/hi/uk_news/8066586.stm Some 500 files with details of affairs, debt and drug use were also lost
 +
* http://news.bbc.co.uk/2/hi/asia-pacific/8091044.stm : china: filter software must be installed on all computers
 +
 +
*  http://www.williweise.de/ : z.b. bürgergutachten : http://www.williweise.de/index.php?rub_id=219
 +
 +
* one way to combat freedom of speech : call it "internet addiction" and have rehabilitation camps beating teenagers to death : http://news.bbc.co.uk/2/hi/technology/8185412.stm
 +
  
 
=== articles in german ===
 
=== articles in german ===
Line 246: Line 385:
 
* http://www.golem.de/0706/52781.html CCC: Wahlcomputer sind prinzipiell unsicher
 
* http://www.golem.de/0706/52781.html CCC: Wahlcomputer sind prinzipiell unsicher
 
* http://www.golem.de/0801/56843.html CCC will Wahlcomputer per Gerichtsbeschluss stoppen
 
* http://www.golem.de/0801/56843.html CCC will Wahlcomputer per Gerichtsbeschluss stoppen
* http://www.golem.de/0801/56944.html simkarten-tausch für zwecks anonymität
+
* http://www.golem.de/0801/56944.html simkarten-tausch für zwecks anonymität
* http://www.golem.de/0801/56995.html überwacht die überwacher, aktion in östereich
+
* http://www.golem.de/0801/56995.html überwacht die überwacher, aktion in östereich
 
* http://www.golem.de/0801/57123.html Bayern ignoriert Bundesverfassungsgericht
 
* http://www.golem.de/0801/57123.html Bayern ignoriert Bundesverfassungsgericht
* http://www.golem.de/0801/57144.html Musikindustrie will EU-Schutzfristen verlängern
+
* http://www.golem.de/0801/57144.html Musikindustrie will EU-Schutzfristen verlängern
 +
* http://www.golem.de/0803/58125.html us secret service monitors behavior in onlinegames to identify potiential terrorists
 +
* http://info.kopp-verlag.de/news/geheimplan-enthuellt-spionage-kameras-sollen-buerger-in-supermaerkten-beim-kauf-von-alkohol-filmen.html  britain police wants to film all people buying alcohol with cameras
 +
* http://stefreak.de/internetprofis.mp3 [http://netzpolitik.org/2009/die-dreizehn-luegen-der-zensursula/ zensursula] : any more versatile internet user is a potential criminal
 +
** google "Sperre umgehen Anleitung"
 +
** nett hierzu  grundgesetzt art5 absatz 1 : " Eine Zensur findet nicht statt. "  wird in satz 2 leider gleich wieder saftig eingeschränkt.
 +
 
 +
* http://www.youtube.com/view_play_list?p=C8362DEC2E766374 Internetzensur Debatte 06.05.09 Bundestag
 +
* http://www.fixmbr.de/deutsche-kinderhilfe-jetzt-wirds-schmutzig-zensursula/    ("deutsche kinderhilfe" lobby-werkzeug)
 +
** http://de.wikipedia.org/w/index.php?title=Deutsche_Kinderhilfe&diff=prev&oldid=59941631  wiki-censor/optimize
 +
* <pre>Das LG Hamburg hat einen Antrag der Rechteinhaber der Filme Ananas Express (Sony/Columbia Pictures),[...]Einen Unterschied zwischen guter und schlechter Zensur gibt es nicht, Zensur bleibt Zensur.[...]…</pre>
 +
* http://blog.pantoffelpunk.de/zermatschtes/wie-das-mit-pifobiz-lief satire page closed down fast
 +
* http://www.carechild.de/news/politik/internetzensur_carechild_versuch_blamiert_deutsche_politiker_566_1.html
 +
* http://www.focus.de/politik/weitere-meldungen/frankreich-internetsperren-fuer-raubkopierer-trotz-bedenken-des-eu-parlaments-gebilligt_aid_398597.html
 +
* http://dubistterrorist.de
 +
* http://www.youtube.com/watch?v=vwZA5FmjljI chess =  bloody killer game
 +
 
 +
* http://www3.ndr.de/sendungen/zapp/media/zappinteraktivinternetsperren100.html  mogis : missbrauchs opfer gegen internet sperren. handeln statt wegschauen
 +
 
 +
* http://dokumente.linksfraktion.net/pdfdownloads/7707070650.pdf abstimmungsverhalten Zensur : CDU&CSU:ja:198,nein:1 SPD:ja:190,nein:3  FDP:ja:0,nein:54,nix:7  Linke:ja:0,nein:36,nix:17  grüne:ja:0,nein:33,nix:18
 +
* http://www.lawblog.de/index.php/archives/2009/06/20/lobotomierte-volltrottel/ SPD : Zustimmung zum Internetzensurgesetz um verfassungsrechtlich unzulässige Verträge aufzuräumen ?!?
 +
** related heise : http://www.heise.de/newsticker/SPD-Politikerin-plaediert-fuer-europaweite-Web-Sperren--/meldung/140818
 +
 
 +
* http://zensurprovider.de/
 +
* http://www.taz.de/regional/berlin/aktuell/artikel/1/sturmhauben-machen-verdaechtig/
 +
* http://www.taz.de/regional/berlin/aktuell/artikel/1/erst-ausfuellen-dann-kaffee-trinken/
 +
* http://blog.handelsblatt.de/indiskretion/eintrag.php?id=2141  lieblingsbuch von schäuble ?
 +
* http://hamburger-anon.blogspot.com/2009/06/how-to-ursula-und-die-leyen-sowie-die.html
 +
* http://savethenet.ning.com/
 +
* http://www.nerdcore.de/wp/2009/07/25/braunschweig-verbietet-flashmobs/  flashmobs forbidden in braunschweig
  
 
== anonymizer ==
 
== anonymizer ==
Line 260: Line 428:
 
* costs : https://www.steganos.com/de/products/siavpn/
 
* costs : https://www.steganos.com/de/products/siavpn/
 
* costs : https://www.nutzwerk.de/safersurf/
 
* costs : https://www.nutzwerk.de/safersurf/
 +
 +
=== email/registration ===
 +
 +
* http://www.bugmenot.com/
 +
* http://mailinator.com/
 +
* http://anonymbox.com/
 +
 +
=== proxy/webproxy ===
 +
 +
* http://www.digitalcybersoft.com/ProxyList/fresh-proxy-list.shtml
 +
* http://rosinstrument.com/cgi-proxy.htm  (with choice from which country)
 +
* http://www.dmoz.org/Computers/Internet/Proxying_and_Filtering/Hosted_Proxy_Services/Free/Proxy_Lists/
 +
* thor(vidalia)
  
 
== anti-censorship ==  
 
== anti-censorship ==  
 
+
 +
* google censorship requests http://news.bbc.co.uk/2/hi/technology/8633642.stm "government's request tool"
 
* http://www.your-freedom.net/ mentioned on [http://news.bbc.co.uk/2/hi/asia-pacific/7012984.stm bbc article about burma]
 
* http://www.your-freedom.net/ mentioned on [http://news.bbc.co.uk/2/hi/asia-pacific/7012984.stm bbc article about burma]
 
* http://glite.sayni.net/ mentioned on [http://news.bbc.co.uk/2/hi/asia-pacific/7012984.stm bbc article about burma]
 
* http://glite.sayni.net/ mentioned on [http://news.bbc.co.uk/2/hi/asia-pacific/7012984.stm bbc article about burma]
Line 270: Line 452:
 
* [http://www.rsf.org/rubrique.php3?id_rubrique=174 http://ghoulsblade.schattenkind.net/wiki/images/6/66/Beijing_2008_olympic.gif]
 
* [http://www.rsf.org/rubrique.php3?id_rubrique=174 http://ghoulsblade.schattenkind.net/wiki/images/6/66/Beijing_2008_olympic.gif]
 
* [http://www.nytimes.com/2006/04/23/magazine/23google.html?pagewanted=8&ei=5090&en=972002761056363f&ex=1303444800 Google's China Problem (and China's Google Problem)]
 
* [http://www.nytimes.com/2006/04/23/magazine/23google.html?pagewanted=8&ei=5090&en=972002761056363f&ex=1303444800 Google's China Problem (and China's Google Problem)]
 +
* http://en.wikipedia.org/wiki/Wikileaks
 +
* http://en.wikipedia.org/wiki/Great_firewall#Bypassing
 +
* http://de.wikipedia.org/wiki/Verbotenes_oder_indiziertes_Medium    german wikipedia removes article about censorship
 +
* http://www.blackouteurope.eu/act/why-act.html  europe internet censorship 2009
 +
* german : http://www.ennomane.de/2009/06/18/kinderporno-sperren-warum-es-sehr-wohl-um-zensur-geht/
 +
* peaceful revolution egypt 2011 http://www.bbc.co.uk/news/world-middle-east-12522848
  
 
== filesharing ==
 
== filesharing ==
Line 291: Line 479:
 
* http://www.golem.de/0801/57183.html (german article) music associations accept creative commons licensing  
 
* http://www.golem.de/0801/57183.html (german article) music associations accept creative commons licensing  
 
* http://www.golem.de/0801/57316.html (german article) GEMA gegen Rapidshare
 
* http://www.golem.de/0801/57316.html (german article) GEMA gegen Rapidshare
 +
* http://www.popolodellarete.it/showthread.php?t=5874  (lyrics for [http://www.jamendo.com/en/album/18821?reviewadded=1 Doc - Piece of Music])
 +
* http://nix-pop.org/ music download ??
 +
* http://schlagz.ath.cx/  music download ??
 +
* http://www.golem.de/0804/59321.html (drm problems, german article)
 +
* http://vimeo.com/2540062  (Consumers Against DRM)
 +
* http://torrentfreak.com/riaa-sued-for-fraud-abuse-and-legal-sham-090301/ riaa sued
 +
* http://www.theinquirer.net/inquirer/news/553/1051553/gaming-giant-ditches-drm
 +
* http://news.bbc.co.uk/2/hi/technology/8002938.stm piratebay copyright infringement verdict
 +
** http://news.bbc.co.uk/2/hi/technology/8003799.stm found guilty, will appeal
 +
** http://news.bbc.co.uk/2/hi/technology/8014626.stm judge revealed as being industry lobby man
 +
* http://news.bbc.co.uk/2/hi/technology/8044251.stm    Call to 'disconnect file-sharers'
 +
* [http://www.funny4.me//images/own/00035331.jpg fun :  piracy is environment friendly]
 +
* http://news.bbc.co.uk/2/hi/technology/8083866.stm  'Slow lane' for copyright thieves
 +
* http://news.bbc.co.uk/2/hi/technology/8128551.stm pirate bay bought, will be legalized, user will be paid for sharing?
 +
* http://news.bbc.co.uk/2/hi/technology/8159560.stm Peer-to-peer download sites Kazaa and The Pirate Bay are set to return with a new, legal subscription model.
 +
 +
* politics : pirate party
 +
* http://www.piratenpartei.de/
 +
* http://www.piratpartiet.se/international/english
  
 
== conspiracy related ==
 
== conspiracy related ==
Line 297: Line 504:
 
* http://www.911inplanesite.com/ [http://video.google.com/videoplay?docid=-5386487651203625811 google video] [http://video.google.com/videoplay?docid=6847507648836588010 followup google video]
 
* http://www.911inplanesite.com/ [http://video.google.com/videoplay?docid=-5386487651203625811 google video] [http://video.google.com/videoplay?docid=6847507648836588010 followup google video]
 
* search for  icke, flynn, tsarion, dr deagle / deaglew , maxwell
 
* search for  icke, flynn, tsarion, dr deagle / deaglew , maxwell
* http://news.bbc.co.uk/2/hi/uk_news/england/southern_counties/5382878.stm rfid gone wrong : dog eats car-key chip
+
* "ENDGAME: Blueprint for Global Enslavement" by Alex Jones  (see youtube : http://www.endgamethemovie.com/alttrailer.html )
 +
* http://digg.com/linux_unix/Foxconn_deliberately_sabotaging_their_BIOS_to_destroy_Linux
 +
* 9/11 debunk
 +
** http://wtc.nist.gov/pubs/factsheets/faqs_8_2006.htm
 +
** http://www.popularmechanics.com/science/defense/1227842.html
 +
** http://www.ccdominoes.com/lc/LooseChangeGuide.html
 +
* [http://news.bbc.co.uk/2/hi/business/7783236.stm banks fell for $ 50 BILLION snowball/pyramid/ponsi-sheme]
 +
* [http://www.youtube.com/watch?v=9BrLrwbkQWQ&feature=PlayList&p=7215531DEC4A815E&playnext=1&index=6 wie funktioniert geld] [http://www.maxvonbock.de webseite]
 +
* maybe some inet vidstreams, e.g. ccc on http://www.getmiro.com/ vidstreams
 +
* [http://de.wikipedia.org/wiki/The_Da_Vinci_Code_%E2%80%93_Sakrileg Da Vinci Code Sakrileg]
 +
*  http://www.youtube.com/watch?v=ja9wwwPGkaA&feature=PlayList&p=030741C8C58767F8&index=0  obama conspiracy
 +
** http://video.google.com/videoplay?docid=7886780711843120756&ei=DgI8SrCZA5n02gL7hfyZCg&q=The+Obama+Deception
 +
* http://www.dailymotion.com/video/x7y1ur_endgame-deutsch-blaupause-fur-die-g_shortfilms
 +
* (unverified) uk nuclear arsenal outsourced to private firm? serco, Chris Hyma http://www.youtube.com/watch?v=szNLMtgI7hU
  
 
== installer,packaging,distribution ==
 
== installer,packaging,distribution ==
Line 305: Line 525:
  
 
== games ==
 
== games ==
 +
* http://www.wolfire.com/desperate-gods https://github.com/David20321/FTJ generic multiplayer boardgame simulator / interface : mouse cursor of other players visible, dice and cards physics, no rules enforced by computer
 +
* http://www.realmofthemadgod.com/  mmo shooter in browser
 +
* roguelike hunting / wilderness : unreal world : http://www.jmp.fi/~smaarane/urw_screenshots.html
 +
* sience löve2d dungeoncrawler "Dungeonspace" : http://forums.tigsource.com/index.php?topic=24705.0
 +
* http://somanyrooms.com/  lots of gamejam games in one big program / flash / browser
 +
* http://www.terrariaonline.com http://playstarbound.com/about/
 +
* tons of roguelikes : http://roguelikedeveloper.blogspot.com/2011/12/request-for-votes-ascii-dreams.html [[roguelike list mirror]]
 +
** [http://roguebasin.roguelikedevelopment.org/index.php/Major_roguelikes wiki] [http://roguebasin.roguelikedevelopment.org/index.php/Roguelike_Dev_FAQ#Dungeon_Crawl devfaq] [http://sites.google.com/site/ennewalker/stonesouptiles Crawl], [http://te4.org/tome/screenshots TOME], [http://www.zincland.com/powder POWDER], [http://rephial.org/ angband]
 +
* tome roguelike http://te4.org/tome/screenshots  Tales of Maj'Eyal : ToME 4 is an RPG Roguelike game
 +
* minecraft in space : blockaderunner [http://www.blockaderunnergame.com/Projects/BlockadeRunner/Videos.aspx] indie but not os, early
 +
* [http://www.planeshift.it/ planeshift] average online 20-80 http://planeshift.zeroping.it/index.php?page=stats
 +
* qubodup mmo, gpl?, http://www.thekingofdemons.com/
 +
* qubodup mmo, gpl?, http://www.evidyon.es/
 +
* http://www.pieceofpiestudios.com/swimmingunderclouds/ fish in bubble
 +
* http://plasmaclient.info  kaelis myst opensource client 
 +
* http://www.goblincamp.com/  opensource dwarffortress clone
 +
* http://www.igf.com/php-bin/entries2011.php  a few nice ideas.
 +
* http://blog.sketchnation.com/  custom shooter by painting on paper and photo
 +
* http://freegamer.blogspot.com/2010/04/error-42-deprecated-dimension.html : abstract vector gfx : bitfighter, quantum, hextd, wordwarvi, goblinhack
 +
* http://freegamer.blogspot.com/2010/03/one-little-bit-of-roguelike-one-hint-of.html pyromancer : asci-art/lowres shooter
 +
* http://blog.openclonk.org/  openclonk
 +
* http://code.google.com/p/wtfgame/ [http://forum.freegamedev.net/viewtopic.php?f=22&t=220 fg forum thread] wtfgame, roguelike basebuilding
 +
* http://home.exetel.com.au/tjaden/raidem/ topdown scroller, opensource, linux,win etc.
 
* http://triachnid.com/
 
* http://triachnid.com/
 
* http://www.ifi.lmu.de/studium-medieninformatik/galerie/mmp-ss06/group3.xhtml
 
* http://www.ifi.lmu.de/studium-medieninformatik/galerie/mmp-ss06/group3.xhtml
Line 320: Line 563:
 
* http://www.ufoot.org/old/liquidwar/ (liquid war)
 
* http://www.ufoot.org/old/liquidwar/ (liquid war)
 
* http://sauerbraten.org/ fps
 
* http://sauerbraten.org/ fps
 +
* http://icculus.org/alienarena/rpa/  alienarena, fps
 +
* http://bloodfrontier.com/Main_Page bloodfrontier, fps ?
 
* http://eisenstern.com/ fps rpg auf sauerbraten
 
* http://eisenstern.com/ fps rpg auf sauerbraten
 
* http://www.alientrap.org/index.php?module=zymotic  zymotic : singleplayer fps (by the guys that also make tremolous)
 
* http://www.alientrap.org/index.php?module=zymotic  zymotic : singleplayer fps (by the guys that also make tremolous)
Line 346: Line 591:
 
* http://icculus.org/neverball/#download
 
* http://icculus.org/neverball/#download
 
* http://scourge.sourceforge.net/  (rpg)
 
* http://scourge.sourceforge.net/  (rpg)
* http://spring.clan-sy.com/download.php (strategy with good graphics) (http://www.youtube.com/watch?v=5y5IMq6u4hc)
+
* http://spring.clan-sy.com/download.php (strategy with good graphics) ([http://www.youtube.com/watch?v=5y5IMq6u4hc youtube vid] [http://spring.clan-sy.com/media.php?play=16000 more media])
 
** [http://www.wolfegames.com/TA_Section/RocketExhaust01.jpg rocket exhaust screenshot]
 
** [http://www.wolfegames.com/TA_Section/RocketExhaust01.jpg rocket exhaust screenshot]
 
* http://www.warsow.net/ (first person shooter, cartoonshader)
 
* http://www.warsow.net/ (first person shooter, cartoonshader)
Line 377: Line 622:
 
* http://www.thelegacy.de/Museum/5839/ old amiga spacegame, nonfree, whales voyage
 
* http://www.thelegacy.de/Museum/5839/ old amiga spacegame, nonfree, whales voyage
 
* http://www.bay12games.com/dwarves/ Dwarf Fortress : closed source, asci art, roguelike survivor, build and manage fortress
 
* http://www.bay12games.com/dwarves/ Dwarf Fortress : closed source, asci art, roguelike survivor, build and manage fortress
 +
** http://tvtropes.org/pmwiki/pmwiki.php/VideoGame/DwarfFortress
 +
** http://tigsource.com/articles/2009/01/10/new-years-resolution-play-dwarf-fortress video tuts
 
* http://freedsa.schattenkind.net/ freedsa remake, early in development, see [http://www.crystals-dsa-foren.de/showthread.php?tid=700 forum thread], uses our [http://lugre.sf.net lugre] framework
 
* http://freedsa.schattenkind.net/ freedsa remake, early in development, see [http://www.crystals-dsa-foren.de/showthread.php?tid=700 forum thread], uses our [http://lugre.sf.net lugre] framework
 
* http://home.no.net/egoboo/ egoboo resurrection  [http://egoboo.informe.com/forum/ forum]
 
* http://home.no.net/egoboo/ egoboo resurrection  [http://egoboo.informe.com/forum/ forum]
Line 409: Line 656:
 
* http://happypenguin.org/newsitem?id=7958 hedgewars, worms clone(linux)
 
* http://happypenguin.org/newsitem?id=7958 hedgewars, worms clone(linux)
 
* http://xreal.varcache.org/screenshots/  xreal, enhanced quake  [http://xreal.sourceforge.net/xrealwiki projectpage]
 
* http://xreal.varcache.org/screenshots/  xreal, enhanced quake  [http://xreal.sourceforge.net/xrealwiki projectpage]
 +
* http://intihuatani.usc.edu/cloud/flowing/ eat-all flashgame : flow
 +
* http://triachnid.com/ spider-climb flashgame:  triachnid
 +
* http://vortex-game.sourceforge.net/  foss-spacegame,ogre,lua,cegui,incomplete
 +
* http://www.zincland.com/powder/index.php?pagename=release powder, roguelike
 +
* http://www.attnam.com/wiki/ ivan, roguelike
 +
* http://fantasticcontraption.com/  physics flashgame
 +
* http://www.tigsource.com/features/games1-10.html  some indie games
 +
* http://openmw.snaptoad.com/ open morrowind, ogre based, elder scrolls 3
 +
* http://wz2100.net/ warzone 2100, strategy
 +
* http://apocalypse.rulez.org/vacuum  vacuum magic, sidescroller
 +
* http://oolite.org/  oolite, elite clone, spacegame
 +
* https://sourceforge.net/projects/openoctane/ openoctane, racing, car battle, destructible environment  (blender game engine)
 +
* http://code.google.com/p/naev/#Screenshots  2d spacegame, escape velocity
 +
* http://bjs.sourceforge.net/ battle just started, tankgame, cartoony 3d  (server crashed for me =()
 +
* http://db.tigsource.com/games/mount-blade/videos/83  mount&blade (indie/hobbyist, not freeware, but free trial)
 +
* http://db.tigsource.com/games/the-endless-forest/videos/30  (freeware)  social screensave
 +
* http://db.tigsource.com/games/off-road-velociraptor-safari/videos/24  (freeware)  vehicle physics, unity engine
 +
* http://www.tigsource.com/features/games1-10.html indie top50
 +
* http://forum.freegamedev.net/index.php?t=msg&goto=15623  fgd forum : indie game thread
 +
* http://windstille.berlios.de/screenshots.html  windstille, 2d combat platformer / jump&run
 +
* http://sites.google.com/site/plaguelike  plague : zombie shooter, birdview
 +
* http://code.google.com/p/naev/ NAEV is a 2d action/rpg space game
 +
* http://code.google.com/p/dcr/  round based strategy game engine (dead creatures rising)
 +
* http://www.moddb.com/games/overdose/videos/overdose-technology-demo#imagebox  winonly, good graphics, fps, marines vs aliens.
 +
* http://editingarchive.com/simworld/
 +
* http://freevikings.wz.cz/
 +
* http://apocalypse.rulez.org/vacuum
 +
* Sub-Culture : old cool non-foss submarine game with nice atmosphere [http://www.mobygames.com/game/windows/sub-culture/reviews/reviewerId,584/ mobygames (Criterion Studios/Ubi Soft)] [http://www.youtube.com/watch?v=Y5zBLgc1y-w&feature=PlayList&p=EF6EA144FA0F8A96&playnext_from=PL&playnext=1&index=18 youtube]
  
 
== gamedev and lists ==
 
== gamedev and lists ==
 +
* http://en.wikipedia.org/wiki/Bartle_Test#Achievers
 +
* http://notgames.org/blog/releases/
 +
* love2d offline docs : http://commondatastorage.googleapis.com/loveclub/docs.zip
 +
* indie game sale : http://www.becausewemay.com/direct.html
 +
* http://daid2.mine.nu/~daid/tigsource_pics/
 +
* 1month long gamejam : http://nagademo.com/
 +
* "Inventing on Principle" also in gamedesign (found on roguelike blog ascri dreams) http://vimeo.com/36579366
 +
* http://vterrain.org/
 +
* http://pcg.wikidot.com/ procedural content generation
 +
* 2d/3d noise perlin : http://www.noisemachine.com/talk1
 +
* linux: opensuse cross/multi-distro build/compile service https://build.opensuse.org/
 +
* lots of spaceship sience-fiction ideas : warp bubble, traversable wormhole, negative vacuum energy, quantum entanglement communicator, http://www.bbc.com/future/story/20120321-searching-for-a-starship/3
 +
* live screencast http://www.justin.tv
 +
* gamejam molydeux : http://www.facebook.com/events/134077380052626/
 +
* techlink https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking
 +
* techlink https://developer.valvesoftware.com/wiki/Latency_Compensating_Methods_in_Client/Server_In-game_Protocol_Design_and_Optimization
 +
* physfs physicsfs sandboxed/jailed filesystem for game scripts preventing access outside, also can mix dirs from archives+disk : http://icculus.org/physfs/
 +
* procedural planet/space rendering : http://sponeil.net/index.htm (link found in vegastrike forums)
 +
* http://independently-speaking.com/250-indie-games-you-must-play/
 +
* spacegame note : antimatter fuel from Van Allen belts of magnetic field of planets ? http://www.bbc.co.uk/news/science-environment-14405122
 +
* blogpost listing link-lists http://ploobs.com.br/?p=766
 +
* julius game-idea : riot-vs-police-rts/fps, monochrome-desaturate-on-move, http://forum.freegamedev.net/viewtopic.php?f=5&t=1384
 +
* media lib / simple framework like sdl? : http://www.sfml-dev.org/ used 2011.03 redit gamejam : http://freegamer.blogspot.com/2011/03/dev-corner-48-hour-reddit-game-jam.html
 +
* foss space games http://freegamer.blogspot.com/2011/01/oh-my-god-its-full-of-stars-free-and.html
 +
* german magazine http://www.codeschleuder.de/ and forums http://spieleprogrammierer.de/
 +
* game lists for marketing
 +
** Identica,Reddit,Google Wave,StumbleUpon,Linux Game Tome/happypenguin,Linux Game Database
 +
** FSDaily,OpenGameArt,tigsource,Slashdot,Libre Game Wiki,Wikipedia,LinuxGamer/s,RockPaperShotgun forums,Digg
 +
* focused on gamedev : http://www.pixelprospector.com/indev/ (indy + opensource)
 +
* http://www.moddb.com/games (more work in progress/dev is ok)
 +
* http://gamejolt.com/ (rather for finished games)
 +
* computergame-dev on tv, german [http://www.youtube.com/watch?v=zWesDDPdW7U 1] [http://www.youtube.com/watch?v=--negUCYyJA 2] [http://www.youtube.com/watch?v=ZVfwnG5pY3g 3]
 +
* http://www.significant-bits.com/how-i-got-art-for-my-game-part-1
 +
* http://www.makinggamers.net/  indie games
 +
* http://bytejacker.fliggo.com/ gamerdrome  game videos, like reviews, playthroughs  , video upload
 +
* irc : #ubuntu-gaming  (also a bunch of devs there)
 +
* http://code.google.com/hosting/search?q=label:game
 +
* http://www.opengamingnow.com/
 +
* sindwiller blog posts about spacegame design : http://rgames.tuxfamily.org/?p=7
 +
* http://www.giantbomb.com/ wiki for search by game settings (e.g. post apocalyptic), has section for opensource
 +
* https://fedoraproject.org/wiki/SIGs/Games#Gaming_News_sites  list of linux game lists
 +
* http://www.lgdb.org/ linux game database
 +
* http://en.wikiversity.org/wiki/A_Hands-On_Introduction_to_Game_Design_and_Production_Processes
 +
* http://opensteer.sourceforge.net/ ai and pathfinding lib
 +
* http://wiki.freegamedev.net/index.php/List_of_open_source_game_development_communities
 +
* http://wiki.freegamedev.net/index.php/List_of_open_source_gaming_communities
 +
* http://lostgarden.com/2008/10/princess-rescuing-application-slides.html game design patterns ?
 +
* http://web.archive.org/web/20051104034215/www.lupinegames.com/articles/path_to_dev.html  how do i make games
 +
* http://tryglaw.eu/m64blog/ m64 blog (fgd, game industrie background)
 +
* linux audio troubles :
 +
** http://forum.freegamedev.net/index.php?t=msg&goto=8050
 +
** http://forum.freegamedev.net/index.php?t=getfile&id=1359
 +
** http://forum.freegamedev.net/index.php?t=getfile&id=1360
 +
* http://aseigo.blogspot.com/2009/01/building-community-around-your-foss.html building-community-around-your-foss
 +
* http://www.artofcommunityonline.org/  community tips
 +
* http://www.dreamsongs.com/IHE/  similar to  building-community-around-your-foss
 +
* http://forum.freegamedev.net/index.php?t=msg&goto=15629 player statistics, how many players play which game
 +
* http://www.djl-linux.org/index_en.php  linux games repository, steamlike
 +
* a bunch of gamelists : http://bjs.sourceforge.net/links.php
 +
* [http://forums.tigsource.com/index.php?topic=3888.msg116568#msg116568 tig forum thread listing game-creation communities]
 +
* http://screenshots.debian.net/
 +
* http://appnr.com/
 +
* http://www.twilightsembrace.com/personal/gamelibs.php gamelibs
 +
* http://developer.nvidia.com/object/nvperfhud_home.html nvidia performance analysis / 3d profiler. partially for linux as well ?
 +
* http://forum.freegamedev.net/index.php?t=msg&th=1619  MMORPG autoreply
 +
** http://sol.gfxile.net/mmorpg.html mmorpg autoreply
 +
*http://www.wiili.org/index.php/Main_Page
 +
*[http://www.devmag.org.za/viewissue.jsp?id=20] Dev.Mag
 
*[http://happypenguin.org  happypenguin.org]
 
*[http://happypenguin.org  happypenguin.org]
 
*[http://holarse.net  holarse.net]
 
*[http://holarse.net  holarse.net]
Line 420: Line 763:
 
* http://sfz.schattenkind.net/wiki/index.php/Links  sfz linklist
 
* http://sfz.schattenkind.net/wiki/index.php/Links  sfz linklist
 
*[http://nehe.gamedev.net  nehe opengl tuts]
 
*[http://nehe.gamedev.net  nehe opengl tuts]
 +
** http://jerome.jouvie.free.fr/OpenGl/Tutorials1-5.php (a bit java specific, but the basics are explained)
 +
** http://fly.srk.fer.hr/~unreal/theredbook/  redbook (opengl programming guide)
 
*[http://gamedev.net  gamedev.net]    [http://www.gamedev.net/community/forums/forum.asp?forum_id=6 sub-forum open for announcements]
 
*[http://gamedev.net  gamedev.net]    [http://www.gamedev.net/community/forums/forum.asp?forum_id=6 sub-forum open for announcements]
 
*[http://wwww.developia.de  developia]
 
*[http://wwww.developia.de  developia]
Line 460: Line 805:
 
* http://lostgarden.com/2007/10/constructing-artificial-emotions-design.html  
 
* http://lostgarden.com/2007/10/constructing-artificial-emotions-design.html  
 
** http://www.gamasutra.com/view/feature/1992/constructing_artificial_emotions_.php
 
** http://www.gamasutra.com/view/feature/1992/constructing_artificial_emotions_.php
* http://www.valve-erc.com/srcsdk/general/multiplayer_networking.html (article about multiplayer)
+
* http://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking (article about multiplayer networking, motion prediction, anti-lag etc)
 
* https://launchpad.net/
 
* https://launchpad.net/
 
*http://libertygaming.blogspot.com/2007/07/ultimate-resource-list-for-game-hackers.html
 
*http://libertygaming.blogspot.com/2007/07/ultimate-resource-list-for-game-hackers.html
Line 479: Line 824:
 
* http://idiki.dyne.org/wiki/Main_Page idea wiki
 
* http://idiki.dyne.org/wiki/Main_Page idea wiki
 
* systems like steam from valve : content distribution (see OpenFrag) and community/im ingame : http://www.ebonrai.com/2007/11/valves-steam-and-possibilities-for-open.html
 
* systems like steam from valve : content distribution (see OpenFrag) and community/im ingame : http://www.ebonrai.com/2007/11/valves-steam-and-possibilities-for-open.html
 +
* steamlike thing for linux : http://djl.tuxfamily.org/index_en.php
 
* http://gaming.gwos.org/doku.php  Ubuntu gamers area
 
* http://gaming.gwos.org/doku.php  Ubuntu gamers area
 
* http://libregamewiki.org/Main_Page
 
* http://libregamewiki.org/Main_Page
Line 498: Line 844:
 
* http://www.gamedev.net/reference/programming/features/linuxprogramming4/ article : linux gamedev : Testing
 
* http://www.gamedev.net/reference/programming/features/linuxprogramming4/ article : linux gamedev : Testing
 
* http://www.gamedev.net/reference/programming/features/linuxprogramming5/ article : linux gamedev : Marketing and Distribution
 
* http://www.gamedev.net/reference/programming/features/linuxprogramming5/ article : linux gamedev : Marketing and Distribution
 +
** create .deb from sourcefiles ? http://giftwrap.tuxfamily.org/
 +
* http://wiki.freegamedev.net/index.php/Portable_binaries
 
* http://lgames.sourceforge.net/
 
* http://lgames.sourceforge.net/
 
* http://www.wesnoth.org/wiki/WesnothReviews  a list of websites that reviewed the FOSS game wesnoth, so good places to advertise
 
* http://www.wesnoth.org/wiki/WesnothReviews  a list of websites that reviewed the FOSS game wesnoth, so good places to advertise
Line 523: Line 871:
 
* http://www.saucethegame.com/ gamedev-video reports about opensource games ?
 
* http://www.saucethegame.com/ gamedev-video reports about opensource games ?
 
* http://packman.links2linux.org/category/games-fun
 
* http://packman.links2linux.org/category/games-fun
 +
* http://www.toolkitzone.com/  opensource ?
 +
* http://www.devbump.com/
 +
* http://ubuntuforums.org/showthread.php?t=699332 script to launch games in their own x server
 +
* GPU Gems for free online http://www.stevestreeting.com/?p=765
 +
* http://www.youtube.com/watch?v=NPm-WR_AWZY cool phys tankgame (Bram Stolk's Howitzer)
 +
* http://forum.freegamedev.net/index.php?t=msg&th=1184 grumbel's human face drawings (for comm dialogs etc)
 +
* http://www.squidi.net/three/ three hundred mechanics
 +
* http://linuxhaters.blogspot.com/2008/06/nitty-gritty-shit-on-open-source.html linux-hater : use nvidia rather than ati
 +
* [http://blender3dtutor.com/index.php?view=article&catid=3%3Agame-developmentplanning&id=19%3Ademystifying-the-art-of-video-games&option=com_content&Itemid=2 demystifying-the-art-of-video-games]
 +
* http://www.physicseditor.com/ physicseditor
 +
* http://www.linuxforen.de/forums/forumdisplay.php?f=27  german linux forum : games section
 +
* http://forums.tigsource.com/index.php
 +
* http://www.gametrove.net/
 +
* http://www.uvlist.net/
 +
* http://www.devbump.com/  (gamedev focused digg clone)
 +
* indie/opensource community : http://www.indiezen.org/
 +
* http://www.gamedev.net/reference/art/features/CoderGameArt/
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2245  gamejolt : freeware games portal/list, hosting, might become more opensource friendly
 +
* http://news.bbc.co.uk/2/hi/technology/7962180.stm  startup company : remote gameplay, like video on demand 2009
 +
 +
* http://forum.freegamedev.net/index.php?t=msg&th=1181 Video games specific video hosting services
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2272  discussion : why is linux & opengl bad for gaming ? (also why directx to opengl adapter wouldn work)
 +
* http://www.projectdarkstar.com/ [http://forum.freegamedev.net/index.php?t=msg&th=2368 fgd forum thread] java mmorpg framework
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2508 grumbel etc : linux packages, distributable binaries, art-pipeline, project organisation
 +
** https://launchpad.net/ubuntu/+ppas  ubuntu tool to build custom package repositories, e.g. for up to date gaming libs
 +
 +
* http://hcsoftware.sourceforge.net/jason-rohrer/
 +
* http://freegamer.blogspot.com/2009/07/0-ad-now-open-source.html
 +
* http://code.google.com/p/quodlibet/ audio lib
 +
* http://www.netpanzer.org/ foss rts
 +
* http://www.boswars.org/  foss rts
 +
* http://boson.eu.org/  foss rts , 3d
 +
 +
* http://www.essentialmath.com/ Essential Math for Games Programmers
 +
* http://wwwcg.in.tum.de/Teaching/SS2010/Seminar/Workouts/index_html (German, courses pdf etc)
  
 
=== content distribution and gaming community systems like steam ===
 
=== content distribution and gaming community systems like steam ===
Line 532: Line 915:
 
* mockup (sindwiller) : http://flickr.com/photos/8033270%40N05/1168070901/
 
* mockup (sindwiller) : http://flickr.com/photos/8033270%40N05/1168070901/
 
* i think the http://www.openfrag.org/ project was working on something called smoke (or OpenCDS ?), but only for distribution (content delivery), and probably not very useful
 
* i think the http://www.openfrag.org/ project was working on something called smoke (or OpenCDS ?), but only for distribution (content delivery), and probably not very useful
 +
** opencds : http://docs.google.com/View?id=dhkt6vsf_35gtfsvddw#
 +
** opencds :  http://www.opencdspowered.org/forums/
 +
** opencds : http://forum.freegamedev.net/index.php?t=msg&th=2598
 
** http://openfrag.org/forum/viewthread/1340
 
** http://openfrag.org/forum/viewthread/1340
 
* http://goim2.sphene.net  
 
* http://goim2.sphene.net  
 
** see also xfire (not opensource)
 
** see also xfire (not opensource)
 +
* http://p2posgamehosting.tiddlyspot.com/
 +
* not sure what it is, gamer instant messenger ? http://gfire.site40.net
 +
* http://www.linuxgames.com/xqf/index.shtml : XQF is a game server browser and launcher for Unix/X11
 +
* http://glou.sourceforge.net  : open, cross-platform game lounge system
 +
* Freedesktop.org and GGZ (gnugamingzone)
 +
* maybe interesting : Extensible Messaging and Presence Protocol (XMPP) [http://en.wikipedia.org/wiki/Xmpp xmpp]
 +
* http://www.impulsedriven.com/ commercial (company:stardocks) : steamlike system
 +
 +
* note : others ? (eg. Gluon, DJL, OpenCDS, ArchiveGames, glou)
  
 
=== linux installing,packaging ===
 
=== linux installing,packaging ===
Line 553: Line 948:
 
== video capturing and editing ==
 
== video capturing and editing ==
  
 +
* glc : http://nullkey.ath.cx/projects/glc/  http://nullkey.ath.cx/projects/glc/wiki/HowtoInstall [http://freegamer.blogspot.com/2008/06/shadow-game-prototyping-challange.html article on freegamer]
 +
** http://archlinux.org/static/newsletters/newsletter-2008-Jul-07.html#gaming usage hints
 
* http://recordmydesktop.iovar.org/about.php  apt-get install gtk-recordmydesktop : video capture tool for linux
 
* http://recordmydesktop.iovar.org/about.php  apt-get install gtk-recordmydesktop : video capture tool for linux
 
* istanbul - Desktop session recorder producing Ogg Theora video
 
* istanbul - Desktop session recorder producing Ogg Theora video
Line 559: Line 956:
 
* http://en.wikipedia.org/wiki/Comparison_of_video_editing_software
 
* http://en.wikipedia.org/wiki/Comparison_of_video_editing_software
 
** for linux : blender,Cinelerra,FORscene,LiVES,Kdenlive,MainActor
 
** for linux : blender,Cinelerra,FORscene,LiVES,Kdenlive,MainActor
 +
* forum thread : http://forum.freegamedev.net/index.php?t=msg&th=272
 +
* video / film cutting : avidemux
 +
* video editing/authoring : http://www.linuxquestions.org/questions/2008-linuxquestions.org-members-choice-awards-83/video-authoring-application-of-the-year-695640/
 +
* http://www.jingproject.com/ : win&mac only ?  screenshots also, good for endusers ?
 +
 +
== video hosting (for game videos etc) ==
 +
 +
* http://youtube.com
 +
* http://www.gamevee.com/
 +
* http://vimeo.com/  (no game vids unless you state that you made the game itself yourself, not for mods and maps)
 +
* http://www.wegame.com/
 +
* http://www.gamerstube.com/
 +
* http://www.viddler.com/
 +
* http://www.veoh.com/
 +
 +
* http://forum.freegamedev.net/index.php?t=msg&th=1181 Video games specific video hosting services
  
 
== general linux news and links ==
 
== general linux news and links ==
Line 619: Line 1,032:
 
* bookmarking at golem.de
 
* bookmarking at golem.de
 
* http://en.wikipedia.org/wiki/Micro-blogging
 
* http://en.wikipedia.org/wiki/Micro-blogging
 +
* Yammer, Twitter and Friendfeed
 +
 +
* ticket system / tech support / idea voting
 +
** http://getsatisfaction.com/ commercial, used by minecraft,twitter etc, inspiration
 +
** http://www.ideatorrent.org/ free
 +
** http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems
 +
** http://en.wikipedia.org/wiki/Comparison_of_help_desk_issue_tracking_software
 +
* FAQ/Questions-and-Answer systems :
 +
** http://en.wikipedia.org/wiki/OSQA  (voting, bug also affects me etc)
 +
** http://stackoverflow.com/
 +
** http://askubuntu.com/
 +
** https://launchpad.net/ (bugtracker, groupware, code review, ppa debian-packet distribution, compile-farm/crossplatform?)
 +
** http://en.wikipedia.org/wiki/Comparison_of_issue-tracking_systems
  
 
== libs ==
 
== libs ==
Line 625: Line 1,051:
  
 
== content creation ==
 
== content creation ==
 
+
* interesting procedural tree generation mechanism+editor. exportable? http://docs.unity3d.com/Documentation/Components/class-Tree.html
 +
* http://algorithmiccomposer.com/  generative music
 +
* pixel art humanoid-character generation with anims http://www.charas-project.net/charas2/index.php?lang=en&generator=1
 +
* http://www.aseprite.org/  pixelart sprite editor
 +
* http://www.ludumdare.com/compo/tools/
 +
* programmer art, multiple part series ? http://gamasutra.com/blogs/ChrisHildenbrand/20111015/8669/2D_Game_Art_For_Programmers__Part_1_updated.php
 +
* fractal world generator (globe) http://donjon.bin.sh/world/
 +
* volume data (brain scans etc) http://www-graphics.stanford.edu/data/voldata/
 +
* pixelart editor for unity http://ragepixel.com/
 +
* pixelart tutorials : http://garmahis.com/tutorials/pixel-art-tutorials/ (eri tipp)
 +
** http://www.pixeljoint.com/forum/forum_posts.asp?TID=11299 
 +
** http://ghoulsblade.schattenkind.net/wiki/index.php/LudumDare201204#graphicstyle
 +
* game with well documented art-pipeline and big online presence : http://freegamer.blogspot.com/2011/01/ancientbeast-and-freezingmoon.html
 +
* terrain gen : lithosphere : http://freegamer.blogspot.com/2010/12/lithosphere-awesome-visual-procedural.html
 +
* art-for-code http://www.artforcode.org/  http://www.blendernation.com/art-for-code-ready-for-general-usage/ 
 +
* sculpting tool with auto tesselation, faster than blender, Sculptris, closedsrc, http://forum.freegamedev.net/viewtopic.php?f=6&t=400
 
* [[povray]]
 
* [[povray]]
 
* http://mapeditor.org/index.html "tiled" : generic 2d sprite/tilebased map/level editor  (opensource,java)
 
* http://mapeditor.org/index.html "tiled" : generic 2d sprite/tilebased map/level editor  (opensource,java)
Line 679: Line 1,120:
 
* http://forum.freegamedev.net/index.php?t=msg&th=532&start=0  tree creation with povray (for sprites mainly : Gilles Tran's tree macro)
 
* http://forum.freegamedev.net/index.php?t=msg&th=532&start=0  tree creation with povray (for sprites mainly : Gilles Tran's tree macro)
 
* http://news-service.stanford.edu/news/2008/january9/dryad-010908.html offline tree model generation
 
* http://news-service.stanford.edu/news/2008/january9/dryad-010908.html offline tree model generation
 +
** http://dryad.stanford.edu/
 
* http://www.blendernation.com/2008/01/07/masonry-wizard-and-object-tiling-scripts/ blender stone wall script (castles,medieval)
 
* http://www.blendernation.com/2008/01/07/masonry-wizard-and-object-tiling-scripts/ blender stone wall script (castles,medieval)
 
* http://www.acvt.com.au/research/videotrace/ (video-to-model, siggraph)
 
* http://www.acvt.com.au/research/videotrace/ (video-to-model, siggraph)
 
* http://wikivid.com/index.php/GIMP  gimptuts
 
* http://wikivid.com/index.php/GIMP  gimptuts
 
* http://wikivid.com/index.php/Blender blendertuts
 
* http://wikivid.com/index.php/Blender blendertuts
 +
* http://www.blenderart.org/issues/
 +
* http://arbaro.sourceforge.net/ tree generator arbaro (for povray, but can export, mentioned in blender magazine)
 +
* http://forum.freegamedev.net/index.php?t=thread&frm_id=11 : some quite interesting threads with links to ressources
 +
* interesting content submission system : http://www.gnome-look.org/
 +
* http://www.les-stooges.org/pascal/pencil/ pencil, cartoon/handdraw + animation tool
 +
* http://www.synfig.org/Main_Page synfig, 2d anim tool (vectorbased?)
 +
* http://www.blendernation.com/2008/07/26/cut-out-animation-in-blender/  cartoon anim in blender
 +
* http://www.paultosca.com/makingofvarga.html  modelling/normalmapping tut
 +
* http://forum.freegamedev.net/index.php?t=msg&th=1811 3d model scanning  [http://www.splinescan.co.uk/downloads.php splinescan] [http://meshlab.sourceforge.net/ meshlab]
 +
* http://forum.freegamedev.net/index.php?t=msg&th=1954 sound generation
 +
* http://forum.freegamedev.net/index.php?t=msg&goto=15247 using the flatbed scanner to create textures
 +
* http://3dwisdoms.blogspot.com/ blog with modelling tipps, especially organics
 +
* http://www.spacecreeps.com/junkup/  content creation/upload wiki-like thingy
 +
** http://www.ludamix.org/
 +
* http://iamaracademy.com/ blender modelling courses ?
 +
* http://www.viremo.de/ architectural modellling, lua? maps/level design ? 
  
 
=== shader programming ===
 
=== shader programming ===
Line 691: Line 1,149:
 
=== forums ===
 
=== forums ===
  
 +
* http://opengameart.org/content/attracting-and-keeping-artists-oss-game-project
 
* http://blenderartists.org/forum/
 
* http://blenderartists.org/forum/
 
* http://www.gameartisans.org/
 
* http://www.gameartisans.org/
Line 700: Line 1,159:
 
* http://www.conceptart.org/
 
* http://www.conceptart.org/
 
* http://forums.cgsociety.org
 
* http://forums.cgsociety.org
 +
* http://www.blender.org/community/user-community/
 +
* http://quadropolis.us/
 +
* http://www.moddb.com/
 +
* http://www.affuniverse.com ( space+sience fiction, models and story )
 +
* http://wiki.freegamedev.net/index.php/Media
 +
* http://wiki.freegamedev.net/index.php/Artist_communities
 +
* http://wombat.worldforge.org/ wombat :  revision control for artists ?
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2273  whirled, flash, but seems to have very active and contributing community (shared world/commundo stuff as well)
  
 
== free content ==
 
== free content ==
 
+
* http://www.spieleprogrammierer.de/wiki/Link-Sammlung#Fertiger_Content
 +
* http://freegamedev.net/wiki/Art_asset_resources
 +
* love2d resources sticky forum thread : http://love2d.org/forums/viewtopic.php?f=3&t=12
 +
* http://freegamer.blogspot.com/2011/06/dev-corner-how-to-request-art-for-your.html  (how to ask/request art (and how not to))
 +
** http://forums.wesnoth.org/viewtopic.php?f=13&t=26396  how to find artists for your team
 +
* http://freegamer.blogspot.com/2010/05/ryzom-foss-art.html http://media.ryzom.com/ ryzom
 +
* http://freegamedev.net/wiki/Free_3D_and_2D_art_and_audio_resources  fgd wiki list
 +
* http://pfunked.deviantart.com/gallery/  devianart-artist using free license
 +
* http://peaceloveandhappiness.org/?q=taxonomy/term/2 free fonts
 +
* http://wiki.freegamedev.net/index.php/Free_3D_and_2D_art_and_audio_resources
 
* http://forum.freegamedev.net/index.php?t=msg&th=295 forum thread for links
 
* http://forum.freegamedev.net/index.php?t=msg&th=295 forum thread for links
 
* http://freegamearts.tuxfamily.org/
 
* http://freegamearts.tuxfamily.org/
Line 738: Line 1,214:
 
* http://resources.blogscopia.com/index_en.html  models, textures - [http://resources.blogscopia.com/licencia_en.html CC-BY 3.0]
 
* http://resources.blogscopia.com/index_en.html  models, textures - [http://resources.blogscopia.com/licencia_en.html CC-BY 3.0]
 
* http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/  blender+mysql
 
* http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/  blender+mysql
 
+
* http://www.dafont.com/  many fonts under free licenses
 
* also interesting : mod-scene of games like quake,halflife,neverwinternights,oblivion they often produce many good models
 
* also interesting : mod-scene of games like quake,halflife,neverwinternights,oblivion they often produce many good models
 +
* http://creativecommons.org/weblog/entry/8163  8.5gb data from OLPC project under a CC BY license
 +
* http://scifimeshes.com ? todo:check license
 +
* http://love2d.org/forum/viewtopic.php?f=3&t=12&st=0&sk=t&sd=a&start=20
 +
* http://opengameart.org/
 +
* eri found models or so : [http://home.comcast.net/~dfsmetsfan/dls/hind.jpg x] [http://home.comcast.net/~dfsmetsfan/dls/Grasses.jpg x]
  
 
==== 2d gfx / pixelart ====
 
==== 2d gfx / pixelart ====
Line 747: Line 1,228:
 
* http://lostgarden.com/2007/04/free-game-graphics-tyrian-ships-and.html (1.3 mb of free high quality 2d space tiles)
 
* http://lostgarden.com/2007/04/free-game-graphics-tyrian-ships-and.html (1.3 mb of free high quality 2d space tiles)
 
* http://lostgarden.com/2005/03/game-post-mortem-hard-vacuum.html (fre 2d strategy gfx)
 
* http://lostgarden.com/2005/03/game-post-mortem-hard-vacuum.html (fre 2d strategy gfx)
* http://openclipart.org/
+
* http://openclipart.org/ , see also http://wpclipart.com/ and http://www.clker.com/  (better browsing/preview)
 +
* http://nicubunu.blogspot.com/2008/01/quest-complete-rpg-map-tileset.html rpg tiles
 +
* http://grumbel.blogspot.com/2008/12/another-bunch-of-faces.html  faces/portraits
 +
* http://grumbel.blogspot.com/2009/01/old-faces-new-faces-and-bunch-of.html  faces/portraits
 +
* http://search.freegamedev.net/artitems/search/images%20attacks/?show=100  wesnoth attack/spell icons
 +
* http://search.freegamedev.net/artitems/search/images%20items/?show=500    wesnoth item icons
 +
* http://www.davidrumsey.com/luna/servlet/view/group/812?os=0  maps, cc, used by freecol
 +
* http://gpl.imageafter.com/ 10k gpl2 images
 +
* http://www.nuvorm.nl/start/index.php?option=com_content&view=article&id=76:explosiongenerator&catid=40:experiments&Itemid=53  pixel-explosion-generator
  
 
==== textures ====
 
==== textures ====
 +
* deviant art seamless textures group, not necessarily free but good to search. http://seamlesstextures.deviantart.com/
 +
* http://ogre3d.org/forums/viewtopic.php?f=11&t=56125&view=unread#unread space skybox tool
 +
* http://www.xnormal.net/1.aspx
 +
* http://www.mapzoneeditor.com/index.php?PAGE=HOME
 +
* http://neotextureedit.sourceforge.net/index.html  procedural texture gen (found in opendungeons forum)
 
* http://blender-archi.tuxfamily.org/Textures
 
* http://blender-archi.tuxfamily.org/Textures
 
* http://www.cgtextures.com/
 
* http://www.cgtextures.com/
Line 755: Line 1,249:
 
* http://repository.parastudios.de/ Blender Open Material Repository
 
* http://repository.parastudios.de/ Blender Open Material Repository
 
* http://www.imageafter.com/textures.php
 
* http://www.imageafter.com/textures.php
* http://www.burningwell.org/gallery2/main.php
+
* http://www.burningwell.org/gallery2/v/textures/
 +
** http://www.burningwell.org/gallery2/main.php
 
* open arena  has a nice repository for textures
 
* open arena  has a nice repository for textures
 
* nexuiz  has free(libre) textures
 
* nexuiz  has free(libre) textures
 
* http://www.planetscapes.com/maps/cylmaps.html planetmaps and models, most are "copyright-free"/public domain
 
* http://www.planetscapes.com/maps/cylmaps.html planetmaps and models, most are "copyright-free"/public domain
 +
* http://www.mercenariesguild.net/trak/node/3
 +
* http://gnu.ethz.ch/photos/ photos that could be used as base
 +
* http://www.morguefile.com/archive/  (license unsure?)
 +
* http://flickr.com/commons/
 +
* http://freetexturesite.blogspot.com/
 +
* http://www.tellim.com/texture_cd/  "Blender Texture Disk"  (public domain? see legal notes under credits)
 +
* http://www.pixologic.com/zbrush/downloadcenter/texture/  license ??
  
 
==== models ====
 
==== models ====
 +
* http://www.blendswap.com/
 
* http://www.e2-productions.com/bmr/ (aka http://e2-productions.com/repository/index.php) Blender 3D Model Repository: Stuff made with Blender3D
 
* http://www.e2-productions.com/bmr/ (aka http://e2-productions.com/repository/index.php) Blender 3D Model Repository: Stuff made with Blender3D
 
*[http://www.psionic3d.co.uk/gallery/thumbnails.php?album=2 Psionic's 3D Game Resources > Free 3D Models]  [http://www.psionic3d.co.uk/forums/viewtopic.php?p=20795 license similar to public domain]
 
*[http://www.psionic3d.co.uk/gallery/thumbnails.php?album=2 Psionic's 3D Game Resources > Free 3D Models]  [http://www.psionic3d.co.uk/forums/viewtopic.php?p=20795 license similar to public domain]
Line 767: Line 1,270:
 
* http://www.wesnoth.org/forum/viewtopic.php?t=17532 (medieval things)
 
* http://www.wesnoth.org/forum/viewtopic.php?t=17532 (medieval things)
 
* http://sourceforge.net/projects/ogoglio  creative commons licensed ?
 
* http://sourceforge.net/projects/ogoglio  creative commons licensed ?
 +
* http://md2.sitters-electronics.nl/
 +
* http://polycount.com/models/quake2/  (license ???)
 +
* http://www.3dxtra.cygad.net/de/list/598/1.htm (license ???)
 +
* commercial nonfree, but technically interesting models+texturing (also normal mapping) on showcase : http://www.exigent3d.com/
 +
* http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/
 +
* http://glest.org/glest_board/index.php?topic=2215.0  glest (fantasy rts) character models, animated ?
 +
** http://www.sharecg.com/v/17941/3d-model/armored-swordman:-low-poly-RTS-game-character
 +
* http://glest.org/glest_board/index.php?topic=4185.0 glest (fantasy rts) tilesets : terrain, trees etc (winter,summer,jungle,desert..)
 +
* http://webdocs.cs.ualberta.ca/~mburo/orts/  old foss strategy game, 3d, abandoned, scifi
 +
* http://www.blendermodels.org/  royality free models
 +
* http://www.reinerstilesets.de/de/
  
 
==== audio ====
 
==== audio ====
 +
* http://forum.freegamedev.net/viewtopic.php?f=6&t=2050 "Explosion sound effect generator -- Explodomatica" here: http://smcameron.github.com/explodomatica
 +
* http://freegamer.blogspot.com/2010/02/game-sfx-maker-tool-sfxr-in-flash.html post about [http://code.google.com/p/as3sfxr/ as3sfxr]
 
* http://www.jamendo.com/  creative commons music
 
* http://www.jamendo.com/  creative commons music
 
* http://freesound.iua.upf.edu/
 
* http://freesound.iua.upf.edu/
Line 779: Line 1,295:
 
* http://freewaresounds.com
 
* http://freewaresounds.com
 
* http://www.newgrounds.com/audio/  (CC-BY-NC-SA , sadly non-commercial -> not free as in speech)
 
* http://www.newgrounds.com/audio/  (CC-BY-NC-SA , sadly non-commercial -> not free as in speech)
* http://www.pdsounds.org/ public domain ?
+
* http://www.pdsounds.org/ public domain ? (03.2009:dead, but [http://pdsounds.tuxfamily.org/ archive] released : http://forum.freegamedev.net/index.php?t=msg&th=2483  )
* sfxr : http://www.imitationpickles.org/ludum/2007/12/13/sfxr-sound-effects-for-all/
+
** revived: http://www.pdsounds.org/homepage  info: http://librivox.org/forum/viewtopic.php?t=19186
 +
* sfxr : http://www.imitationpickles.org/ludum/2007/12/13/sfxr-sound-effects-for-all/   original hp:  http://www.drpetter.se/project_sfxr.html
 +
* http://opsound.org/
 +
* http://wiki.laptop.org/go/Sound_samples 10GB of CC-BY 3.0 sounds
 +
* http://v-band.de/ Online Music Collaboration, might be some useful stuff here, but check licenses
 +
* phys based sound lib [http://www.zenprobe.com/phya/ phya] (found in [http://dungeonhack.uesp.net/forums/viewtopic.php?t=302 thread in dungeonhack forum])
 +
* synthetic speech : http://forum.freegamedev.net/index.php?t=msg&th=2232
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2285 qubodups weapon sounds pack
 +
* http://forum.freegamedev.net/index.php?t=msg&th=2650 electronic music duo offering help, also  ccMixter community of Creative Commons-licensed music
  
 
== hosting ==
 
== hosting ==
 
free hosting for opensource projects or websites :
 
free hosting for opensource projects or websites :
  
 +
* http://www.wikia.com/
 +
* http://freehostia.com/
 +
* http://free-webhosts.com
 +
* http://www.hostadfree.org/
 +
* http://en.wikipedia.org/wiki/Comparison_of_wiki_farms
 +
* http://en.wikipedia.org/wiki/Multiforums forums
 +
** http://www.myfreebulletinboard.com  instant, but no auto-backup, has to be requested and is done manually...
 +
* http://www.netcup.de (cheap php,mysql)
 +
* http://baywords.com/ blog
 +
* google website hosting : http://sites.google.com/
 +
* forums:  http://www.mfbb.net/
 +
* http://freeshell.de/~joomla/  free perl/php/mysql, no cost, just send postcard
 +
 +
=== code / project hosting ===
 +
* http://www.assembla.com/  wiki, discussion, alerts, chat, ticketing, Trac, Git and Subversion
 +
* http://devjavu.com  -- Free Trac and Subversion
 +
* https://opensvn.csie.org/ (svn only)
 +
* http://tuxfamily.org
 
* http://sourceforge.net/
 
* http://sourceforge.net/
 
* http://www.berlios.de/
 
* http://www.berlios.de/
Line 793: Line 1,335:
 
* http://icculus.org/
 
* http://icculus.org/
 
* http://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities
 
* http://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities
* http://www.wikia.com/
+
 
* http://freehostia.com/
+
=== file / image hosting ===
* http://free-webhosts.com
+
 
* http://www.hostadfree.org/
+
* http://www.Rapidshare.com
* https://opensvn.csie.org/ (svn only)
+
* http://www.uploaded.to
* http://tuxfamily.org
+
* http://www.DownloadMyploads.com
* http://en.wikipedia.org/wiki/Comparison_of_wiki_farms
+
* http://www.Sharkspace.com
 +
* http://www.mini-torrent.to
 +
* http://bayimg.com/
 +
* http://www.megaupload.com/
 +
** http://en.wikipedia.org/wiki/Comparison_of_one-click_hosters#Comparison_of_notable_file_hosting_services
 +
* http://www.getdropbox.com/
 +
* http://www.archive.org/ internet archive  (video hosting, downloadable rather than internet player)
 +
* http://up.servut.us/
 +
 
 +
=== asset management (models,textures,...) ===
 +
 
 +
* http://ghoulsblade.schattenkind.net/wiki/index.php/OpenAsset  (an attempt by me and sindwiller to make something like alienware as blender plugin with svn as backend, but we kinda lost motivation so the project is dead)
 +
** has links to vids of the commercial system alienware and perforce
 +
* resource space (for images/photos mainly)
 +
** http://en.wikipedia.org/wiki/Digital_asset_management
 +
** http://www.montala.net/resourcespace.php
 +
** http://zwischenwelt.org/~hagish/resourcespace/
 +
* http://assimp.sourceforge.net/  (importing lib)  [http://forum.freegamedev.net/index.php?t=msg&goto=11375 fgd forum thread]
 +
* 29.01.2009 : <nekotaku> in freegamer irc is working on a project like that, no hp yet
 +
** [http://h.lipsofsuna.org/images/dam-prototype1.jpg prototype screenshot]
 +
 
 +
=== temporary email hosting ===
 +
 
 +
* http://mailinator.com/
 +
* http://slopsbox.com/
  
 
== fun ==
 
== fun ==

Latest revision as of 11:47, 30 November 2014

I am not responsible for the content of external internet sites

top

c++ libraries

blender

friends

code

security

unsorted

license discussions

antispam

(text unter kommentar button:) WICHTIG: Sollte der oben eingetragene Link auf eine rein gewerbliche Seite führen, behalte ich es mir vor, für die hier platzierte Werbung Gebühren einzufordern. Der Rechnungsbetrag errechnet sich wie folgt: 150,- € x pagerank der beworbenen Seite. Er wird jedoch mindestens 300,- € betragen. Mit Klicken des Absenden-Buttons erkennen Sie diese Regelung an und verpflichten sich, die Rechnung innerhalb von 7 Tagen nach Erhalt ohne Abzug zu begleichen.

maps

opensource mobile/wirless software

3d printing

police state politics


articles in german

anonymizer

email/registration

proxy/webproxy

anti-censorship

filesharing

conspiracy related

installer,packaging,distribution

games

gamedev and lists

content distribution and gaming community systems like steam

  • note : others ? (eg. Gluon, DJL, OpenCDS, ArchiveGames, glou)

linux installing,packaging

commercial opensource

video capturing and editing

video hosting (for game videos etc)

general linux news and links

(also useful for getting the word out)

social networking and bookmarking

libs

content creation

shader programming

forums

free content

2d gfx / pixelart

textures

models

audio

hosting

free hosting for opensource projects or websites :

code / project hosting

file / image hosting

asset management (models,textures,...)

temporary email hosting

fun

uni