Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Chat with us!

Discord: OpenGameArt
discord.gg/yDaQ4NcCux

IRC: #OpenGameArt on freegamedev.net/irc/#opengameart

Active Forum Topics - (view more)

  • I wonder if anyone is aware of this dataset 5 hours 52 min ago by glitchart
  • Bump Requests 23 hours 47 min ago by MedicineStorm
  • Building a Library of Images for Everyone 1 day 18 hours ago by Nancy_Rima
  • temp. disabl.d 1 day 19 hours ago by blue_prawn
  • Is it possible to have a offline version of this site like wikipedia does? 2 days 3 hours ago by blue_prawn
  • Sharing My Music and Sound FX - Over 2500 Tracks 3 days 2 hours ago by Eric Matyas
  • How to start as a game developer 3 days 5 hours ago by glitchart
  • Idea for a radio station 1 week 1 day ago by glitchart
Subscribe to Active Forum Topics

Recent Comments - (view more)

  • Re: Slowly running by Denn
  • Re: Robot September Challenge Inkscape 2025 by arcanosam
  • Re: Asphalt Texture by MedicineStorm
  • Re: Asphalt Texture by Chris91
  • Re: Asphalt Texture by MedicineStorm
  • Re: Urban Battle by MrAmogus
  • Re: 16px Items and Materials by NoeSilent
  • Re: Character design nekomimi by Cawfeecrow
Subscribe to Recent comments

New Art Collections - (view more)

  • Alpha
  • 4front epiano collection
  • Quantum AI
  • RPG
  • Modpack assets
  • My Fantasy RPG
  • **Modify Later**
  • Yulpers and Ladders
  • Witchy Platformer
  • Witchy Platformer

Legal notice regarding NFTs:

WARNING: NFT fraud & NFT scams.

Popular This Week - (view more)

wlily's characters
Preview
Urban Battle
Plains of Luminescence
JC Sounds - Nature Ambient Pack Vol 1
JC Sounds - UI Utility Pack Vol 1
Crying female low tone Voice Over | Vocal sound for character
Room Doom Tileset
Preview
Oh! boss!
Lanky Character (Man)
Preview
Crystals
Guinea Pig hero, cold lake, Element & boundless (Trevor Lentz vs Tad vs Centurion of war)
Five Night's at Gatsby's sprite art
Preview
Antique Bookshelf
Preview
Looping Boss Track
Subscribe to Latest Art

Latest Art - (view more)

Deep Sea Music Pack
Empacotatron
Woodcutting
Nexus Cube Stickers Realm!
Preview
Oh! boss!
Lanky Character (Man)
Preview
Asphalt Texture
Preview
Funky Loop
A respectable amount of Bounce
Plains of Luminescence
Corrupted metropolitan angel
Preview
Unsteady Piano
Crystals
Urban Battle
Subscribe to Latest Submissions (RSS)

Latest Art by my Friends - (view more)

Featured Art - (view more)

free mine assets pack
Preview
BGJ asset Dump
Preview
Unreleased Game Music Pack
RPG Indoor Tileset: Expansion 1
Preview
Mysterious
Skill, item and spell icons
Preview
Desert theme

British Library has over a million public domain images online

By bart on 31 October 2015 - 6:59am

I saw this last night and thought I'd share:  The British Library has a Flickr account with over a million public domain images, here:

https://www.flickr.com/photos/britishlibrary

The images are all pretty old, so how useful they'll be for your game depends entirely on what kind of aestheic you're going for, but there's a wealth of excellent stuff there.  In particular, I recommend poking through the Albums section, where you can find items that have been sorted into categories.

3 comments
  • bart's blog
  • Log in or register to post comments
bart's picture

Search re-indexing is finished

By bart on 17 October 2015 - 7:11am

I did a couple test searches and the results look better now.  Solr still needs to be set up, but this should do in the meantime.

 

7 comments
  • bart's blog
  • Log in or register to post comments
bart's picture

Performance improvements, and rebuilding the search index

By bart on 16 October 2015 - 9:31am

I added some smarter caching to the front page, which should make it load noticeably faster (and help ease the load on the database, which should improve responsiveness of the whole site). 

Also, we're rebuilding the search index as a stopgap measure to fix some of our more pressing search issues until we can get Solr working.  There are a total of about 87,000 items to index, and from the look of it, it's going to take around half a day, assuming that all of the items take the same amount of time as the first thousand or so (which they probably won't, but it's all I have to go on).  I believe I've managed to find and fix the problem that was causing new items not to be indexed, and I've also added some code to forcibly index art tags (which seem to have been indexed inconsistently until now).

I'll post an update when it's done.  Until then, searches might not turn up many results. 

Edit:  At the time of this edit, it's a bit less than half way done, so it's going to have to run over night.  I'll check back in the morning.  In the meantime, I apologize for any performance issues.

0 comments
  • bart's blog
  • Log in or register to post comments
bart's picture

Small change to art tags

By bart on 14 October 2015 - 9:30am

I've made a couple of minor changes to the way art tagging works:

  • Spaces are now treated as breaks between tags, so you no longer have to separate them with commas.
  • Hashtags (#) are filtered out automatically.

At the moment, there are in excess of 11,500 different tags.  Of these, just about half are used exactly once, and about 800 aren't being used at all (most likely because they were attached to spammy art).  To really fix OGA's tagging system, we need to do a lot more:

  • Find all of the misspelled tags and replace them with their correct spellings (this could be at least partially automated, although the replacements would have to be reviewed before they are applied).
  • Set up term hierarchies, for example:  tree -> maple, so that if you search for "tree", you'll get things tagged "maple".  This is actually an interesting example, because even though all trees are plants and it would be intuitive to put "plant" one level above that in the hierarchy, when most people search for the word "plant", they probably mean to exclude trees.  In other words, the hierarchies need to be built with what people want to search for in mind, as opposed to technical correctness.
  • Merge certain tags that mean exactly the same thing (such as "16x16", and "16 x 16").
  • Create synonym links between tags for cases where the meaning is slightly different, and then weight the synonyms lower than the literal term in the search results.  For instance, if a user searches for "tree", it would make sense to give them results tagged "trees", and vice-versa.
  • Create a user tagging system that would allow users to tag submissions, and then upvote or downvote tags that other users have added.
  • Create an admin interface so that new tags can be curated as they are added.  Particularly if users are allowed to tag art that's not created by them, we'll have to keep an eye out for misuse of the tagging system (tags that comment about the quality of the art rather than the content).  Since we already have a user reputation system in the form of points, perhaps we could award user tagging access to people who have reached a certain point theshold.
  • Create a better tagging widget with type ahead find that shows tag hierarchies and related items, which will encourage people to assign their art to existing tags. 
  • Build a "popular tags" view.

I don't want to consider any of these items to be official TODOs just yet.  I'd be interested in hearing comments and suggestions from the community about how to proceed on this.

If you have comments, please post them on this forum thread.

Bart

1 comments
  • bart's blog
bart's picture

More useful friends feature

By bart on 12 October 2015 - 12:22pm

Ages ago, I added a button that allowed people to mark users as friends.  It didn't do a whole lot up until now.

Now, you can see your list of friends and the list of people who have friended you on the Friends and Followers tabs on your user profile, respectively.  There's also a new block on the home page that shows the latest art by your friends.  You can click on the block title to expand it into a full page view.

Note: Friend lists are currently public.  If this is a major issue for anyone, please let me know.

Bart

2 comments
  • bart's blog
  • Log in or register to post comments
bart's picture

Pages

  • « first
  • ‹ previous
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • next ›
  • last »
Subscribe to Blog
Chasersgaming's picture

UPCOMING OGA EVENTS 2020

Submitted by Chasersgaming on 16 January 2020 - 6:02am
Forums: 
OGA Community Projects

Here is a summary of upcoming OGA events that are taking place this year and when, So get these in your calendar! :)

Be sure to check back for updates and keep an eye on their forum threads posted for announcements nearer the time. 

Game Jams:

  • Read more about UPCOMING OGA EVENTS 2020
  • 10 comments
  • Log in or register to post comments
Chasersgaming's picture

OGA Summer Game Jam 2019

Submitted by Chasersgaming on 1 July 2019 - 9:59am

Welcome to the Unofficial OGA 'Summer' Game Jam #3!

  • Jam starts: Already! (July 1st)
  • Submit your game by: July 27th
  • After that, submitted entries will be rated by: August 11th

 

  • Read more about OGA Summer Game Jam 2019
  • Chasersgaming's blog
  • Log in or register to post comments
Spring Spring's picture

The OGA Spring Game Jam 2019 - Announcement

Submitted by Spring Spring on 28 March 2019 - 12:20pm

Spring is in the air and it's time to create something new, something fun, something exciting, something for the OpenGameArt.org Spring 2019 Game Jam!

 

This year's theme is 'I enjoy my life' and enjoy your life you will if you participate in this thrilling game jam!

  • Read more about The OGA Spring Game Jam 2019 - Announcement
  • Spring Spring's blog
withthelove's picture

Spring 2019 Art Challenge - A New Look (due March 24, 2019)

Submitted by withthelove on 1 March 2019 - 9:52am

This Spring's Art Challenge theme is:

A New Look

  • Read more about Spring 2019 Art Challenge - A New Look (due March 24, 2019)
  • withthelove's blog
Chasersgaming's picture

OGA Game Jam (1st July)

Submitted by Chasersgaming on 20 June 2017 - 1:44am
Forums: 
Show off your project!

I have put a Jam together which starts on the 1st July for those that are interested. :) 

heres the link:

https://itch.io/jam/opengame-art-game-jam

Any questions or anything else please comment on this thread below as I would like to keep this thread for the games created and announce winner/s

https://opengameart.org/forumtopic/opengameart-gamejam

 

thanks! all the best everyone and good luck!. :)

  • Read more about OGA Game Jam (1st July)
  • 69 comments
  • Log in or register to post comments