Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Indigo
Pages: 1 ... 3 4 [5] 6 7 ... 90

41
Pixel Art / Re: [CC] + Tileset idea request for simplistic Space Taxi clone
« on: September 08, 2018, 08:43:37 pm »
Hey MadByteDE!

Man this was one of my favorite games! Well kinda. I played a mac clone of it called space cab:


I think you're heading in a great direction so far.  Just a couple notes:
- I think you can get more creative with your taxi design.  it reads a lot like a normal car.
- I think it'd be cooler to embed the platforms into the environment design of each level rather than have a standard platform.  Just keeps things feeling more fresh and immersive
- the UI elements themselves are good, but they feel quite disjointed from the rest of the game.  I'm not really convinced you need a separate black bar for that content; you can probably float those elements on top of the gameplay area.  You might want to assume in your level design that a certain portion will be covered by UI to keep that area clear of important gameplay elements though
- Can't wait to see how you'll theme the environment tiles - it'll have a huge impact on the rest of the elements.

42
General Discussion / Re: Hi Andre From Portugal
« on: September 08, 2018, 08:32:01 pm »
Welcome Andre! Can't wait to see what you come up with.

43
General Discussion / Re: Community updates
« on: September 02, 2018, 10:30:56 pm »
I really appreciate that.  Thanks MysteryMeat

44
General Discussion / Re: Community updates
« on: September 01, 2018, 02:05:58 am »
because I'm not.  It's very much a forum like you're used to.

45
General Discussion / Re: Pixelation 2.0
« on: August 29, 2018, 09:51:20 pm »
Definitely agree that less boards is more!  Which is exactly why we are reducing our boards from 12 to 5 (General, Activities, Critique, Projects, and Job Offers), and removing all child boards.  Archives and feature chests are no longer needed with the built in featured and tagging systems

46
General Discussion / Re: Pixelation 2.0
« on: August 29, 2018, 09:24:28 pm »
@eishiya
Quote
The demo looks nice, but there's one bit I don't like: the Twitter-esque side bar. It makes the page feel cramped. I also dislike the numbers focus is creates, those things should not be at the forefront.
I can see the argument for removing the stats, though I personally don't see those particular stats as problematic as something like followers or whatever.   Will think more on this.

as for the sidebar in general, I think that has to stay.  It needs to support an arbitrary amount of boards, and vertical lists are perfect for that.  Horizontal lists are problematic for responsive design and force you into situations where you need to hide important information behind dropdowns.  I've been thinking about removing the sidebar once you dive into a thread though - which might be a good compromise.

Quote
How are the images representing each thread going to be chosen? Is it the latest image, or the first? Does the user get to choose? Are 3rd party embeds going to be used, or will the feature be limited to attachments?
How to handle images is the most complicated thing to solve.  There are several options and each has different tradeoffs:

- first-class images attached to the bottom (or maybe top depending on the design) to the forum post
This is the cleanest from a design standpoint.  The data is separate from the post's content and can easily be extracted for use elsewhere in the forum.  How those images are presented on various screen resolutions or platforms is easily controlled.  Settings can easily be made for boards to require images, no images, or optional images.  On the down-side, you can't inline the images into your response.

- arbitrary inline images uploaded and embedded into the post content
This gives the user the most flexibility on how to present their images, it also makes it a very cumbersome process, tech-wise, to give them the first-class treatment for the rest of the forum.  Not impossible, but difficult.  It also makes it more opaque to the user - informing the user about image requirements for different boards would be a difficult problem, and it isn't clear about which images become the thumbnail or feature banners.  Assuming a thumbnail is automatically chosen (from let's say the first image for example), users would then have to reformat their response such that the correct thumbnail gets used even if that wasn't the optimal order to show them in the response.  We can write something up to explain all this, but it will never be as clear as having an image upload box.

- Half and half; first class image attachments and inline uploaded images
We can treat them as two separate upload systems.  Inline images can never become thumbs.  This solves some of the design complexities, allowing us to easily extract the images, and easily set image requirements, but it also potentially creates more confusion about when it's appropriate to use each kind of upload.  I'd imagine a lot of people uploading inline and then getting frustrated it's not showing up in the galleries and things like that

- Half and half; first class image attachments, and allow for inline external links if needed
This is my current thinking.  Only one upload system, images attached to the post, but allow for external linking via BBCode or something similar.  What I like about this is it encourages using the embedded system which provides the best user experience overall.  You don't have two systems competing with each other.  Yes, it remains a pain to do inline images (as much as it is currently), but honestly, I'm not 100% convinced inline is as necessary as it seems for critique.  It should be fairly easy to refer to an image by labeling it or whatever and it works just as well.  I think it just takes adapting to.  But regardless the inline option will still be there.  It might also be possible to rehost externally linked images automatically for preservation.

if you have examples where sites have solved this problem well, please link me.

Quote
Will there be any incentive to use the karma system
No, besides being a good member.  The idea is that Karma will serve as an efficient way to sort threads to find the best content.  Each thread gets its own karma score based on how much Karma was given to people throughout the thread.  It'd also be a great way of quickly Identifying people who are great contributors and give great feedback on the forums.  Giving a karma point is like saying "thank you."  It might end up being called something different to help reflect that.

Quote
It would be nice for threads in the thread list (at least in the critique sections) to include the date of the latest reply by the OP right up front. I'd say that's more important than when the thread started, even
that's interesting.  I don't think I've seen any forum do this - the most common thing is to show the date of the last reply, which I was also planning to support.  Will think about your idea more.

Quote
Discourse has a feature where it'll automatically copy embedded offsite images to the server, so that old threads don't get broken if the offsite images are deleted. I'd love to have that for Pixelation. So many of the old threads have broken images
Yup, probably a good thing to support.

Quote
A less Javascript-heavy basic UI than the demo. JS is necessary for things like the magic embeds I requested here, but I'd like to see JS used only where it's necessary, like the current version. Navigating the site, making posts, etc should not require JS to be enabled.
The tech stack I've chosen requires javascript.  Can't get around it.  This is the way the modern web is moving and it's less likely these days for people to disable JS.  that said, I am looking into server-side rendering, where a static page is served up first before it gets saturated with JS - instead of building the site entirely on the client with JS.  This would help for the few that choose to not enable JS.

Quote
Not really a feature request, but an idea of sorts: How about implementing ActivityPub?
Neat Idea, I'll look into it.

=======

@0xDB
Quote
Suggestion to support sign in with twitter (and/or google+/etc.)
social signup is a good idea.  Will probably do that (in addition to email)

Quote
Tweet buttons next to images would be nice for that but they should not just tweet the image but rather link to the post they're in
Good idea, but will probably put a share button in a dropdown of the forum post rather than the image itself

Quote
For the lowpoly 3D section it would also be nice to have an embedded model viewer so that users don't need to upload huge GIF files. That is of course only if lowpoly is still wanted on the new platform and not getting axed in favor of focusing only on 2D pixel art
going to focus on images first, though other viewers are a great stretch goal.  We are going to get rid of the low poly section, and instead allow people to post it straight in general, probably with a "low-spec" tag or something similar

Quote
For that purpose please don't forget to add zoom in and out buttons next to images which scale by nearest-neighbor filtering
For sure!

Quote
Mediawiki style markup would be cool
Great ideas.  Not quite sure how we're handling the wiki yet; whether it's external or built in.

Quote
A feature to create a PDF from a thread (with all images embedded) would be nice to have as well to save local backups of threads for offline reading
Interesting idea.  Is offline reading something you do a lot?

Quote
A quick one-click(ok maybe two-click to prevent accidental reporting) report feature would be good as well with the ability to choose common report reasons (e.g. spam) from a list.
sure thing

=======

@Cure
Thanks a ton for the support :)

=======

@Jeremy
Quote
I'm not sure how I feel about karma systems. The system Pixelation has now (and the profile karma score you have in the mockup) works well to show "this is a person who makes good posts", but I feel like visible scores on individual posts can have perverse outcomes (i.e. people crafting their posts to maximise their karma, rather than make the most valuable contribution). IDK???
Yeah it's a good point and we should think more on it, but a counter point is I don't think it's been a problem in the past so far.  Not to mention if it encourages people to behave in ways that rewards karma - assuming that karma as rewarded in the intended fashion - isn't that a win?

Quote
One advantage Pixelation has had over PJ is avatar size
I played heavily with different avatar sizes and arrived at the size I did because it was the largest I can make it without needing to be rescaled for different contexts (usually).  Any larger, then there are many view where you'd need it smaller.  Basically I was optimizing for pixel perfect resolution retention rather than scale.

47
General Discussion / Pixelation 2.0
« on: August 27, 2018, 07:24:38 pm »
In the Community Updates thread, I mentioned that we've been considering new software for Pixelation.  We heavily investigated a few options, some of which were quite a radical departure from a forum in terms of format, including Mastodon.  After great feedback and further reflection, it's clear the current format is largely working for us and instead of looking to radically change it, we should look for ways to refine it - codifying some of the ways we operate into built-in features,  removing a bunch of things that aren't necessary for us, and perhaps adding a few new features that would embrace what pixelation is.  Unfortunately, there is no great out-of-the-box software that suits our needs, so I've decided to start writing something from scratch.  This is no small task, and there's currently no timeline for how long it will take, but I think it will be worth it in the end. In the meanwhile, I figured I'd start this discussion so you can help shape what it becomes.

Here's the design philosophy we've been working towards:
  • Minimal Friction
    In addition to making pixelation a better place for current users, we also want to be drawing in new artists. This means we should reduce the friction and anxiety by joining a new community.  It should be easy to register, and easy to jump in and participate.
  • Easy Sharing
    It should be easy to share content on pixelation on social media with built-in share options to help draw in new users.
  • Immediate Content
    We are a community about art, yet it takes several clicks to even see any - diving in an out of threads to find what's interesting to you. We can do better. It should take zero clicks before you start seeing content.  Not only does this simplify things a lot, it also makes it a much more exciting website to browse for new visitors.
  • Mobile Friendly
    Today's modern era is mobile.  Browsing on mobile should be as pleasant as browsing on a PC
  • Long-Form Posting
    The ability to write long, rich-text, posts have been a staple of what makes pixelation valuable as a platform for knowledge and critique.  We plan to keep it that way.  No character limits, full BBCode (or equivalent) support.
  • First-Class Images
    This is where traditional forum software fails us. Images should be a first-class feature of the forum, providing thumbnails, gallery views, and featured banners all automatically.
  • Searchability
    Pixelation has always been a great repository for knowledge, and it should be easy to search for that content.  Tags have been working well for us and will be built in as well as easy linking to a pixel-wiki for common principles.
  • User Appreciation
    Part of finding good content will be aided by a Karma system.  Users will be able to like posts/replies that showcase good feedback, information, etc.  This should also encourage better quality critique.  Featuring a thread will be a built-in feature as well.  Moderators will be able to mark a thread as featured just as easily as stickying a thread.  Featured threads will automatically be shown in the forum's banner on the front page, and you can sort threads by featured to get a quick overview of notable content.
  • Moderation Tools
    We should keep good tools to moderate content to keep the quality high and not devolve into an off-topic mess
  • Personalized Content
    You should be able to follow the content you care about to keep up with new updates.  The home view will be a feed of content that you specifically follow.  You can follow threads, or specific users to see all their posts (follower/followed stats will not be surfaced).
    In addition to the public boards, each user will also have a private "portfolio" board that only they can post to (but others can reply).  This would be an extension of a user profile and is where you'd post finished works to act as a gallery/portfolio, or where you can post things like sketch journals or dev-logs - basically anything that doesn't need to be broadcast to the forum at large.  When you follow a user, you also see this content.
    You can decide how to view the forum content; as a feed of latest posts, traditional thread listings, or as a thumbnail gallery.  Clicking on each of these will take you directly to a traditional thread with linear-comments just like you're used to.
    There will also be 3 color themes available; light, dark, and classic pixelation purple
  • Collaboration Tools
    Stretch goal: a lightweight image editor for quick critique without ever needed to leave the site.  Quickly make red-lines or color adjustments in your reply post
  • Extensibility
    Stretch goal: A platform for apps that are sandboxed to a thread.  This would be used for internal activities.  Much like writing a chatbot for something like discord, users can interact with the app through posting a comment.  A great example for this would be the Hexquisite collab - imagine a built-in thread app for this activity, where claiming and submitting tiles is done automatically

With all that said, I welcome any feedback and ideas.  Here is a non-functional prototype design to get a feel for what we've been working on:

Demo: https://artboard.netlify.com/

Screenshot (click to view full size):

48
General Discussion / Re: Community updates
« on: August 27, 2018, 05:22:25 pm »
I'll post a dedicated thread for this

49
General Discussion / Re: Community updates
« on: August 20, 2018, 07:49:34 pm »
I've been reading all the feedback and really appreciate the detailed thought everyone has put into this.

Re: new format...
After reading the thread and talking internally a bit, it's clear to me that although Mastodon might very well be a great platform for an art community, it isn't really what Pixelation is unless we radically redefine it.  To that end, I think we should set aside that format in favor of investigating other formats moving forward.  It's important to me that we only change the format in ways that embrace what is in line with what Pixelation is.

I've been looking into more modern forum software to see if there's a good fit. https://flarum.org/ looks really appealing to me and is moddable.  I like its clean presentation, mobile-friendly interface, and it's use of tags as forum sections.  But at the end of the day, it doesn't *really* provide much that we don't already have with the existing forum software without heavy modification which can also technically be done on SMF.  There's not much immediate value to switching.

Vinik mentioned Imageboards, and I've been looking into it.  At first glance, it definitely has a lot going for it that would be great:

- Images are first class citizens
- Content is presented immediately rather than obscured behind text links
- retains a forum-like thread structure

it also has some downsides:
- Very much stuck in the 90's.
- Focus on anonymous features of "chans" rather than members/membergroups/etc
- lack of moderation tools

After all my searching, I am amazed that there has been no modernized take on the format.

This really leads me back to the idea that if we really want a format that works well for Pixelation, I might need to write it from scratch. That is no small feat and would likely take many months before we can try a public beta.

I'll continue searching and thinking about this, but in the meanwhile, like Atnas said, we need to work with what we have now and start making proactive changes here that we can then leverage into whatever technical future pixelation might have moving forward.

50
Pixel Art / MOVED: A question to the pixel art veterans!
« on: August 16, 2018, 08:18:55 pm »

Pages: 1 ... 3 4 [5] 6 7 ... 90