Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [MAC][Linux?]I published an SFML applet: ToneBoards  (Read 17708 times)

0 Members and 1 Guest are viewing this topic.

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #15 on: November 07, 2016, 04:55:46 pm »
FWIW I'm looking into Elementary OS.
wikipedia
and it looks like they have an AppCenter
« Last Edit: November 07, 2016, 04:57:41 pm by kipbits »

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #16 on: February 14, 2017, 03:54:20 pm »
Update: I'm thinking I'll go with Gnome after all. I still have not found any good way to distribute paid linux apps; I was kind of wondering if Gnome-Software had any plans for this. Will post when i get information.

I've been very sidetracked by other projects, so I version 2 is still on the back burner. I'm still running sfml-2.3.2 on my mac. Good news though, I bought a new dev machine, so hopefully will have some time and get back here in the not to distant future.
« Last Edit: August 26, 2021, 10:21:28 pm by kipbits »

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #17 on: February 19, 2017, 03:51:13 pm »
Having second thoughts about getting too much into Gnome as a platform. GPL/LGPL is kind of alot to wrap your head around. I have alot of concerns about how i might be limited going with a platform like this. I'm trying to make this worth my time, you know what i mean (;P)?

I noticed some of the libraries SFML uses are LGPL, GPL. from what i understand LGPL is not necessarily a problem, but GPL makes me worry.
Will I need to release all my source-code?

Anyway wondering if anyone knows of a platform with a more straight-forward and Free mission statement, not this comrade BS, you know what i mean (;P)?
« Last Edit: August 26, 2021, 10:23:02 pm by kipbits »

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #18 on: February 19, 2017, 09:09:59 pm »
« Last Edit: August 26, 2021, 10:23:56 pm by kipbits »

Turbine

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #19 on: February 20, 2017, 02:18:26 am »
I noticed some of the libraries SFML uses are LGPL, GPL. from what i understand LGPL is not necessarily a problem, but GPL makes me worry.
Will I need to release all my source-code?

You don't need to worry.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #20 on: February 20, 2017, 06:30:15 am »
Quote
I noticed some of the libraries SFML uses are LGPL, GPL
I really wonder which ones are GPL.
Laurent Gomila - SFML developer

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #21 on: February 20, 2017, 01:02:57 pm »
External libraries used by SFML
-------------------------------

* OpenAL-Soft is under the LGPL license
* libjpeg is public domain
* stb_image and stb_image_write are public domain
* freetype is under the FreeType license or the GPL license
* libogg is under the BSD license
* libvorbis is under the BSD license
* libflac is under the BSD license


Anyway I was planning to read through the GPL/LGPL when I get the time to really sit and process what it means. Its been kind of hard to find definitive information about it. A lot of disagreement from what i've seen.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #22 on: February 20, 2017, 01:31:29 pm »
Thanks, I know what the license page contains... And my point is that there's no SFML dependency that forces the use of GPL. Those that have GPL also have other (more permissive) licenses available. SFML always ensures that you only need to worry about its own license, all its dependencies are chosen to be compatible with it.
Laurent Gomila - SFML developer

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #23 on: February 20, 2017, 05:33:48 pm »
I suppose an original developer can relicense there software(freetype), but why would they still give the GPL option? why not simply copyfree? is freetype built on gpl parts? if so wouldn't that make gpl forever, and all work linking to it also gpl?

Maybe i'm missing something?


Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #24 on: February 20, 2017, 06:49:22 pm »
You should definitely read the FreeType license if you want accurate information.

As far as I know, there are two cases:

1. Dual licensing. Because some may prefer GPL, and some others may prefer something else. Don't ask me why, I'm not a GPL expert. But according to FreeType license page, GPL v2 has some incompatibilities, even with more permissive licenses.

2. Sometimes, libraries are under a permissive license, but some (optional) parts of it, plugins or whatever, are under a different license, because they themselves depend on other libraries, or because the contributor insisted on using that license.

FreeType seems to be in case 1. so we can choose to use it under the FTL (BSD style, very permissive) and not worry about it.
Laurent Gomila - SFML developer

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #25 on: February 20, 2017, 07:23:36 pm »
Thanks for the info.

I do plan to do more research into this

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #26 on: February 24, 2017, 10:03:12 pm »
I think you are right about Freetype being optional GPL. The Freetype license itself is very permissive. I posted an answer to my question on law.stackexchange. I don't think any of it really applies to SFML other than to say there's nothing to worry about, but people might find it interesting...

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #27 on: February 25, 2017, 01:42:07 am »
also, I'm still looking into an alternative linux/unix development platform(as apposed to ubuntu). I'm wondering if anyone has built SFML on FreeBSD or Étoilé?


edit: http://en.sfml-dev.org/forums/index.php?topic=13419.msg94079#msg94079

looks like someone else already did this
« Last Edit: February 25, 2017, 02:03:39 am by kipbits »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #28 on: February 26, 2017, 01:08:40 pm »
You could give Arch a try. I know a lot of developers who quite enjoy it.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

kipbits

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MAC][Linux?]I published an SFML applet: ToneBoards
« Reply #29 on: December 31, 2017, 08:00:19 am »
I decided to publish the source for ToneBoards. I just haven't had as much time to work on it as I would have liked this past year. Perhaps someone will find it useful. Also I'm kind of thinking about letting my Apple developer account lapse. It's just another expense for me right now, and was sort of a hassle to set up. I'm becoming more interested in other ways to assure users of quality/integrity of a piece of software. I've recently discovered a makeshift alternative to apple developer certificates(i think). I mean what is the point of code signing when you can just compare digests using openSSL?

Below are some Github links, and I'm also posting digests and filesizes. I think this should provide a way for users to gain 99% of the assurances provided by the Appstore(with a couple added steps on the user's part).

https://github.com/kipbits/ToneBoards/releases
xxd ToneBoards.app.zip
size(hex):0db4330

openssl dgst -sha512 ToneBoards.app.zip
SHA512(ToneBoards.app.zip)= ef8c3a1e54301c8a6ad0e53706e4e5e5c9f0fc85ee4d8d1aee6faf195801494a1b919b02be1de4455f005d04308270b8e8c3c06c254849a7a4c0b74ed6a2881c

https://github.com/kipbits/SFML-2.3.2-Updated-plist_altered-keyboard/releases
xxd Frameworks.tar.gz
size(hex):0367110

openssl dgst -sha512 Frameworks.tar.gz
SHA512(Frameworks.tar.gz)= 3524096384e6337b654a85286f91bebdd86534d0719e735f4e29b40687efb36d4de9add983d56a12c78cf2f58aba3876104f2f3b851d39dbb8df5131070448c9

 

anything