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

Art Challenge

July 2025 Art Challenge - Post-Apocalyptic Survival

Tag your submissions with Post-Apocalyptic and Challenge to be in the running. Here are the entries so far!
Post a link to your submission in the July 2025 Art Challenge thread.

Status: 
Accepting art submissions
Date Range: 
07/01/2025 to 07/22/2025

Active Forum Topics - (view more)

  • Sharing My Music and Sound FX - Over 2500 Tracks 2 hours 27 min ago by Eric Matyas
  • Anybody know how much it'd cost to get a tileset like this made? 2 hours 52 min ago by Some Weirdo
  • how should I improve my pixel art? 2 hours 59 min ago by Some Weirdo
  • Dark Reader Compatability 10 hours 20 min ago by Kelvin Shadewing
  • Is it possible to have a offline version of this site like wikipedia does? 10 hours 53 min ago by nomad_gy
  • Locynaeh's pixel art learning logs 12 hours 14 min ago by Some Weirdo
  • July 2025 Art Challenge - Post-Apocalyptic Survival 1 day 2 hours ago by Gendgi
  • Bump Requests 4 days 5 hours ago by Nexuso3o3o
Subscribe to Active Forum Topics

Recent Comments - (view more)

  • Re: 5 Chiptunes (Action) by Kelvin Shadewing
  • Re: 2d Magic Book by osanimate
  • Re: 2d Magic Book by MedicineStorm
  • Re: 2d Magic Book by osanimate
  • Re: 2d Magic Book by MedicineStorm
  • Re: 2d Magic Book by osanimate
  • Re: 2d Magic Book by MedicineStorm
  • Re: Survivor Portraits (Post-Apocalyptic Survival) by majincubyan
Subscribe to Recent comments

New Art Collections - (view more)

  • Stuff based on spoopy tileset
  • YS Adventure
  • GnG Redux
  • Cited Works (Praedatum)
  • Collection
  • Dungeon2025
  • Miscellaneous Music
  • Shroom Game
  • Pizza Game
  • Run de la Guérrière

Legal notice regarding NFTs:

WARNING: NFT fraud & NFT scams.

Popular This Week - (view more)

bomba32
The World Fell Silent
Urban Theme
Survivor Portraits (Post-Apocalyptic Survival)
Preview
512x Improvised Survival Weapons - Charcoal drawing style
Preview
8x8 Sushi Sprites
Preview
Spooky loop & bomba32 (wipicks vs StumpyStrust)
Shadow - Spy Cinematic Synths/Orchestral Music
Fever Dream Faces
Preview
Forest troll
Preview
Subscribe to Latest Art

Latest Art - (view more)

Generic Denizens
Preview
Stylistic Girl
Preview
2d Magic Book
Preview
Survivor Portraits (Post-Apocalyptic Survival)
Preview
Intermission Loops
Spooky loop & bomba32 (wipicks vs StumpyStrust)
Sword
Preview
Spoopy Tiles
Preview
Shadow - Spy Cinematic Synths/Orchestral Music
Fever Dream Faces
Preview
Subscribe to Latest Submissions (RSS)

Latest Art by my Friends - (view more)

Featured Art - (view more)

Happy Arcade Tune
Heroic Demise [Updated Version]
UI Pack Expansion
Preview
Stunning Pixel Art RPG Tileset
Preview
Ireland's Coast (Game Edition)
Platformer Animations
Preview
Animated Top Down Zombie
Preview

Search re-indexing is finished

By bart on 17 October 2015 - 7:11am
bart's picture

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

Performance improvements, and rebuilding the search index

By bart on 16 October 2015 - 9:31am
bart's picture

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

Small change to art tags

By bart on 14 October 2015 - 9:30am
bart's picture

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

More useful friends feature

By bart on 12 October 2015 - 12:22pm
bart's picture

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

Private messaging updated

By bart on 12 October 2015 - 8:09am
bart's picture

Just so people are aware, I moved the Private Message links from the content block in the upper left to a link on the right side of the header, per Surt's suggestion.

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

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