opensource

Esta revista es de un servidor federado y podría estar incompleta. Explorar más contenido en la instancia original.

secrethat, en Open Source Game Clones
@secrethat@kbin.social avatar

OpenRCT - open source implementation of the classic roller coaster tycoon games but recently rewritten in C and that comes with a few improvements from better game saves to bigger maps. There is also online multiplayer so you can build a park with your friends.

Ignacio,
@Ignacio@kbin.social avatar

I enjoy playing that game. It eventually will get rid of original graphics, like OpenTTD did. I also recommend following two youtube channels: Marcel Vos, and Deurklink.

insomniac_lemon, en Creatives of all kinds: check out this delightful list with dozens of FOSS creative tools for artists, photographers, film makers, game devs, musicians, and more!
@insomniac_lemon@kbin.social avatar

EDIT: Nevermind with the below, I'm guessing you used Graphite. Glad that was the first option to try (with runnable in browser).

Though the pen tool doesn't seem to be perfect for this (or I'm missing something) so perhaps I am wrong.


What did you make the logo with, particularly if it is not (just) raster?

I know Inkscape doesn't seem to work very well with that style, or at least it could be a lot simpler and easier. To the point I'd say the Godot game engine has a better polygon editor, but it only really handles the basics well (for instance, vertex colors are edited by a list).

ADHDefy,
@ADHDefy@kbin.social avatar

I actually did not make the logo, so I'm not sure! Unless I'm mistaken, it was probably made by @smallcircles who created the list project. I just maintain this one particular list. :)

smallcircles,
@smallcircles@social.coop avatar

@ADHDefy
@insomniac_lemon

I chose the original logo, which is just a recolorization of an SVG Gem emoji from Wikimedia. Then an adaptation was made. Am on mobile now, can't check whom to credit. See main codeberg repo :)

freeagent, en Creatives of all kinds: check out this delightful list with dozens of FOSS creative tools for artists, photographers, film makers, game devs, musicians, and more!
@freeagent@mastodon.sdf.org avatar

@ADHDefy this is a seriously great list. Thanks for sharing!

Books, en Creatives of all kinds: check out this delightful list with dozens of FOSS creative tools for artists, photographers, film makers, game devs, musicians, and more!
@Books@kbin.social avatar

Anyone try joplin before? Looking to change up my notes app for some reason or another

VasyaSovari,
@VasyaSovari@kbin.social avatar

@Books Yes. I use it as a writing tool - mostly for extensive notes, timeline and continuity. It takes a bit of figuring out but once you've got used to building a sensible notepad layout it becomes incredibly helpful

@ADHDefy

dandi8,

I'm using it as my daily driver for notes at work and so far I haven't found anything better (that would still be FOSS).

ADHDefy,
@ADHDefy@kbin.social avatar

Yeah! Joplin is pretty cool. I like it a lot and have used it quite a bit. I will warn, the backup sync feature can be a little finicky. It normally works just fine, but I have seen a couple incidents that resulted in data loss. If you use it, just make sure to check every so often and be sure it's syncing properly. It's never failed on me personally, though.

saplyng, en Creatives of all kinds: check out this delightful list with dozens of FOSS creative tools for artists, photographers, film makers, game devs, musicians, and more!
@saplyng@kbin.social avatar

Is "delightful" the codeburg version of "awesome"?

ADHDefy,
@ADHDefy@kbin.social avatar

Yep! :) Same idea, but everything in it is entirely free and open source (Awesome might be the same way, I'm not totally sure about the open source requirement).

wave_walnut, en Creatives of all kinds: check out this delightful list with dozens of FOSS creative tools for artists, photographers, film makers, game devs, musicians, and more!
@wave_walnut@kbin.social avatar

How about web browser?
I'm going to try Vivaldi.

mycus,
@mycus@kbin.social avatar
Contortion,

As a home browser it's alright, but it really shines for me when I'm at work. I work on multiple projects so I created a workspace for each with default tabs I need. I also added a bunch of startpage folders for HR links, documentation links, stuff I want to learn which is a lot more user friendly than bookmarks, I find. I also added my email client to the panel sidebar so I can quickly check and respond in the same browser window.

Then there's also the cmd + e shortcut which acts like the Mac OS spotlight but for browser functions.

On the whole it's made me a lot more productive.

Gentlegrrl, en Constant relogin
@Gentlegrrl@kbin.social avatar

Asking a support question well involves:

  1. Summarize the problem. Include context.
  2. Provide details and any research you've done.
  3. When appropriate, describe what you’ve tried.

Also, be sure the magazine you're posting to is meant for support questions, and for questions of the sort you're asking.

b1_,
@b1_@kbin.social avatar

I think he means the inactivity timer, that logs you out automatically, is too short. Leave a few kbin tabs open, go away and do something for 10 mins, come back and you're logged out and have to log back in. Annoying. No way to change the timer in settings that I could find.

Ferris,
@Ferris@kbin.social avatar

yeap. That happens with me too.

SFaulken, en Apps for GNOME
@SFaulken@kbin.social avatar

Just for completeness, KDE offers the same for their applications, which generally integrate well into any Qt based environment https://apps.kde.org/

Infiltrated_ad8271, en Violentmonkey, an opensource alternative for Tampermonkey
@Infiltrated_ad8271@kbin.social avatar

If you look for information about it (edit: of violentmonkey) years ago you will probably find negative reviews, as it had an ambiguous privacy policy that generated many suspicions and accusations; but they fixed it a long ago, it is an excellent addon.

LollerCorleone,
@LollerCorleone@kbin.social avatar

If you are talking about tampermonkey, I am sure it is a good addon. But it is no longer opensource. This post was meant for people who prefer opensource over proprietary as much as possible.

Infiltrated_ad8271,
@Infiltrated_ad8271@kbin.social avatar

Nope, my whole comment was about violentmonkey. Take a look at this.

thegreekgeek, en Open Source Game Clones
@thegreekgeek@kbin.social avatar
  • Unciv - Civ clone
  • Hedgewars - Worms Clone
kihasu, en Open Source Game Clones
  • openRA implements the old westwood RTS games dune and C&C
Narrrz, en Open Source Game Clones

OpenTTD - clone of transport tycoon deluxe

pvq, en Violentmonkey, an opensource alternative for Tampermonkey

One of the things I used violentmonkey for was to redirect any reddit url to the old reddit.

Example

// ==UserScript==
// @name        Old reddit redirect
// @namespace   Violentmonkey Scripts
// @match       https://www.reddit.com/*
// @grant       none
// @version     1.0
// @author      -
// @description 10/8/2022, 8:20:18 PM
// ==/UserScript==

var str = window.location.href;
window.location.replace(str.replace("www.reddit.com", "old.reddit.com"));

Infiltrated_ad8271,
@Infiltrated_ad8271@kbin.social avatar

If you use any google service, take a look at Google Shut Up!

LollerCorleone,
@LollerCorleone@kbin.social avatar
knowsoul69, en ReactOS "Open-Source Windows" Steadily Improving x64 Port
@knowsoul69@kbin.social avatar

The work of true post-modern Sisyphus

wave_walnut, en Why has Mastodon adoption stalled?
@wave_walnut@kbin.social avatar

Fediverse brings us inconvenient experiences which is necessary to evolute our SNS technology.

  • Todo
  • Suscrito
  • Moderado
  • Favoritos
  • random
  • noticiascr
  • opensource@kbin.social
  • CostaRica
  • Todos las revistas